[pmmail-list] ATT requires SSL Solution=stunnel
Robert Dahlem
Robert.Dahlem at gmx.net
Thu May 17 22:30:56 CEST 2007
James,
On 17.05.2007 19:29, James Moe wrote:
>> Since 2 years I am using stunnel for SSL connections. Works perfect without problems and consums less ressources.
>> stunnel is available for free from this page:
>> [pop3s]
>> accept = 127.0.0.1:1109
>> connect = pop.gmail.com:995
>> [smtps]
>> accept = 127.0.0.1:259
>> connect = smtp.gmail.com:465
> What if there is more than one account, i.e., multiple POP servers
> requiring SSL?
Not the slightest problem. You just add ports to the configuration and
point PMM to them:
[pop3s]
accept = 127.0.0.1:1110
connect = pop.otherprovider.com:995
[smtps]
accept = 127.0.0.1:260
connect = smtp.otherprovider.com:465
Regards,
Robert
More information about the PMMail
mailing list