Hi all,
 
I'm unable to get my emails from outlook or other pop3 mail clients...
here is my configuration :
 
Sun solaris 2.9 box in my private network (no public IP address) : IP = 192.168.1.13 / 255.255.255.0
 
bash-2.05# qmail-showctl
qmail home directory: /var/qmail.
user-ext delimiter: -.
paternalism (in decimal): 2.
silent concurrency limit: 120.
subdirectory split: 23.
user ids: 102, 103, 104, 0, 105, 106, 107, 108.
group ids: 101, 102.
 
badmailfrom: (Default.) Any MAIL FROM is allowed.
 
bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
 
bouncehost: (Default.) Bounce host name is mail.directmedica.com.
 
concurrencylocal: (Default.) Local concurrency is 10.
 
concurrencyremote: (Default.) Remote concurrency is 20.
 
databytes: (Default.) SMTP DATA limit is 0 bytes.
 
defaultdomain: Default domain name is directmedica.com.
 
defaulthost: (Default.) Default host name is mail.directmedica.com.
 
doublebouncehost: (Default.) 2B recipient host: mail.directmedica.com.
 
doublebounceto: (Default.) 2B recipient user: postmaster.
 
envnoathost: (Default.) Presumed domain name is mail.directmedica.com.
 
helohost: SMTP client HELO host name is mail.directmedica.com.
 
idhost: (Default.) Message-ID host name is mail.directmedica.com.
 
localiphost: (Default.) Local IP address becomes mail.directmedica.com.
 
locals:
 
me: My name is mail.directmedica.com.
 
percenthack: (Default.) The percent hack is not allowed.
 
plusdomain: Plus domain name is directmedica.com.
 
qmqpservers: (Default.) No QMQP servers.
 
queuelifetime: (Default.) Message lifetime in the queue is 604800 seconds.
 
rcpthosts:
SMTP clients may send messages to recipients at test.com.
SMTP clients may send messages to recipients at directmedica.com.
 
morercpthosts: (Default.) No effect.
 
morercpthosts.cdb: (Default.) No effect.
 
smtpgreeting: SMTP greeting: 220 Serveur de mails DIRECT MEDICA.
 
smtproutes: (Default.) No artificial SMTP routes.
 
timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.
 
timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.
 
timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.
 
virtualdomains:
Virtual domain: test.com:test.com
Virtual domain: directmedica.com:directmedica.com
 
defaultdelivery: I have no idea what this file does.
 
concurrencyincoming: I have no idea what this file does.
 
rcpthosts.lock: I have no idea what this file does.
 
virtualdomains.lock: I have no idea what this file does.
 
locals.lock: I have no idea what this file does.
 
xinetd: I have no idea what this file does.
 
bincimap.conf: I have no idea what this file does.
 
scripts: I have no idea what this file does.
 
bincimap.conf.new: I have no idea what this file does.
 
service: I have no idea what this file does.
 
 
As you can see, i use vpopmail to have 2 domains : test.com and directmedica.com.
 
I'm able to send emails to users of theses 2 virtual domains using :
 
1) Unix standard "mail" command : "mail [EMAIL PROTECTED] < /tmp/myfile.txt"
 
2) Using a "telnet localhost 25" session :
 
bash-2.05# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 Serveur de mails DIRECT MEDICA ESMTP
MAIL FROM: [EMAIL PROTECTED]
250 ok
RCPT TO: [EMAIL PROTECTED]
250 ok
DATA
354 go ahead
SUBJECT: TEST OF TELNET MAIL
 
Here is my content.
.
250 ok 1069338836 qp 26887
quit
221 Serveur de mails DIRECT MEDICA
Connection to localhost closed by foreign host.
 
I'm able to get this mail using a "telnet localhost 110" command :
 
bash-2.05# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
USER [EMAIL PROTECTED] 
+OK
PASS password
 7096 > +OK
+OK
LIST
 7096 < LIST
 7096 > +OK
+OK
 7096 > 1 445
 7096 > 2 445
 7096 > 3 289
 7096 > .
