| |||||||||||||||||||||||||||||||
|
I guess the title isn't much help ;) local: I am running on Gentoo with kernel 2.6.17 and postfix 2.2.10. I have managed to host several domains on the same box using virtual domains and mysql. All of this is working fine. domain: domain.com remote: I am running on Gentoo with kernel Gilles and postfix 2.3.6. All this box should be able to do mail wise is send emails out. domain: domain.com The remote host works fine(ish)... it will send email to all users that are not part of 'domain.com'. My problem is, how do I get it to understand that jdoe should be sent to the 'local' server and not 'localhost' (remote)? Am I making any sense? In short, the remote server thinks jdoe is on the localhost and says the address doesn't exist when it is in fact on the local server. Off topic, I think I should have two servers running in parallel so any pointers to documentation that can get me started on that are also welcome... I am a newb but I can read documentation ;) Thank you all for your help -Ed PS: the 'remote' Server main.cf queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/lib/postfix mail_owner = postfix myhostname = remote.domain.com mydomain = domain.com inet_interfaces = all unknown_local_recipient_reject_code = 550 mydestination = localhost, $myhostname, localhost.$mydomain, $mydomain mynetworks = 127.0.0.0/8 home_mailbox = .maildir/ local_destination_concurrency_limit = 2 default_destination_concurrency_limit = 10 debug_peer_level = 5 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin xxgdb $daemon_directory/$process_name $process_id & sleep 5 sendmail_path = /usr/sbin/sendmail newaliases_path = /usr/bin/newaliases mailq_path = /usr/bin/mailq setgid_group = postdrop html_directory = /usr/share/doc/postfix-2.2.10/html manpage_directory = /usr/share/man sample_directory = /etc/postfix readme_directory = /usr/share/doc/postfix-2.2.10/readme home_mailbox = .maildir/ alias_maps = hash:/etc/mail/aliases
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com