>
>    http://www.postfix.org/STANDARD_CONFIGURATION_README.html#firewall
>
I follow link above which now i enable as postfix gateway. I never
enable any transport because i never want to relay incoming mail to
redirect to any smtp. So i follow the link, disable local delivery,
and add these in virtual_alias_maps

1 /etc/postfix/main.cf:
2     virtual_alias_maps = hash:/etc/postfix/virtual
3
4 /etc/postfix/virtual:
5     root     r...@localhost
6     . . .

i test send email to r...@localhost

mail r...@localhost < TLS_LICENSE, do the have bounced

Jul 19 21:47:39 smtp2 sendmail[4572]: o6JDldIP004572: from=root,
size=1649, class=0, nrcpts=1,
msgid=<201007191347.o6jdldip004...@smtp2.ytlcomms.com>,
relay=r...@localhost
Jul 19 21:47:39 smtp2 postfix/smtpd[4569]: connect from localhost[127.0.0.1]
Jul 19 21:47:39 smtp2 postfix/smtpd[4569]: D8DF42BE8002:
client=localhost[127.0.0.1]
Jul 19 21:47:39 smtp2 postfix/cleanup[4574]: D8DF42BE8002:
message-id=<201007191347.o6jdldip004...@smtp2.ytlcomms.com>
Jul 19 21:47:39 smtp2 sendmail[4572]: o6JDldIP004572:
to=r...@localhost, ctladdr=root (0/0), delay=00:00:00,
xdelay=00:00:00, mailer=relay, pri=31649, relay=[127.0.0.1]
[127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as D8DF42BE8002)
Jul 19 21:47:39 smtp2 postfix/qmgr[4568]: D8DF42BE8002:
from=<r...@smtp2.ytlcomms.com>, size=2178, nrcpt=1 (queue active)
Jul 19 21:47:39 smtp2 postfix/smtpd[4569]: disconnect from localhost[127.0.0.1]
Jul 19 21:47:39 smtp2 postfix/smtp[4575]: D8DF42BE8002:
to=<r...@smtp2.ytlcomms.com>, relay=none, delay=0.06,
delays=0.05/0.01/0/0, dsn=5.4.6, status=bounced (mail for
smtp2.ytlcomms.com loops back to myself)
Jul 19 21:47:39 smtp2 postfix/cleanup[4574]: E70FB2BE8003:
message-id=<20100719134739.e70fb2be8...@smtp2.ytlcomms.com>
Jul 19 21:47:39 smtp2 postfix/bounce[4576]: D8DF42BE8002: sender
non-delivery notification: E70FB2BE8003
Jul 19 21:47:39 smtp2 postfix/qmgr[4568]: E70FB2BE8003: from=<>,
size=4017, nrcpt=1 (queue active)
Jul 19 21:47:39 smtp2 postfix/qmgr[4568]: D8DF42BE8002: removed
Jul 19 21:47:39 smtp2 postfix/smtp[4575]: E70FB2BE8003:
to=<r...@smtp2.ytlcomms.com>, relay=none, delay=0, delays=0/0/0/0,
dsn=5.4.6, status=bounced (mail for smtp2.ytlcomms.com loops back to
myself)
Jul 19 21:47:39 smtp2 postfix/qmgr[4568]: E70FB2BE8003: removed

I still cant make the local delivery work as follow your instruction links...

Reply via email to