On 11/07/2013 08:38 PM, nik600 wrote:
>
> you can auth using STARTSSL on standard port 25
Port 25 should be for MX to MX communication, not for submission.
> you can auth using TLS/SSL on standard port 465
Port 465 is SMTPS which is deprecated.
You should be using the submission port (587) wit
t; 2013/11/7 Wietse Venema
>
> > li...@rhsoft.net:
> > > Am 06.11.2013 23:34, schrieb Benny Pedersen:
> > > > nik600 skrev den 2013-11-06 23:19:
> > > >
> > > >> is possible to force startssl/tls/ssl on sasl login ?
> > > >
> &g
On 2013.11.07 08:38:36 +0100, nik600 wrote:
> reading your answer i've understand that the service on 465 is already
> configured to force encryption, but i can't to that on port 25 because this
> port is used also for standard delivery from other mailserver which is not
> encrypted.
'-o smtpd_tls
d_tls_auth_only should be the correct answer, not?
Thanks
2013/11/7 Wietse Venema
> li...@rhsoft.net:
> > Am 06.11.2013 23:34, schrieb Benny Pedersen:
> > > nik600 skrev den 2013-11-06 23:19:
> > >
> > >> is possible to force startssl/tls/ssl on sasl logi
li...@rhsoft.net:
> Am 06.11.2013 23:34, schrieb Benny Pedersen:
> > nik600 skrev den 2013-11-06 23:19:
> >
> >> is possible to force startssl/tls/ssl on sasl login ?
> >
> > http://www.faqforge.com/linux/how-to-enable-port-465-smtps-in-postfix-mailserver/
&g
Am 06.11.2013 23:34, schrieb Benny Pedersen:
> nik600 skrev den 2013-11-06 23:19:
>
>> is possible to force startssl/tls/ssl on sasl login ?
>
> http://www.faqforge.com/linux/how-to-enable-port-465-smtps-in-postfix-mailserver/
and what has the deprecated smtps to do with
nik600 skrev den 2013-11-06 23:19:
is possible to force startssl/tls/ssl on sasl login ?
http://www.faqforge.com/linux/how-to-enable-port-465-smtps-in-postfix-mailserver/
* nik600 :
> is possible to force startssl/tls/ssl on sasl login ?
You can hide AUTH unless STARTTLS is in use:
smtpd_tls_auth_only = yes
p@rick
--
[*] sys4 AG
http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München
Sitz der Gesellschaft: München, Amtsgericht Münc
dear all
is possible to force startssl/tls/ssl on sasl login ?
thanks