Using Squirrelmail with ISPConfig 3 and Courier IMAP

Discussion in 'Installation/Configuration' started by dpicella, May 6, 2009.

  1. dpicella

    dpicella New Member

    I think I am working out the final kinks in using squirrelmail with a new ISPConfig 3 installation. I followed all the instructions for a Fedora 10 install at:

    http://www.howtoforge.com/perfect-server-fedora-10-ispconfig-3

    At first, I had a problem with courier-imap, but all services are running now and

    .../squirrelmail/src/configtest.php

    Passes all tests.

    For some reason, I can log in to new email accounts and send mail. However, mail messages are not being received.

    Not sure where to start troubleshooting. I suppose I can go to the logs in
    /var/log such as # cat maillog | grep [email protected]

    ... Now what? Thanks for any help!!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post an excerpt of your mail log when you send an email to the server.
     
  3. dpicella

    dpicella New Member

    Here is the ouput after sending inbound from gmail ...

     
    Last edited: May 6, 2009
  4. dpicella

    dpicella New Member

    This is the output that was returned to gmail ...

     
  5. dpicella

    dpicella New Member

    Problem may be with maildrop

    I am starting to think that the problem is with maildrop. I am not sure how maildrop is configured or if it is set up to use mysql for authentication.

    authtest [email protected] produces:
     
  6. falko

    falko Super Moderator Howtoforge Staff

    What's in /etc/postfix/master.cf?
     
  7. dpicella

    dpicella New Member

    Contents of /etc/postfix/master.cf
     
  8. falko

    falko Super Moderator Howtoforge Staff

    Change
    Code:
    maildrop unix - n n - - pipe
      flags=R user=vmail argv=/usr/bin/maildrop -d [COLOR="Red"]${recipient}[/COLOR] ${extension} ${recipient} ${user} ${nexthop} ${sender}
    to
    Code:
    maildrop unix - n n - - pipe
      flags=R user=vmail argv=/usr/bin/maildrop -d [COLOR="Red"]vmail[/COLOR] ${extension} ${recipient} ${user} ${nexthop} ${sender}
    and restart Postfix.
     
  9. dpicella

    dpicella New Member

    Update of the postfix master.cf

    It worked! --Thank you!

    Cheers!
     

Share This Page