Lucio Crusca wrote: > Hello *, > > I have courier-esmtp, imap and pop 0.47 up and running on a Debian > GNU/Linux Sarge x86 server. Authdaemon uses authuserdb. > > Can I alias a whole domain such that messages to > [EMAIL PROTECTED] are automatically delivered to > [EMAIL PROTECTED] (I don't want to alias every > single address one at a time).
For virtual domains, add these lines to your hosteddomains file: mydomain.com mydomain.eu<TAB>mydomain.com Make sure there is only a single tab on that second line. Courier is picky about the format of that file. Your users should be defined as "[EMAIL PROTECTED]". You should also add both domains to esmtpacceptmailfor. Run 'makehosteddomains' and 'makeacceptmailfor' for the changes to take effect. 'man makehosteddomains' for more info. -- Bowie Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
