Hello, I need to configure a second MTA on the same server. You can tell that this does not make sense but this is a workaround for one issue i have.
Postfix listen on port 225 and another MTA on port 25. postfix has transport_maps enabled transport_maps = hash:/etc/postfix/transport * smtp:[127.0.0.1]:25 The problem is after postfix accept message it is bounced with following error: Sep 4 16:15:44 localhost postfix/smtp[19281]: 3hpnDw0zVmz3NyKq: to=< u...@domain.com>, relay=none, delay=0.11, delays=0.11/0/0/0, dsn=5.4.6, status=bounced (mail for 127.0.0.1 loops back to myself) If i switch MTA to listen on another way: postfix on port 25 another MTA on 225 and change transport to "* smtp:[127.0.0.1]:225" then postfix deliver to 255, no issues. Any help appreciated. Thanks. -- *This message was delivered using 100% recycled electrons*.