7 msgquestion on body_checks
7 msg[Fwd: Re: postfix as spam filtering server]
2 msgsender restrictions
3 msgat what stage is message_size_limit applied?
6 msgpipe and crashing commands
5 msgpostfix as spam filtering server

send mail to users on the same domain but a dif...
\ Ed (13 May 2007)
. \ mouss (13 May 2007)
. . \ Ed (13 May 2007)

2 msgMap several domains to virtual accounts ?
11 msgpostfix and MySQL encrypted passwords (was 554 ...
37 msgtcp_table query.
2 msgLast word on epoll and Slackware 11
5 msgOpen relay by forwarding loop?
3 msgvirtual subdomains
3 msgreject_non_fqdn_sender and reject_non_fqdn_reci...
2 msg'554 Recipient address rejected: Relay access d...
14 msgBounces, stopping them entirely
1 msgPostfix mailing list administrivia
11 msgpostfix dropping SMTP connection when receiving...
8 msgverify.db and reject_unverified_recipient
5 msgproxymap query
Subject:send mail to users on the same domain but a different mail server
Group:Postfix-users
From:Ed
Date:13 May 2007


 
Hi,
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