PDA

View Full Version : IIMAP/POP3 problem


sodapop
16th February 2006, 17:37
Hi all,

did anyone encountered a problem with IMAP/POP3 using Fedora Core 4 perfect install. I was able to install everything including ISPconfig. I tested send and receive and it was perfectly alright. I was able to send mail to my gmail account and was able to receive mail on the server using Maildir format. But when I try to do POP3 and IMAP (webmail) I cant download my mails from my mailbox. What can be the problem? Please shed light need your help badly.

Here is a sample of my /var/log/maillog

Feb 16 23:33:29 niflheim ipop3d[13414]: pop3 service init from 61.9.32.116
Feb 16 23:33:30 niflheim ipop3d[13414]: Login user=carlo.dumlao host=[61.9.32.116] nmsgs=0/0
Feb 16 23:33:30 niflheim ipop3d[13414]: Logout user=carlo.dumlao host=[61.9.32.116] nmsgs=0 ndele=0y mail directory.

For what it is worth, I have tried restarting postfix saslauthd and xinetd to no avail.

HELP GUYS.

falko
16th February 2006, 19:38
Does it work with a normal email client like Outlook or Thunderbird?

What's the exact error message from Uebimiau?

Please post the output of netstat -tap

sodapop
18th February 2006, 05:37
Hi Falko,

Below is the output of netstat -tap on my server. I am having problems with with outlook and other MUAs. What can be the problem?

Thanks.

sodapop
:confused:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:imaps *:* LISTEN 13010/xinetd
tcp 0 0 *:32769 *:* LISTEN 1263/rpc.statd
tcp 0 0 *:pop3s *:* LISTEN 13010/xinetd
tcp 0 0 *:mysql *:* LISTEN 20339/mysqld
tcp 0 0 *:pop3 *:* LISTEN 13010/xinetd
tcp 0 0 *:imap *:* LISTEN 13010/xinetd
tcp 0 0 *:sunrpc *:* LISTEN 1245/portmap
tcp 0 0 *:81 *:* LISTEN 12719/ispconfig_htt
tcp 0 0 *:ftp *:* LISTEN 32487/proftpd: (acc
tcp 0 0 61.9.32.120:domain *:* LISTEN 12887/named
tcp 0 0 niflheim.i-trac.com:domain *:* LISTEN 12887/named
tcp 0 0 localhost.localdomai:domain *:* LISTEN 12887/named
tcp 0 0 localhost.localdomain:ipp *:* LISTEN 1579/cupsd
tcp 0 0 localhost.localdomain:5335 *:* LISTEN 1564/mDNSResponder
tcp 0 0 *:smtp *:* LISTEN 32658/master
tcp 0 0 localhost.localdomain:rndc *:* LISTEN 12887/named
tcp 0 0 *:http *:* LISTEN 12785/httpd
tcp 0 0 *:ssh *:* LISTEN 1639/sshd
tcp 0 0 ::1:rndc *:* LISTEN 12887/named
tcp 0 0 *:https *:* LISTEN 12785/httpd

falko
18th February 2006, 12:41
You're using ipop3d which uses mbox format. Please disable Maildir under Management -> Server -> Settings -> Email.

sodapop
20th February 2006, 03:13
You're using ipop3d which uses mbox format. Please disable Maildir under Management -> Server -> Settings -> Email.

Will try to do this, but just incase how do can I use the Maildir format?

thanks.

sodapop

till
20th February 2006, 14:27
Will try to do this, but just incase how do can I use the Maildir format?

You will have to install an other pop3 daemon like courier or dovecot.

sodapop
21st February 2006, 09:00
Installed dovecot. Perfectly working now :) Thanks Falko and Till