This is a discussion on [courier-users] RE: [courier-users] esmtproutes per use within the Courier-Imap forums, part of the Mail Servers and Related category; Timo Maier wrote: > Hi, > > I want to route specific users (mostly local users) to a different > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Timo Maier wrote:
> Hi, > > I want to route specific users (mostly local users) to a different > smtp server. > > esmtproutes let me do: > 1example.com:1examplesmtp.com > > I want to do something like that: > user@1example.com:2examplesmtp.com > > How can I do that? TIA. You can't do that via esmtproutes (AFAIK). What you would have to do is create an alias for each account in /etc/aliases. Something like this: userA@1example.com: userA@2example.com userB@1example.com: userB@2example.com etc... Any mail for userA@1example.com would be sent along to userA@2example.com. Courier could then lookup MX records to determine where to send mail for 2example.com. Or, if you don't want MX records, you could specify this in esmtproutes. 2example.com: 2examplesmtp.com -- Bowie ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |