﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Ipswitch Forums / Messaging / IMail Server  / Mailall.exe questions / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>Ipswitch Forums</description><link>http://forums.ipswitch.com/</link><webMaster>forums@ipswitch.com</webMaster><lastBuildDate>Mon, 01 Dec 2008 20:16:16 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Mailall.exe questions</title><link>http://forums.ipswitch.com/Topic422-10-1.aspx</link><description>&lt;P&gt;After some messing with it I realized that you had to do this all from within the IMail Administrator interface.&lt;BR&gt;&lt;BR&gt;I'm not all that familiar with the Administrator interface, and that is where I was getting caught up.&lt;/P&gt;&lt;P&gt;Here are the steps:&lt;/P&gt;&lt;P&gt;1) Open the IMail Administrator interface&lt;BR&gt;2) Expand the domain you want to add the alias to&lt;BR&gt;3) Right click on the "&lt;EM&gt;Aliases&lt;/EM&gt;" folder and choose &lt;STRONG&gt;Add Alias&lt;/STRONG&gt;&lt;BR&gt;4) Type in the name of the alias you want to add.&lt;FONT size=1&gt; (In my case mine is &lt;EM&gt;&lt;STRONG&gt;all&lt;/STRONG&gt;)&lt;/EM&gt;&lt;BR&gt;&lt;/FONT&gt;5) Click Next&lt;BR&gt;6) Choose the &lt;STRONG&gt;Program&lt;/STRONG&gt; radio button&lt;BR&gt;7) Click Next&lt;BR&gt;8) In the "&lt;EM&gt;Program name and Arguments&lt;/EM&gt;" field add the following: &lt;STRONG&gt;mailall -h &lt;EM&gt;&lt;U&gt;domain.com&lt;/U&gt;&lt;/EM&gt; -d&lt;/STRONG&gt;&lt;BR&gt;Where domain.com will be the name of the domain you are creating the alias in.&lt;BR&gt;9)Click Finish&lt;BR&gt;&lt;BR&gt;To test the new alias you simply type up an email and send it to: &lt;a target=_blank href="mailto:all@domain.com" target=_blank&gt;all@domain.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;P.S. -- I added the folder containing the mailall executable to my system's path so I wouldn't have to put in the whole path while I was working with it.&lt;/P&gt;</description><pubDate>Wed, 11 Aug 2004 12:30:22 GMT</pubDate><dc:creator>cchambliss</dc:creator></item><item><title>RE: Mailall.exe questions</title><link>http://forums.ipswitch.com/Topic422-10-1.aspx</link><description>&lt;P&gt;The message file will be the final argument on the command line when the program alias is called.  You didn't put in a file path, so you're not testing it as it will run in the real environment.&lt;/P&gt;&lt;P&gt;Is there some reason that you don't trust that this will work?  The setup has been used by many admins for many years.  You can readily test it on a dummy domain.&lt;/P&gt;&lt;P&gt;--Sandy&lt;/P&gt;</description><pubDate>Wed, 11 Aug 2004 12:08:51 GMT</pubDate><dc:creator>Sanford Whiteman</dc:creator></item><item><title>RE: Mailall.exe questions</title><link>http://forums.ipswitch.com/Topic422-10-1.aspx</link><description>&lt;P&gt;From the command line:&lt;/P&gt;&lt;PRE&gt;C:\&amp;gt;mailall -h mydomain.com -d&lt;/PRE&gt;&lt;PRE&gt;Invalid syntax:  No filename specified&lt;/PRE&gt;&lt;PRE&gt;Ipswitch (R) IMail Mass Mail Utility - Version 7.10&lt;BR&gt;Copyright (C) Ipswitch, Inc. 1998-2001.  All rights reserved.&lt;/PRE&gt;&lt;PRE&gt;Usage: mailall -h &amp;lt;hostname | ALL&amp;gt;&lt;BR&gt;               -f &amp;lt;sender&amp;gt;&lt;BR&gt;               -d //Delete message file when complete&lt;BR&gt;               [-s &amp;lt;Subject&amp;gt;]&lt;BR&gt;               &amp;lt;FullPathToMessageFile&amp;gt;&lt;/PRE&gt;&lt;P&gt;To protect myself I have changed "mydomain.com" to my real domain. Please advise.&lt;/P&gt;</description><pubDate>Wed, 11 Aug 2004 11:55:07 GMT</pubDate><dc:creator>cchambliss</dc:creator></item><item><title>RE: Mailall.exe questions</title><link>http://forums.ipswitch.com/Topic422-10-1.aspx</link><description>&lt;P&gt;Like I said, you create a program alias...&lt;/P&gt;&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;&lt;P&gt;mailall -h mail.example.com -d&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;...in each virtual host mail.example.com.&lt;/P&gt;&lt;P&gt;--Sandy&lt;/P&gt;</description><pubDate>Wed, 11 Aug 2004 11:45:54 GMT</pubDate><dc:creator>Sanford Whiteman</dc:creator></item><item><title>RE: Mailall.exe questions</title><link>http://forums.ipswitch.com/Topic422-10-1.aspx</link><description>&lt;P&gt;Again, maybe I'm not getting something.  Let me clarify...&lt;/P&gt;&lt;P&gt;I have 2 domains on my Imail server:&lt;/P&gt;&lt;P&gt;domain1.com&lt;BR&gt;domain2.com&lt;/P&gt;&lt;P&gt;I want to setup an account named &lt;STRONG&gt;all&lt;/STRONG&gt; for both domains so that if I email &lt;a target=_blank href="mailto:all@domain1.com"&gt;all@domain1.com&lt;/A&gt; everyone in the domain1.com will get an email. I would like to be able to email &lt;a target=_blank href="mailto:all@domain2.com"&gt;all@domain2.com&lt;/A&gt; so that everyone in the domain2.com domain gets the email.&lt;/P&gt;&lt;P&gt;&lt;U&gt;I do not want to use a text file for this.&lt;/U&gt; I have several users on my network who need this simplified so they can type &lt;a target=_blank href="mailto:all@domain1.com"&gt;all@domain1.com&lt;/A&gt; in their email client and it automatically send it to everyone in that domain.&lt;/P&gt;&lt;P&gt;I'm sorry, but what am I missing?  Is this even possible? Please help me with detailed instructions because I'm new at this.  Can I create a permanent alias for this?&lt;/P&gt;</description><pubDate>Wed, 11 Aug 2004 11:39:59 GMT</pubDate><dc:creator>cchambliss</dc:creator></item><item><title>RE: Mailall.exe questions</title><link>http://forums.ipswitch.com/Topic422-10-1.aspx</link><description>&lt;P&gt;The manual is referring (clumsily) to setting up a program alias (New-Alias-Program Alias) with&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face=Courier&gt;mailall -h myname -d&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;as the target.&lt;/P&gt;&lt;P&gt;--Sandy&lt;/P&gt;</description><pubDate>Sun, 08 Aug 2004 01:36:03 GMT</pubDate><dc:creator>Sanford Whiteman</dc:creator></item><item><title>RE: Mailall.exe questions</title><link>http://forums.ipswitch.com/Topic422-10-1.aspx</link><description>&lt;P&gt;If you are refering to:&lt;/P&gt;&lt;P&gt;&lt;a target=_blank href="http://www.ipswitch.com/support/IMail/guide/imailug8.1/Chapter%2021%20cmd_line8.html"&gt;http://www.ipswitch.com/support/IMail/guide/imailug8.1/Chapter%2021%20cmd_line8.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;it says to setup an alias by:&lt;/P&gt;&lt;P&gt;&lt;FONT face=Courier&gt;&lt;STRONG&gt;Alias1=|mailall -h myname -d &lt;/STRONG&gt;&lt;/FONT&gt;&lt;A name=4352&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/A&gt;&lt;BR&gt;&lt;STRONG&gt;&lt;FONT face="Times, serif"&gt;The preceding example creates a program alias that is used to send mail to all users on the myname host. Then, you can send a message to Alias1@myname.com, and it will go to everyone on the myname host.&lt;/FONT&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Where do I put this? I know it dosen't work from the cmd line. It dosen't tell you where to put that command.  Is there a file you put this in?  &lt;/P&gt;&lt;P&gt;Sorry, but it's not obvious to a newbie like me.&lt;/P&gt;</description><pubDate>Fri, 06 Aug 2004 15:51:16 GMT</pubDate><dc:creator>cchambliss</dc:creator></item><item><title>RE: Mailall.exe questions</title><link>http://forums.ipswitch.com/Topic422-10-1.aspx</link><description>I followed the MailAll.exe explanation right out of the IMAIL manual and you don't have to set up an alias to send out to everyone.  I send out my mail to everyone via the msconfig file line they provide.  Hence, I don't get two of everything at any domain because I didn't set up an alias.</description><pubDate>Wed, 28 Jul 2004 09:35:52 GMT</pubDate><dc:creator>theweave</dc:creator></item><item><title>Mailall.exe questions</title><link>http://forums.ipswitch.com/Topic422-10-1.aspx</link><description>&lt;P&gt;On my Imail server I have 2 domains.&lt;BR&gt;&lt;FONT face=System&gt;domain1.com&lt;BR&gt;domain2.com&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I have setup a Program Alias named &lt;STRONG&gt;&lt;EM&gt;everybody&lt;/EM&gt;&lt;/STRONG&gt; in my domain1.com under the IMail Administrator as so:&lt;BR&gt;&lt;FONT face=System&gt;everybody = C:\IMail\MailAll.exe -h ALL -d&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face=System&gt;&lt;FONT face=Arial&gt;Now when I email to &lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;EM&gt;&lt;STRONG&gt;everybody@domain1.com&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt; everyone in domain1.com gets the email twice. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face=System&gt;&lt;FONT face=Arial&gt;And everyone in domain2.com get's it only once.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;How do I stop the double email from happening? Or is there a better way to do this?&lt;/P&gt;&lt;P&gt;I'm a newbie at admin'ing imail so please excuse me.&lt;/P&gt;</description><pubDate>Tue, 27 Jul 2004 18:47:15 GMT</pubDate><dc:creator>cchambliss</dc:creator></item></channel></rss>