1 445
2 445
3 289
.
RETR 3
 7096 < RETR 3
 7096 > +OK
+OK
 7096 > Return-Path: <[EMAIL PROTECTED]>
 7096 > Delivered-To: [EMAIL PROTECTED]
 7096 > Received: (qmail 26887 invoked from network); 20 Nov 2003 14:33:39 -0000
 7096 > Received: from unknown (127.0.0.1)
 7096 >   by mail.directmedica.com with SMTP; 20 Nov 2003 14:33:39 -0000
27096 > SUBJECT: TES+
Return-Path: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 26887 invoked from network); 20 Nov 2003 14:33:39 -0000
Received: from unknown (127.0.0.1)
  by mail.directmedica.com with SMTP; 20 Nov 2003 14:33:39 -0000
 UBJECT: TES27096 > T OF TELNET MAIL
 7096 >
 7096 > Here is my content.
 7096 >
 7096 > .
T OF TELNET MAIL
 
Here is my content.
 
.
quit
 7096 < quit
 7096 > +OK
+OK
27096 > [EOF]
Connection to localhost closed by foreign host.
 
Here is the qmail services stats :
 
bash-2.05# qmailctl stat
/service/qmail-send: up (pid 24092) 2904 seconds
/service/qmail-send/log: up (pid 24094) 2904 seconds
/service/qmail-smtpd: up (pid 24099) 2904 seconds
/service/qmail-smtpd/log: up (pid 24108) 2904 seconds
/service/qmail-pop3d: up (pid 24106) 2904 seconds
/service/qmail-pop3d/log: up (pid 24105) 2904 seconds
/service/imap: up (pid 24104) 2904 seconds
/service/imap/log: up (pid 24102) 2904 seconds
/service/imaps: up (pid 24110) 2904 seconds
/service/imaps/log: up (pid 24109) 2904 seconds
messages in queue: 0
messages in queue but not yet preprocessed: 0
 
Here is what i get in my pop3d service log file when trying to get my mails from Outlook using POP3 protocol :
 
@400000003fbcc9061a6fcca4 tcpserver: status: 0/40
@400000003fbcc90a2f45ebcc tcpserver: status: 1/40
@400000003fbcc90a2ff60da4 tcpserver: pid 24854 from 192.168.1.100
@400000003fbcc90a2ff634b4 tcpserver: ok 24854 0:192.168.1.13:110 :192.168.1.100::4384
@400000003fbcc90a3115dd54 tcpserver: end 24854 status 256
@400000003fbcc90a31160c34 tcpserver: status: 0/40
@400000003fbcc9112b8a4f14 tcpserver: status: 1/40
@400000003fbcc9112c36affc tcpserver: pid 24863 from 192.168.1.100
@400000003fbcc9112c36cf3c tcpserver: ok 24863 0:192.168.1.13:110 :192.168.1.100::4385
@400000003fbcc9112f310ff4 tcpserver: end 24863 status 256
@400000003fbcc9112f3263cc tcpserver: status: 0/40
@400000003fbcc9170d1cd1b4 tcpserver: status: 1/40
@400000003fbcc9170d366494 tcpserver: pid 24871 from 192.168.1.100
@400000003fbcc9170d3a96cc tcpserver: ok 24871 0:192.168.1.13:110 :192.168.1.100::4386
@400000003fbcc917104634d4 tcpserver: end 24871 status 256
@400000003fbcc91710474a2c tcpserver: status: 0/40
@400000003fbcc91a2b0ae5e4 tcpserver: status: 1/40
@400000003fbcc91a2b857cb4 tcpserver: pid 24878 from 192.168.1.100
@400000003fbcc91a2b85b74c tcpserver: ok 24878 0:192.168.1.13:110 :192.168.1.100::4387
@400000003fbcc91a2d018d94 tcpserver: end 24878 status 256
@400000003fbcc91a2d029b1c tcpserver: status: 0/40
@400000003fbcc91e1e6efe24 tcpserver: status: 1/40
 
This log doesn't seems to help much....
 
Any help would be very very cool   ;-))
 
Florent
 
 
 
 
 
 

Reply via email to