On 28/05/11 12:13, Stan Hoeppner wrote:
On 5/28/2011 5:22 AM, Wojciech Giel wrote:
when I'm sending mail from my domain, localhost, to external
recipients
it works fine but when I'm trying to send from home (my isp domain)
I get
I'm guessing you didn't enable the 587 listener in master.cf, which
is
what enables authenticated submission. If you haven't already,
un-comment the following line, and restart Postfix.
#587 inet n - n - - smtpd
Configure your MUA to relay to your server's hostname or IP address
on
TCP 587. In Tbird this is called "Outgoing Server (SMTP)".
submission inet n - - - - smtpd
-o smtpd_tls_security_level=encrypt
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
netstat -ntlp
tcp 0 0 0.0.0.0:587 0.0.0.0:*
LISTEN 21406/master
thunderbird has 587 + authentication is configured. when i'm at work in
my domain sending to local and external users works. with the same
configuration when i'm connection from home I can send only to local
users but not to users in different domains.
What is?
relayhost = main_parent_domain_gateway
Where exactly is your Debian/Postfix server box located? Is it also
at
"home" or in a colo/ISP facility?
I'm working at the university so my departament has separate mail
server and domain. so sending to outside world i have to do using main
university server.
thanks