the submission port in my postfix looks enabled already:
Code:
smtp inet n - n - - smtpd
465 inet n - n - - smtpd
-o smtpd_tls_wrappermode=yes
-o smtpd_sasl_auth_enable=yes
submission inet n - n - - smtpd
-o smtpd_etrn_restrictions=reject
-o smtpd_sasl_auth_enable=%%zimbraMtaSaslAuthEnable%%
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
-o smtpd_tls_security_level=%%zimbraMtaTlsSecurityLevel%%
but this looks like that 587 is only accepted if the email is authenticated. this is fine for local users, but how do i receive email from external users on port 587?
currently, i can send outgoing email fine (my relay host uses comcast's port 587 auth), but i would like to get incoming email working.
from the forums, it seems like i'm going down the right path, but i'm missing something.
i know another solution is to use dyndns to reroute port 25 to another port and then accept that, but surely there is another way...