Submitted by HarryZink on Thu, 04/08/2010 - 05:43
I set up a new server from scratch with CentOS 5.4.
I then installed virtualmin as directed via the command line.
I then performed needed updates, which all completed.
upon creating new virtual servers, none of the email associated with those domains would work - neither in email clients, or even usermin.
Some Googling showed that a change in DoveCot needed to be done, manually adjusting it to just go to ~/Maildir
Why is this needed on a virgin, out of the box, new installation, on the approved and suggested operating system?
Status:
Active
Comments
Submitted by andreychek on Thu, 04/08/2010 - 08:27 Comment #1
I then installed virtualmin as directed via the command line.
So just to clarify, are you saying you used the install.sh script in order to perform your installation?
Do you happen to recall what that line in the dovecot.conf was previously set to before you corrected it?
Also, what does this command show:
rpm -qa | grep dovecot
(updated the above command to use "rpm, previously had "dpkg" which is used for debian/ubuntu systems)
Submitted by HarryZink on Fri, 04/09/2010 - 08:35 Comment #2
rpm -qa | grep dovecot
dovecot-1.0.7-7.el5
The line in dovecot.conf was originally set to:
mail_location = maildir:~/Maildir:INDEX=/var/lib/dovecot/index/%u:CONTROL=/var/lib/dovecot/control/%u
I changed it to:
mail_location = maildir:~/Maildir