"Virtual Users And Domains With Postfix, Courier And MySQL (Debian)

Discussion in 'HOWTO-Related Questions' started by ghostek, Jun 10, 2007.

  1. ghostek

    ghostek New Member

    Hello, I followed with this tutorial. Now i have problem with mail retrevial.
    I catch in log this:
    Code:
    Jun 10 18:55:02 zeus courierpop3login: Connection, ip=[::ffff:127.0.0.1]
    Jun 10 18:55:12 zeus courierpop3login: chdir haba.net.pl/sebastian/: Permision denied
    
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ls -la /home/vmail/haba.net.pl/sebastian
    ?
     
  3. mrbnet

    mrbnet New Member

    Falko,

    I am experiencing the same issue. It appears that nothing is being created in /home/vmail. I have verified that this folder does exist.

    Jun 14 12:08:19 web01 courierpop3login: chdir mydomain.com/mrbnet/: No such file or directory
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ls -l /home
    ?
     
  5. mrbnet

    mrbnet New Member

    Here is the output of
    Code:
    ls -l /home
    drwxr-xr-x 2 vmail vmail 4096 2007-06-14 11:24 vmail
     
    Last edited: Jun 18, 2007
  6. falko

    falko Super Moderator Howtoforge Staff

    So you have a directory vmail within /home/vmail? That's not needed.
     
  7. mrbnet

    mrbnet New Member

    There is nothing in that directory.

    Code:
    web01:/home/vmail# ls -l
    total 0
    
    Shouldn't there be directory's created within this for the domain and users?
     
  8. falko

    falko Super Moderator Howtoforge Staff

    That's right. Normally these directories are created automatically when the first email for an account arrives. Did you send an email before you tried to log in with POP3?
     
  9. Tchewy

    Tchewy New Member

    Hey, I ve got the same problem.
    Check your postfix configuration, seems to be that postfix does not send anything, so that the directory is not created !
     

Share This Page