Hi all,
 
here is what i try to do :
 
bash-2.05# telnet mail.directmedica.com 110
Trying 192.168.1.13...
Connected to dmmail.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
USER [EMAIL PROTECTED]
+OK
PASS fgilain
-ERR unable to write pipe
Connection to dmmail closed by foreign host.
 
nb : dmmail.directmedica.com is the name I put in my /etc/hosts file in front of my local server's IP...(No DNS is up)
 
Here is the content of my run file for pop3d daemon :
 
#!/bin/sh
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup `sed 1q /var/qmail/control/me` \
/export/home/vpomail/bin/vchkpw \
/usr/local/bin/recordio \
/var/qmail/bin/qmail-pop3d ./Maildir/INBOX/ 2>&1
 
In my logs, the only thing i have is :
 
@400000003fb21f621fc6f0ec tcpserver: pid 1485 from 192.168.1.13
@400000003fb21f621fca159c tcpserver: ok 1485 0:192.168.1.13:110 :192.168.1.13::33139
@400000003fb21f70099a9864 tcpserver: end 1485 status 256
@400000003fb21f70099acb2c tcpserver: status: 0/40
I have 2 vpopmail domains : "test.com" and "directmedica.com", how can i use pop3 to get my emails for each domain ?
 
Thank you.
 
Florent

Reply via email to