pop3 no email.

Discussion in 'Installation/Configuration' started by shadowspank, Feb 15, 2007.

  1. shadowspank

    shadowspank New Member

    I can connect to the server and send out emails. to my gmail and I get the emails when I send emails back I had an error relay access denyed I enabled Maildir: and restarted post fix and that error went away. Now I dont get any bounce backs but when I check pop3 I dont get any email messages.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post an excerpt of your mail log.
     
  3. shadowspank

    shadowspank New Member

    where are the mail logs located?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The mail log is in /var/log/
     
  5. shadowspank

    shadowspank New Member

    Also note I do see the mail in the mailfolder under web1/ also I have checked that pop3 is running. The two just are not talking. Thanks in advanced.

    Feb 10 23:59:03 www postfix/postfix-script: starting the Postfix mail system
    Feb 10 23:59:03 www postfix/master[7312]: daemon started -- version 2.2.2, configuration /etc/postfix
    Feb 11 03:00:04 www sendmail[12555]: l1BB04dt012555: from=root, size=277, class=0, nrcpts=1, msgid=<[email protected]>, relay=root@localhost
    Feb 11 03:00:05 www postfix/smtpd[12556]: connect from localhost.localdomain[127.0.0.1]
    Feb 11 03:00:05 www postfix/smtpd[12556]: setting up TLS connection from localhost.localdomain[127.0.0.1]
    Feb 11 03:00:05 www sendmail[12555]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256
    Feb 11 03:00:05 www postfix/smtpd[12556]: TLS connection established from localhost.localdomain[127.0.0.1]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)
    Feb 11 03:00:05 www postfix/smtpd[12556]: 4733F4834E: client=localhost.localdomain[127.0.0.1], [email protected]
    Feb 11 03:00:05 www postfix/cleanup[12562]: 4733F4834E: message-id=<[email protected]>
    Feb 11 03:00:05 www sendmail[12555]: l1BB04dt012555: to=root, ctladdr=root (0/0), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=30277, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as 4733F4834E)
    Feb 11 03:00:05 www postfix/qmgr[7317]: 4733F4834E: from=<[email protected]>, size=879, nrcpt=1 (queue active)
    Feb 11 03:00:05 www postfix/smtpd[12556]: disconnect from localhost.localdomain[127.0.0.1]
    Feb 11 03:00:05 www postfix/local[12563]: 4733F4834E: to=<[email protected]>, relay=local, delay=0, status=sent (delivered to mailbox)
    Feb 11 03:00:05 www postfix/qmgr[7317]: 4733F4834E: removed
    Feb 11 04:02:19 www sendmail[14619]: l1BC2Hvh014619: from=root, size=1833, class=0, nrcpts=1, msgid=<[email protected]>, relay=root@localhost
    Feb 11 04:02:20 www postfix/smtpd[14837]: connect from localhost.localdomain[127.0.0.1]
    Feb 11 04:02:20 www postfix/smtpd[14837]: setting up TLS connection from localhost.localdomain[127.0.0.1]
    Feb 11 04:02:20 www sendmail[14619]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256
    Feb 11 04:02:20 www postfix/smtpd[14837]: TLS connection established from localhost.localdomain[127.0.0.1]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)
    Feb 11 04:02:20 www postfix/smtpd[14837]: 217974834E: client=localhost.localdomain[127.0.0.1], [email protected]
    Feb 11 04:02:20 www postfix/cleanup[14840]: 217974834E: message-id=<[email protected]>
    Feb 11 04:02:20 www postfix/qmgr[7317]: 217974834E: from=<[email protected]>, size=2480, nrcpt=1 (queue active)
    Feb 11 04:02:20 www sendmail[14619]: l1BC2Hvh014619: to=root, ctladdr=root (0/0), delay=00:00:03, xdelay=00:00:01, mailer=relay, pri=31833, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as 217974834E)
    Feb 11 04:02:20 www postfix/smtpd[14837]: disconnect from localhost.localdomain[127.0.0.1]
    Feb 11 04:02:20 www postfix/local[14841]: 217974834E: to=<[email protected]>, relay=local, delay=0, status=sent (delivered to mailbox)
    Feb 11 04:02:20 www postfix/qmgr[7317]: 217974834E: removed
     
  6. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    netstat -tap
    ? Is it maybe the Maildir vs. mbox problem (if you search a little bit in the forum, you should find some posts about it)?
     
  7. shadowspank

    shadowspank New Member

    I cant finding anything on the forums that looks related please help :)
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    netstat -tap
     
  9. shadowspank

    shadowspank New Member

    I found that if I disable maildir that I am able to get emails with webmail and pop3 from what I am reading that maildir is better then mbox how do I disable mbox and us maildir ?
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    That depends on your linux distribution.

    You will have to install courier or dovectot pop3 and imap daemon instead of the imap and pop3 that you have installed now. Then anable the maildir checkbox.
     
  11. shadowspank

    shadowspank New Member

    I am running fic4 I dont know if I want to deal with that I think I will leave it alone for now once fic7 comes out I am going to move to fic6. So I will just hold off thanks for all your help.
     
  12. falko

    falko Super Moderator Howtoforge Staff

    IF you use Fedora, just install dovecot and enable Maildir in ISPConfig. Also take a look at the Perfect Setup for FC4.
     

Share This Page