Autor: kazamatzuri Datum: To: exim-users Betreff: [exim] smarthost with ssl/tls over 465 and smtp-auth
Hi!
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:
Code:
----------------------------
[...]
tls_on_connect_ports = 465
...
begin routers
what else do i need? so far the log says: stopped recieving data after
initial connection
any suggestions ? or someone with a similar setup who could give me some
tipps?
the mailing list archive didnt show anything, but a slight hint to use
stunnel? is that necessary? stunnels are not a good option because its a
laptop with randomly net access ....
thanx