
26 Nov
2004
26 Nov
'04
8:32 a.m.
Shatadal wrote: I guess there's a client=yes here.
# IMAP service, listens on localhost:1200 [myisp-imaps] accept=localhost:1200 connect=myisp.com:993
Ok. IMAPS port is 993.
# SMTP service, listens on localhost:260 [myisp-smtps] accept=localhost:260 connect=myisp.com:25
You either need to switch from SMTP to SSMTP: [myisp-ssmtp] accept=localhost:260 connect=myisp.com:465 or enable SMTP SSL protocol negotiation: [myisp-smtp-ssl] accept=localhost:260 connect=myisp.com:25 protocol=smtp (whatever is supported by your ISP) Best regards, Mike