20 Apr
2005
20 Apr
'05
10:22 a.m.
Hi,
With some POP3 servers, when you login more than once, the POP3 server says "Err: multiple login". How can I achieve that with dovecot ?
For example:
I login to my POP account that is hosted by the ISP:
$ telnet pop.x.com 110 Trying x.x.x.x... Connected to pop.x.com (x.x.x.x). Escape character is '^]'. +OK 25628.1113981451@bne022mfe USER mb13536d +OK PASS testcase +OK LIST +OK 1 4608 . STAT +OK 1 4608
While that pop3 login is still active, I run another telnet session to login again to the same account.
$ telnet pop.x.com 110 Trying x.x.x.x... Connected to pop.x.com (x.x.x.x). Escape character is '^]'. +OK 11709.1113981546@bne021mfe USER mb13536d +OK PASS testcase -ERR multiple login Connection closed by foreign host.
Thanks,
John