Hello guys,
I have a postfix working fine. And now I'm trying to setup ASSP -> postfix
on my scenario.

I have set this as:
master.cf - postfix:

125      inet  n       -       -       -       -       smtpd
        -o disable_dns_lookups=yes

Already tried too:
localhost:smtp   inet  n       -       -       -       -       smtpd

main.cf - postfix:
myhostname = mail01.domain.com
myorigin = /etc/mailname
mydestination = localhost, localhost.localdomain, mail01.domain.com
relayhost =
mynetworks = 127.0.0.0/8, 168.x.x.0/24
virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf,
mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf

transport_maps = hash:/etc/postfix/transport
smtpd_client_restrictions = permit_mynetworks, reject

/etc/postfix/transport file:
mailsac.domain.com  smtp:[127.0.0.1]

#already tried smtp:[localhost] and smtp:[168.x.x.x]
# the domain mailsac.domain.com is stored on mysql database.

#ASSP was setup to redirect mail that comes on port 25 to 127.0.0.1:125

When I send from outside to an account on my new server with ASSP, I get:
Jun  8 10:07:59 ubuntu postfix/smtpd[5387]: warning: dict_nis_init: NIS
domain name not set - NIS lookups disabled
Jun  8 10:07:59 ubuntu postfix/smtpd[5387]: connect from
localhost[127.0.0.1]
Jun  8 10:07:59 ubuntu dovecot: auth: Debug: auth client connected (pid=0)
Jun  8 10:07:59 ubuntu postfix/smtpd[5387]: 8D6ECE0937:
client=localhost[127.0.0.1]
Jun  8 10:07:59 ubuntu postfix/cleanup[5392]: 8D6ECE0937: message-id=<
51b32cc5.7020...@mydomain2.com>
Jun  8 10:07:59 ubuntu postfix/qmgr[19511]: 8D6ECE0937: from=<
ti...@mydomain2.com>, size=2176, nrcpt=1 (queue active)
Jun  8 10:08:00 ubuntu postfix/smtp[5393]: 8D6ECE0937: to=<
s...@mailsac.domain.com>, relay=none, delay=0.58, delays=0.57/0.01/0/0,
dsn=5.4.6, status=bounced (mail for 127.0.0.1 loops back to myself)
Jun  8 10:08:00 ubuntu postfix/cleanup[5392]: 04652E0949: message-id=<
20130608130800.04652e0...@mail01.domain.com>
Jun  8 10:08:00 ubuntu postfix/bounce[5394]: 8D6ECE0937: sender
non-delivery notification: 04652E0949
Jun  8 10:08:00 ubuntu postfix/qmgr[19511]: 04652E0949: from=<>, size=4083,
nrcpt=1 (queue active)
Jun  8 10:08:00 ubuntu postfix/qmgr[19511]: 8D6ECE0937: removed
Jun  8 10:08:00 ubuntu postfix/smtpd[5387]: disconnect from
localhost[127.0.0.1]
Jun  8 10:08:01 ubuntu postfix/smtp[5393]: 04652E0949: to=<
ti...@mydomain2.com>, relay=mail.mydomain.com[65.60.x.x]:25, delay=1.3,
delays=0.03/0/0.53/0.72, dsn=2.0.0, status=sent (250 OK id=1UlIsY-0000xz-4h)
Jun  8 10:08:01 ubuntu postfix/qmgr[19511]: 04652E0949: removed


So the error:
Jun  8 10:08:00 ubuntu postfix/smtp[5393]: 8D6ECE0937: to=<
s...@mailsac.domain.com>, relay=none, delay=0.58, delays=0.57/0.01/0/0,
dsn=5.4.6, status=bounced (mail for 127.0.0.1 loops back to myself)

It seems ASSP redirects fine, but now postfix started to bounce with this
error mail for 127.0.0.1 loops back to myself.

What do I need to change to reflect this new scenario with ASSP?
Thanks in advance
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to