Hi,

I'm trying to setup Postfix in a way that will forward/relay all mail
on SMTP port 25 but send out (don't forward) email when receiving on
submission port 465.
In main.cf I have:
transport_maps = lmdb:/etc/postfix/transport
and inside there I have
* smtp:[internal.example.org]:2525

and in master.cf I have:
submissions     inet  n       -       n       -       -       smtpd
   -o syslog_name=postfix/submissions
   -o smtpd_tls_wrappermode=yes
   -o smtpd_tls_security_level=encrypt
   -o smtpd_sasl_auth_enable=yes
   -o transport_maps=lmdb:/etc/postfix/submission_transport

where submission_transport is empty file.

But when sent thru submission it still forwards those emails so it doesn't work.
Any ideas how to configure setup like this?
Thanks!

Best regards,
Dāvis
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to