DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 2nd July 2013
Torxed Torxed is offline
Port Guard
 
Join Date: Jul 2013
Location: Sweden
Posts: 10
Default Courier IMAP - ccount's mailbox directory is not owned by the correct uid or gid

so i poked around and found out that `DEFDOMAIN="@domain.se"` is messing things up, so i removed that from `/etc/courier/imapd` and i got to the point where `SMTP` work and i get this from the `IMAP`:

Code:
    Jul  2 13:23:10 HOST authdaemond: Authenticated: sysusername=anton, sysuserid=<null>, sysgroupid=20001, homedir=/storage/vmail/anton, address=anton, fullname=Anton, maildir=<null>, quota=<null>, options=<null>
    Jul  2 13:23:10 HOST authdaemond: Authenticated: clearpasswd=MyPasswd, passwd=$3e$04$AC1c10x0A3etWCJFrla.Rl2sevNhq24yXYxrq8IN7mEeGI20.
    Jul  2 13:23:10 HOST imapd-ssl: anton: Account's mailbox directory is not owned by the correct uid or gid
But i'm not sure why because:

Code:
    # ls -l /storage/vmail/
    -rw-r--r--  1 vmail  vmail   22 Mar 13 01:06 .Xdefaults
    -rw-r--r--  1 vmail  vmail  773 Mar 13 01:06 .cshrc
    -rw-r--r--  1 vmail  vmail  398 Mar 13 01:06 .login
    -rw-r--r--  1 vmail  vmail  113 Mar 13 01:06 .mailrc
    -rw-r--r--  1 vmail  vmail  218 Mar 13 01:06 .profile
    drwx------  2 vmail  vmail  512 Jun 30 10:44 .ssh
    drwxr-xr-x  3 anton  anton  512 Jun 30 10:44 anton
my `/etc/courier/imapd` says:

Code:
    MAILDIRPATH=/storage/vmail
But i've also tried:

Code:
    MAILDIRPATH=Maildir
And `/etc/passwd` states:

Code:
    # cat /etc/passwd | grep anton                                                                                                                                                                                 
    anton:*:20001:20001:Anton:/storage/vmail/anton:/sbin/nologin
Where am i going wrong?
Reply With Quote
 

Tags
courier, imap, openbsd 5.3

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Connecting FreeBSD to Active Directory for Dovecot IMAP authentication sparky FreeBSD General 0 25th May 2012 12:04 PM
Maildir and courier imap confusion pca General software and network 0 4th February 2010 01:02 PM
Courier IMAP/POP3 can't auth to mysql db revzalot OpenBSD Packages and Ports 5 6th September 2009 05:44 AM
Courier IMAP Different MD5 version jrs665 OpenBSD Packages and Ports 3 30th October 2008 12:34 PM
FAM keeps crashing with courier-imap krreagan FreeBSD General 0 14th May 2008 11:15 PM


All times are GMT. The time now is 10:09 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick