Going back from dovecot to vm-pop3d

Sp-tech

Verified User
Joined
Apr 30, 2004
Messages
19
Is there anyway to go back to vm-pop3d?


Since I installed dovecot through DA build script emails have nothing but probelms.


Password authentication doesn't work.

The email accounts i reseted the password to .. i login and there is no emails.
even though I sent test emails.


Please advice.
 
If dovecot doesn't report any mail although there is mail in the mailbox there could be a problem with permissions. (Mailbox have wrong permissions or a directory in the path to the mailbox have wrong permissions)
 
what are the paths to the mailboxs.
Ill check the permissions and report back.
 
I guess they still are /var/mail. Note that I haven't run Dovecot on a DA machine but I use Dovecot on other machines and have seen this error.
 
Sp-tech said:
what are the paths to the mailboxs.
Ill check the permissions and report back.

System Users have their emails by default in:
/home/${domain_owner_name}/Maildir

Pop3 Users have their emails by default in:
/home/${domain_owner_name}/imap/${domain_name}/${pop3_username}/Maildir

These folders should all be owned by the ${domain_owner_name} and the group should be mail.

I assume that you also did the ./build todovecot
that updates your exim.conf. If not, you might want to execute:
Code:
cd /usr/local/directadmin/customapache
patch -p0 < exim.conf.dovecot.patch
 
Last edited:
toml said:
System Users have their emails by default in:
/home/${domain_owner_name}/Maildir

Pop3 Users have their emails by default in:
/home/${domain_owner_name}/imap/${domain_name}/${pop3_username}/Maildir

These folders should all be owned by the ${domain_owner_name} and the group should be mail.
Thanks for the correction.
Is the path /home/${domain_owner_name}/Maildir an absolute path or is that a symlink?
 
patrik said:
Thanks for the correction.
Is the path /home/${domain_owner_name}/Maildir an absolute path or is that a symlink?
That is an absolute path, of course you still need to replace ${domain_owner_name} witht the system user name, but other than that, it is the absolute path.
 
toml said:
That is an absolute path, of course you still need to replace ${domain_owner_name} witht the system user name, but other than that, it is the absolute path.
Cool, yes I understand that ${domain_owner_name} needs to be replaced ;)
I haven't tried to move to dovecot on any of our DA machines yet and I think that will have to wait for some time. If something fails I will be in big trouble when 300 customers are calling at the same time ;)
 
drwxrwx--- 11 smfile mail 4096 Nov 9 02:47 .
drwxrwx--- 3 smfile mail 4096 Nov 9 02:42 ..
drwxrwx--- 2 smfile mail 4096 Nov 9 02:42 cur
-rw------- 1 smfile mail 144 Nov 9 02:42 dovecot.index
-rw------- 1 smfile mail 10272 Nov 9 02:42 dovecot.index.cache
-rw------- 1 smfile mail 124 Nov 9 02:43 dovecot.index.log
drwxrwx--- 5 smfile mail 4096 Nov 9 02:46 .Drafts
drwxrwx--- 5 smfile mail 4096 Nov 9 02:47 .INBOX.Drafts
drwxrwx--- 5 smfile mail 4096 Nov 9 02:47 .INBOX.Sent
drwxrwx--- 5 smfile mail 4096 Nov 9 02:46 .INBOX.spam
drwxrwx--- 5 smfile mail 4096 Nov 9 02:48 .INBOX.Trash
drwxrwx--- 2 smfile mail 4096 Nov 9 02:42 new
drwxrwx--- 5 smfile mail 4096 Nov 9 02:46 .Sent Items
-rw-rw---- 1 smfile mail 71 Nov 9 02:47 subscriptions
drwxrwx--- 2 smfile mail 4096 Nov 9 02:42 tmp


thats the content of
/home/smfile/imap/domainname.com/webmaster/Maildir


for the mailbox [email protected]
 
I emailed Mark at sales \/ at \/ directadmin

with the root login information.

So hopefully they login and fix this mess as its really starting to cause big problems now.


with the mail not working and all.
 
Back
Top