Page 1 of 1

smarthost problems

Posted: Sun Oct 11, 2015 8:32 am
by bfp-erzhausen
Hi,
we have scalix 11.4 installed, everything was OK. But our smarthost is a postfix server in the LAN how is relaying all the mail from the LAN to the internet. Now we must change the relay host from the postfix and switch on TLS. From that point the scalix server could not send mails to the postfix, wirh error:

Code: Select all

Oct 11 14:19:22 scalix2 sendmail[16224]: t9BA05Xd014929: to=xxxxxxxx@gmail.com, delay=02:16:56, xdelay=00:00:00, mailer=smtp, pri=2551965, relay=mailrelay.mydomain., dsn=4.0.0, stat=Deferred: Connection refused by mailrelay.mydomain.

Before the change sending was OK, but all other hosts in the LAN could mails send direkt over the postfix server.

in main.cf is configured:

Code: Select all


# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache

smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_use_tls = yes


Has anyone an idea where could be the probleme?

Thanks for helping

Bernd

Re: smarthost problems

Posted: Mon Oct 12, 2015 5:25 am
by bfp-erzhausen
Hi,
It seems me thaht the scalix sending to the mailrelay with the wrong port. I didnĀ“t find a discription where I can give the smarthost d special port sending the the relay host.

Thanks

Bernd

Re: smarthost problems

Posted: Mon Dec 28, 2015 5:56 am
by ScalixSupport
Hello Mr. Bernd,

This is your an old issue, but if still issue have not solved ? could you please post all content of /etc/postfix/main.cf and
/etc/postfix/master.cf

Regards,
Scalix Support Team