Re: [exim] smarthost with ssl/tls over 465 and smtp-auth

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Marc Sherman
日付:  
To: exim-users
題目: Re: [exim] smarthost with ssl/tls over 465 and smtp-auth
kazamatzuri@??? wrote:
>
> I'm trying to setup a local exim server which delivers my mail through my
> universitys mailserver, unfortunatly the universitys mail server requires
> to be connected to with ssl on port 465 , uses tls and smtp-auth ...
> so far I made following changes to the tls enabled build of exim .. well
> to the config:


Exim doesn't support tls-on-connect as a client. If the university
won't allow to you submit mail with STARTTLS on ports 587 or 25, then
you'll have to use stunnel or something to tunnel the connection over ssl.


- Marc