POP3 : account unavailable : (+t bit set on home directory)

Discussion in 'General' started by drtrembath, Apr 1, 2006.

  1. drtrembath

    drtrembath New Member

    When logging into POP3 on one of the original accounts I created a get this error:
    Sending of password failed: account unavailable : (+t bit set on home directory)

    I only get it on this account and not any others. How do I fix this?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Are this mbox or maildir accounts? Which pop3 daemon do you use?
     
  3. drtrembath

    drtrembath New Member

    Am using Maildir

    I did a standard install on Ubuntu 5.10 Breezy, and followed the instructions to a tee. Other than a corrupt SSL cert on the original install, everything has worked pretty well.

    Not sure but I think its dovecot for the POP3 server. Whatever was recommended in install guide. I have about 5 test boxes but only two test accounts on the domain I testing now. One works, the other doesn't.

    For grins, I install second site under the same reseller and added two users. Both work fine.

    I deleted the account and created a new one under the site that Ihad issues with and the new one won't work either giving the identical error. But the second original account still works. Go figure? Any ideas?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Have you tried to send an email to the account that does not work before you tried to login with pop3?
     
  5. drtrembath

    drtrembath New Member

    Yes I have. Still no luck. I also found a thread here dealing with a non-existing maildir but if I telnet into the POP3 server I get the exact same message with no additional data.
     
  6. drtrembath

    drtrembath New Member

    In other words, that was not the issue.
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output from the command "ls -la" executed inside the home directory of the user.
     
  8. drtrembath

    drtrembath New Member

    admin@webhost:/var/www/web1/user/web1_robert$ ls -la
    total 120
    drwxr-xr-x 4 web1_robert web1 4096 2006-03-31 20:06 .
    drwxr-xr-x 4 web1_robert web1 4096 2006-03-31 20:06 ..
    -rw-r--r-- 1 root root 544 2006-03-31 20:06 .antivirus.rc
    -rw-r--r-- 1 root root 756 2006-03-31 20:06 .autoresponder.rc
    -rw-r--r-- 1 root root 22 2006-03-31 20:06 .bounce-exceed-quota.txt
    -rw-r--r-- 1 root root 67866 2006-03-31 20:06 .html-trap.rc
    -rw-r--r-- 1 root root 3889 2006-03-31 20:06 .local-rules.rc
    drwx------ 5 web1_robert web1 4096 2006-03-31 20:06 Maildir
    -rw-r--r-- 1 root root 180 2006-03-31 20:06 .mailsize.rc
    -rw-r--r-- 1 root root 2665 2006-03-31 20:06 .quota.rc
    -rw-r--r-- 1 root root 1147 2006-03-31 20:06 .spamassassin.rc
    -rw-r--r-- 1 root root 1641 2006-03-31 20:06 .user_prefs
    -rw-r--r-- 1 web1_robert web1 0 2006-03-31 20:06 .vacation.cache
    -rw-r--r-- 1 root root 0 2006-03-31 20:06 .vacation.msg
    drwxrwxr-x 2 web1_robert web1 4096 2006-03-31 20:06 web
    admin@webhost:/var/www/web1/user/web1_robert$
     
  9. falko

    falko Super Moderator ISPConfig Developer

    Please post the output of
    Code:
    netstat -tap
    and
    Code:
    repquota -avug | grep web1
     

Share This Page