Results 1 to 10 of 10

Thread: courier pop postfix problem

  1. #1
    Join Date
    Nov 2008
    Beans
    100

    Angry courier pop postfix problem

    Hi guys,

    I've given up on my pursuit of setting up exim and switched to postfix.

    I really do need to setup a mailserver as a smarthost.

    If I telnet mail.mydomain.com 110 in order to test pop, I try logging in but am unable.

    I enter my password (which comes up in cleartext so I am sure that I am typing it correctly) and I get an authentication error.

    -------------------------------

    -ERR chdir Maildir failed


    ------------------------------

    can someone please help me to resolve this issue?

  2. #2
    Join Date
    Jan 2006
    Beans
    201

    Re: courier pop postfix problem

    Check this:

    https://help.ubuntu.com/community/Po...asicSetupHowto

    I know theres something in there about setting up Maildirs correctly.

  3. #3
    Join Date
    Nov 2008
    Beans
    100

    Exclamation Re: courier pop postfix problem

    Thanks for the tip! That was actually the exact guide I was using to set everything up! Just not sure where I was going wrong!

    I _DID_ do some more reading.. and I came across the maildirmake command.


    But I couldn't find a decent example of it's usage.

    for instance, should I be typing maildirmake thunderboltha ?

    If so, what if any options should I be using in that directive? Also, instead of just a user name I am wondering if I need to enter a full path or which path I should specify? Also, when this step is done, won't I need to change my postfix conf file some where either with the postconf -e command or by editing the file directly?

    Thanks in advance

  4. #4

    Re: courier pop postfix problem

    Quote Originally Posted by bluethundr View Post
    Thanks for the tip! That was actually the exact guide I was using to set everything up! Just not sure where I was going wrong!

    I _DID_ do some more reading.. and I came across the maildirmake command.


    But I couldn't find a decent example of it's usage.

    for instance, should I be typing maildirmake thunderboltha ?

    If so, what if any options should I be using in that directive? Also, instead of just a user name I am wondering if I need to enter a full path or which path I should specify? Also, when this step is done, won't I need to change my postfix conf file some where either with the postconf -e command or by editing the file directly?

    Thanks in advance
    Just go to the mail user's directory and type in the command there. It automatically sets up the appropriate directories. Make sure you change the directories and files' owner to the user's.

    /Eric
    Enthusiast and Site Admin
    NetTiki and The Breezy! Site:
    http://www.NetTiki.com

  5. #5
    Join Date
    Nov 2008
    Beans
    100

    Re: courier pop postfix problem

    Thanks for the reply. I went to my home directory and typed maildirmake username. When I ls -l'd I saw :

    drwx------ 2 username username 4096 2008-11-22 20:14 Mail

    and no change in result. this is driving me NUTS! Any other hints?

    I'd appreciate any advice.

  6. #6
    Join Date
    Nov 2008
    Beans
    100

    Re: courier pop postfix problem

    in addendum. After creating Mail in /home/username I also issued the following commaind:

    sudo /etc/init.d/postfix restart
    sudo /etc/init.d/courier-pop restart
    sudo /etc/initd/courier-authdaemon restart

    NO LOVE. Same error. Epic fail.

  7. #7
    Join Date
    Jun 2006
    Location
    Switzerland
    Beans
    Hidden!
    Distro
    Kubuntu Jaunty Jackalope (testing)

    Re: courier pop postfix problem

    any reason why you use POP3 over IMAP?

  8. #8
    Join Date
    Nov 2008
    Beans
    100

    Re: courier pop postfix problem

    Well, the reason I'm using pop 3 is that it's not for me. I want other people to use this system, and for my mail to be easily usable pop3 has to work. But so does IMAP. I want to get both working!

  9. #9
    Join Date
    Jun 2006
    Location
    Switzerland
    Beans
    Hidden!
    Distro
    Kubuntu Jaunty Jackalope (testing)

    Re: courier pop postfix problem

    IMAP with Maildir support and you won't have a 2gb problem as each message will be stored in an individual file.

  10. #10
    Join Date
    Nov 2008
    Beans
    100

    Lightbulb [SOLVED] Re: courier pop postfix problem

    Manually added Maildir to my home directory. Changed mode to 700. Voila!Both POP and IMAP now work.



Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •