On Thursday 28 August 2003 21:06, Christian Aust wrote: > Hi all, > > I'd like to set up a smtp server on system1 that will forward all mail onto > system2. That is, mail to [EMAIL PROTECTED] should go to > [EMAIL PROTECTED] Shuold I do this with postfix? Can somebody please > help me with the config as this is fairly urgent... Best regards,
In /etc/postfix/main.conf on system1, you want: local_recipient_maps = relayhost = system2.com In /etc/postfix/main.conf on system2, you want: mydestination = system1.com From what you've described, that should do it. Any mail going to <user>@system1.com (actually any mail at all) will be forwarded to system2.com and delivered locally to <user> on that system. Regards, Jason -- [EMAIL PROTECTED] mailing list
