This is a discussion on relay_recipient_maps within the mailing.postfix.users forums, part of the Mail Servers and Related category; Hey, I am trying to utilize the relay_recipient_maps Functionality. My methodology is the same as in: http://postfix.state-of-...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hey,
I am trying to utilize the relay_recipient_maps Functionality. My methodology is the same as in: http://postfix.state-of-mind.de/patr...ter/mailrelay/ The only entry in /etc/postfix/relay_recipients is: Adam.Clark@ngv.vic.gov.au OK No matter what account I send to, it relays. I'm confused. Adam Logs Sep 24 12:00:47 monet1 postfix/smtpd[24659]: connect from WS00004061.ngvi.ngv.vic.gov.au[172.16.7.161] Sep 24 12:00:47 monet1 postfix/smtpd[24659]: 1EFEF34002: client=3DWS00004061.ngvi.ngv.vic.gov.au[172.16.7.161] Sep 24 12:00:47 monet1 postfix/cleanup[24660]: 1EFEF34002: message-id=3D<41537FCA.7000003@ngv.vic.gov.au> Sep 24 12:00:47 monet1 postfix/nqmgr[24657]: 1EFEF34002: from=3D<adam.clark@ngv.vic.gov.au>, size=3D595, nrcpt=3D1 (queue active) Sep 24 12:00:47 monet1 postfix/smtpd[24659]: disconnect from WS00004061.ngvi.ngv.vic.gov.au[172.16.7.161] Sep 24 12:00:47 monet1 postfix/smtp[24662]: 1EFEF34002: to=3D<alterego@ngv.vic.gov.au>, = relay=3Dtitian.boh.ngv.local[172.16.22.25], delay=3D0, status=3Dsent (250 2.6.0 <41537FCA.7000003@ngv.vic.gov.au> Queued mail for delivery) =20 # postconf -n alias_database =3D hash:/etc/postfix/aliases alias_maps =3D hash:/etc/postfix/aliases command_directory =3D /usr/sbin config_directory =3D /etc/postfix daemon_directory =3D /usr/libexec/postfix debug_peer_level =3D 2 inet_interfaces =3D 10.10.10.20, localhost local_recipient_maps =3D mail_owner =3D postfix mailq_path =3D /usr/bin/mailq.postfix manpage_directory =3D /usr/share/man mydestination =3D $mydomain, $myhostname, localhost.$mydomain mydomain =3D ngv.vic.gov.au myhostname =3D monet1.ngv.vic.gov.au mynetworks =3D 127.0.0.0/8, 10.10.10.0/24 myorigin =3D $myhostname newaliases_path =3D /usr/bin/newaliases.postfix proxy_interfaces =3D 172.16.5.237 queue_directory =3D /var/spool/postfix readme_directory =3D /usr/share/doc/postfix-2.0.16/README_FILES relay_recipient_maps =3D hash:/etc/postfix/relay_recipients sample_directory =3D /usr/share/doc/postfix-2.0.16/samples sendmail_path =3D /usr/sbin/sendmail.postfix setgid_group =3D postdrop transport_maps =3D hash:/etc/postfix/transport unknown_local_recipient_reject_code =3D 450 |