[Dovecot] mbox problems on CentOS 6
Hello, I migrated yesterday to Dovecot 2, and I managed to "convert" all the settings I had in dovecot.conf, but I run into a strange problem. I am curently using Dovecot 2.0.13 and bellow is my dovecot.conf current content: # 2.0.13: //etc/dovecot/dovecot.conf # OS: Linux 2.6.32-71.29.1.el6.x86_64 x86_64 CentOS Linux release 6.0 (Final) ext4 auth_mechanisms = plain login auth_verbose = yes base_dir = /var/run/dovecot/ disable_plaintext_auth = no first_valid_uid = 901 last_valid_uid = 901 log_path = /var/log/dovecot.log log_timestamp = "%Y-%m-%d %H:%M:%S " login_greeting = IMAP/POP3 server ready. mail_access_groups = mail mail_debug = yes mail_location = mbox:/vmail/%d/%n:INDEX=/var/indexes/%u mail_max_userip_connections = 16 mail_privileged_group = mail passdb { args = /etc/dovecot/dovecot-mysql.conf driver = sql } protocols = imap pop3 service auth { unix_listener auth-userdb { mode = 0600 } user = $default_internal_user } service imap-login { inet_listener imap { port = 143 } } service imap { process_limit = 16 } service pop3-login { inet_listener pop3 { port = 110 } } service pop3 { process_limit = 16 } ssl = no userdb { args = /etc/dovecot/dovecot-mysql.conf driver = sql } protocol pop3 { pop3_client_workarounds = outlook-no-nuls oe-ns-eoh pop3_uidl_format = %08Xu%08Xv } protocol imap { imap_client_workarounds = delay-newmail tb-extra-mailbox-sep } I am running along with Dovecot, Postfix and MySQL - oh SASL is of course installed as I want to make use of user auth. On the simplest check - "surprise" ta-daaaa /telnet localhost 143 Trying ::1... Connected to localhost. Escape character is '^]'.
- OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] IMAP/POP3 server ready. a login contact@mydomain.com mypassword
- BYE Internal error occurred. Refer to server log for more information. Connection closed by foreign host. I activated debug and looked in the dovecot logs and here is the most intriguing part I found: auth: Info: mysql(localhost): Connected to database postfix imap-login: Info: Login: user=<contact@mydomain.com>, method=PLAIN, rip=::1, lip=::1, mpid=5821, secured imap: Debug: Added userdb setting: mail=maildir:/vmail/mydomain.com/contact imap: Debug: Added userdb setting: plugin/quota=dirsize:storage=0 imap(contact@mydomain.com): Debug: Effective uid=901, gid=12, home=/vmail/mydomain.com/contact imap(contact@mydomain.com): Error: user contact@mydomain.com: Initialization failed: Initializing mail storage from mail_location setting failed: Unknown mail storage driver maildir imap(contact@mydomain.com): Error: Invalid user settings. Refer to server log for more information. I double checked paths - all is ok - postfix is actually receiving and saving in that /vmail... folder
uid=901 coresponds to <vmail> user
# gid=12 corresponds to <mail> group # rights on /vmail are vmail.mail I think there is actually a problem with mail_location - but I couldnt solve it at all. If anyone can help me with this - please do guys. I googled those terms and found nothing, so this is my last resort, I tried solving this in the last 36hrs but nothing so far. Thanks to anyone who can assist me.
No I noticed Postfix isnt running anymore :( Aug 4 14:49:25 hostname postfix/smtpd[6414]: connect from mail-fx0-f51.google.com[209.85.161.51] Aug 4 14:49:25 hostname postfix/smtpd[6414]: warning: SASL: Connect to private/auth failed: Connection refused Aug 4 14:49:25 hostname postfix/smtpd[6414]: fatal: no SASL authentication mechanisms All I did was a simple system reboot
--- On Thu, 8/4/11, DT <nbw0313@yahoo.com> wrote:
From: DT <nbw0313@yahoo.com> Subject: [Dovecot] mbox problems on CentOS 6 To: dovecot@dovecot.org Date: Thursday, August 4, 2011, 7:40 PM
Hello, I migrated yesterday to Dovecot 2, and I managed to "convert" all the settings I had in dovecot.conf, but I run into a strange problem. I am curently using Dovecot 2.0.13 and bellow is my dovecot.conf current content: # 2.0.13: //etc/dovecot/dovecot.conf # OS: Linux 2.6.32-71.29.1.el6.x86_64 x86_64 CentOS Linux release 6.0 (Final) ext4 auth_mechanisms = plain login auth_verbose = yes base_dir = /var/run/dovecot/ disable_plaintext_auth = no first_valid_uid = 901 last_valid_uid = 901 log_path = /var/log/dovecot.log log_timestamp = "%Y-%m-%d %H:%M:%S " login_greeting = IMAP/POP3 server ready. mail_access_groups = mail mail_debug = yes mail_location = mbox:/vmail/%d/%n:INDEX=/var/indexes/%u mail_max_userip_connections = 16 mail_privileged_group = mail passdb { args = /etc/dovecot/dovecot-mysql.conf driver = sql } protocols = imap pop3 service auth { unix_listener auth-userdb { mode = 0600 } user = $default_internal_user } service imap-login { inet_listener imap { port = 143 } } service imap { process_limit = 16 } service pop3-login { inet_listener pop3 { port = 110 } } service pop3 { process_limit = 16 } ssl = no userdb { args = /etc/dovecot/dovecot-mysql.conf driver = sql } protocol pop3 { pop3_client_workarounds = outlook-no-nuls oe-ns-eoh pop3_uidl_format = %08Xu%08Xv } protocol imap { imap_client_workarounds = delay-newmail tb-extra-mailbox-sep } I am running along with Dovecot, Postfix and MySQL - oh SASL is of course installed as I want to make use of user auth. On the simplest check - "surprise" ta-daaaa /telnet localhost 143 Trying ::1... Connected to localhost. Escape character is '^]'.
- OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] IMAP/POP3 server ready. a login contact@mydomain.com mypassword
- BYE Internal error occurred. Refer to server log for more information. Connection closed by foreign host. I activated debug and looked in the dovecot logs and here is the most intriguing part I found: auth: Info: mysql(localhost): Connected to database postfix imap-login: Info: Login: user=<contact@mydomain.com>, method=PLAIN, rip=::1, lip=::1, mpid=5821, secured imap: Debug: Added userdb setting: mail=maildir:/vmail/mydomain.com/contact imap: Debug: Added userdb setting: plugin/quota=dirsize:storage=0 imap(contact@mydomain.com): Debug: Effective uid=901, gid=12, home=/vmail/mydomain.com/contact imap(contact@mydomain.com): Error: user contact@mydomain.com: Initialization failed: Initializing mail storage from mail_location setting failed: Unknown mail storage driver maildir imap(contact@mydomain.com): Error: Invalid user settings. Refer to server log for more information. I double checked paths - all is ok - postfix is actually receiving and saving in that /vmail... folder
uid=901 coresponds to <vmail> user
# gid=12 corresponds to <mail> group # rights on /vmail are vmail.mail I think there is actually a problem with mail_location - but I couldnt solve it at all. If anyone can help me with this - please do guys. I googled those terms and found nothing, so this is my last resort, I tried solving this in the last 36hrs but nothing so far. Thanks to anyone who can assist me.
Am 04.08.2011 um 18:52 schrieb DT:
No I noticed Postfix isnt running anymore :( Aug 4 14:49:25 hostname postfix/smtpd[6414]: connect from mail-fx0-f51.google.com[209.85.161.51] Aug 4 14:49:25 hostname postfix/smtpd[6414]: warning: SASL: Connect to private/auth failed: Connection refused Aug 4 14:49:25 hostname postfix/smtpd[6414]: fatal: no SASL authentication mechanisms
All I did was a simple system reboot
In the config posted 'service auth' is not configured:
http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL
Thomas
Thank you Thomas for opening my eyes on that matter, I fixed that area as bellow and it solved the Postfix problem 100% service auth { unix_listener /var/spool/postfix/private/auth { mode = 0600 user = postfix group = postfix } } Now I only have same old issue with Dovecot only: 2011-08-05 07:52:21 imap(contact@mydomain.com): Debug: Effective uid=901, gid=12, home=/vmail/mydomain.com/contact 2011-08-05 07:52:21 imap(contact@mydomain.com): Error: user contact@mydomain.com: Initialization failed: Initializing mail storage from mail_location setting failed: Unknown mail storage driver maildir 2011-08-05 07:52:21 imap(contact@mydomain.com): Error: Invalid user settings. Refer to server log for more information. Somehow it doesnt like what I have in mail_location or so... but I tried so many other folders, tried maildir also, error keeps showing, I can login to IMAP but once I do I'm dropped :* BYE Internal error occurred. Refer to server log for more information. Connection closed by foreign host. Thank you again for any oppinion or advice.
In the config posted 'service auth' is not configured:
http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL
Thomas
No I noticed Postfix isnt running anymore :( Aug 4 14:49:25 hostname postfix/smtpd[6414]: connect from mail-fx0-f51.google.com[209.85.161.51] Aug 4 14:49:25 hostname postfix/smtpd[6414]: warning: SASL: Connect to private/auth failed: Connection refused Aug 4 14:49:25 hostname postfix/smtpd[6414]: fatal: no SASL authentication mechanisms All I did was a simple system reboot
Still couldn't solve this mbox problem... Is there anyone who can assist me with this?
--- On Sat, 8/6/11, DT <nbw0313@yahoo.com> wrote:
From: DT <nbw0313@yahoo.com> Subject: Re: [Dovecot] mbox problems on CentOS 6 To: dovecot@dovecot.org Date: Saturday, August 6, 2011, 10:12 AM
Thank you Thomas for opening my eyes on that matter, I fixed that area as bellow and it solved the Postfix problem 100% service auth { unix_listener /var/spool/postfix/private/auth { mode = 0600 user = postfix group = postfix } } Now I only have same old issue with Dovecot only: 2011-08-05 07:52:21 imap(contact@mydomain.com): Debug: Effective uid=901, gid=12, home=/vmail/mydomain.com/contact 2011-08-05 07:52:21 imap(contact@mydomain.com): Error: user contact@mydomain.com: Initialization failed: Initializing mail storage from mail_location setting failed: Unknown mail storage driver maildir 2011-08-05 07:52:21 imap(contact@mydomain.com): Error: Invalid user settings. Refer to server log for more information. Somehow it doesnt like what I have in mail_location or so... but I tried so many other folders, tried maildir also, error keeps showing, I can login to IMAP but once I do I'm dropped :* BYE Internal error occurred. Refer to server log for more information. Connection closed by foreign host. Thank you again for any oppinion or advice.
In the config posted 'service auth' is not configured:
http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL
Thomas
No I noticed Postfix isnt running anymore :( Aug 4 14:49:25 hostname postfix/smtpd[6414]: connect from mail-fx0-f51.google.com[209.85.161.51] Aug 4 14:49:25 hostname postfix/smtpd[6414]: warning: SASL: Connect to private/auth failed: Connection refused Aug 4 14:49:25 hostname postfix/smtpd[6414]: fatal: no SASL authentication mechanisms All I did was a simple system reboot
[SOLVED] For some reason I had to give up compiling/working with beta version - it seems to have some issue with the storages. Instead I compiled last stable version and all is working fine - funny thing is that I had to compile with both mbox and maildir storage drivers (probably for postfix compatibility)
--- On Wed, 8/10/11, DT <nbw0313@yahoo.com> wrote:
From: DT <nbw0313@yahoo.com> Subject: Re: [Dovecot] mbox problems on CentOS 6 To: dovecot@dovecot.org Date: Wednesday, August 10, 2011, 4:49 PM
Still couldn't solve this mbox problem... Is there anyone who can assist me with this?
--- On Sat, 8/6/11, DT <nbw0313@yahoo.com> wrote:
From: DT <nbw0313@yahoo.com> Subject: Re: [Dovecot] mbox problems on CentOS 6 To: dovecot@dovecot.org Date: Saturday, August 6, 2011, 10:12 AM
Thank you Thomas for opening my eyes on that matter, I fixed that area as bellow and it solved the Postfix problem 100% service auth { unix_listener /var/spool/postfix/private/auth { mode = 0600 user = postfix group = postfix } } Now I only have same old issue with Dovecot only: 2011-08-05 07:52:21 imap(contact@mydomain.com): Debug: Effective uid=901, gid=12, home=/vmail/mydomain.com/contact 2011-08-05 07:52:21 imap(contact@mydomain.com): Error: user contact@mydomain.com: Initialization failed: Initializing mail storage from mail_location setting failed: Unknown mail storage driver maildir 2011-08-05 07:52:21 imap(contact@mydomain.com): Error: Invalid user settings. Refer to server log for more information. Somehow it doesnt like what I have in mail_location or so... but I tried so many other folders, tried maildir also, error keeps showing, I can login to IMAP but once I do I'm dropped :* BYE Internal error occurred. Refer to server log for more information. Connection closed by foreign host. Thank you again for any oppinion or advice.
In the config posted 'service auth' is not configured:
http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL
Thomas
No I noticed Postfix isnt running anymore :( Aug 4 14:49:25 hostname postfix/smtpd[6414]: connect from mail-fx0-f51.google.com[209.85.161.51] Aug 4 14:49:25 hostname postfix/smtpd[6414]: warning: SASL: Connect to private/auth failed: Connection refused Aug 4 14:49:25 hostname postfix/smtpd[6414]: fatal: no SASL authentication mechanisms All I did was a simple system reboot
--- On Wed, 10/8/11, DT <nbw0313@yahoo.com> wrote:
From: DT <nbw0313@yahoo.com> Subject: Re: [Dovecot] mbox problems on CentOS 6 To: "Dovecot Mailing List" <dovecot@dovecot.org> Date: Wednesday, 10 August, 2011, 17:12 [SOLVED] For some reason I had to give up compiling/working with beta version - it seems to have some issue with the storages. Instead I compiled last stable version and all is working fine - funny thing is that I had to compile with both mbox and maildir storage drivers (probably for postfix compatibility)
--- On Wed, 8/10/11, DT <nbw0313@yahoo.com> wrote:
From: DT <nbw0313@yahoo.com> Subject: Re: [Dovecot] mbox problems on CentOS 6 To: dovecot@dovecot.org Date: Wednesday, August 10, 2011, 4:49 PM
Still couldn't solve this mbox problem... Is there anyone who can assist me with this?
--- On Sat, 8/6/11, DT <nbw0313@yahoo.com> wrote:
From: DT <nbw0313@yahoo.com> Subject: Re: [Dovecot] mbox problems on CentOS 6 To: dovecot@dovecot.org Date: Saturday, August 6, 2011, 10:12 AM
Thank you Thomas for opening my eyes on that matter, I fixed that area as bellow and it solved the Postfix problem 100% service auth { unix_listener /var/spool/postfix/private/auth { mode = 0600 user = postfix group = postfix } } Now I only have same old issue with Dovecot only: 2011-08-05 07:52:21 imap(contact@mydomain.com): Debug: Effective uid=901, gid=12, home=/vmail/mydomain.com/contact 2011-08-05 07:52:21 imap(contact@mydomain.com): Error: user contact@mydomain.com: Initialization failed: Initializing mail storage from mail_location setting failed: Unknown mail storage driver maildir 2011-08-05 07:52:21 imap(contact@mydomain.com): Error: Invalid user settings. Refer to server log for more information. Somehow it doesnt like what I have in mail_location or so... but I tried so many other folders, tried maildir also, error keeps showing, I can login to IMAP but once I do I'm dropped :* BYE Internal error occurred. Refer to server log for more information. Connection closed by foreign host. Thank you again for any oppinion or advice.
In the config posted 'service auth' is not configured:
http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL
Thomas
No I noticed Postfix isnt running anymore :( Aug 4 14:49:25 hostname postfix/smtpd[6414]: connect from mail-fx0-f51.google.com[209.85.161.51] Aug 4 14:49:25 hostname postfix/smtpd[6414]: warning: SASL: Connect to private/auth failed: Connection refused Aug 4 14:49:25 hostname postfix/smtpd[6414]: fatal: no SASL authentication mechanisms All I did was a simple system reboot
If you don't mind me ask; What version of dovecot were you trying to build ?
Were you trying to buld/compile from sources ? Didn't you use the rpms for CentOS that exist ?
Regards,
s.
"I merely function as a channel that filters music through the chaos of noise"
- Vangelis
I initially ran dovecot 2.0.13 from CentOS 6 base repository. Then I switched to beta 9 (source) because I found most articles saying it's stable with the stuff I wanted compiled - compiling it was actually a pain. Now I successfully compiled and installed 2.0.13 from source. Works like a charm. Still I can't pinpoint exactly where the problem was: could be a bug OR could be a problematic package in centos6 repository... can't say - maybe I will test more in depth on a dev box. All the best
--- On Wed, 8/10/11, Spyros Tsiolis <stsiol@yahoo.co.uk> wrote:
From: Spyros Tsiolis <stsiol@yahoo.co.uk> Subject: Re: [Dovecot] mbox problems on CentOS 6 To: "Dovecot Mailing List" <dovecot@dovecot.org> Cc: nbw0313@yahoo.com Date: Wednesday, August 10, 2011, 7:30 PM
--- On Wed, 10/8/11, DT <nbw0313@yahoo.com> wrote:
From: DT <nbw0313@yahoo.com> Subject: Re: [Dovecot] mbox problems on CentOS 6 To: "Dovecot Mailing List" <dovecot@dovecot.org> Date: Wednesday, 10 August, 2011, 17:12 [SOLVED] For some reason I had to give up compiling/working with beta version - it seems to have some issue with the storages. Instead I compiled last stable version and all is working fine - funny thing is that I had to compile with both mbox and maildir storage drivers (probably for postfix compatibility)
--- On Wed, 8/10/11, DT <nbw0313@yahoo.com> wrote:
From: DT <nbw0313@yahoo.com> Subject: Re: [Dovecot] mbox problems on CentOS 6 To: dovecot@dovecot.org Date: Wednesday, August 10, 2011, 4:49 PM
Still couldn't solve this mbox problem... Is there anyone who can assist me with this?
--- On Sat, 8/6/11, DT <nbw0313@yahoo.com> wrote:
From: DT <nbw0313@yahoo.com> Subject: Re: [Dovecot] mbox problems on CentOS 6 To: dovecot@dovecot.org Date: Saturday, August 6, 2011, 10:12 AM
Thank you Thomas for opening my eyes on that matter, I fixed that area as bellow and it solved the Postfix problem 100% service auth { unix_listener /var/spool/postfix/private/auth { mode = 0600 user = postfix group = postfix } } Now I only have same old issue with Dovecot only: 2011-08-05 07:52:21 imap(contact@mydomain.com): Debug: Effective uid=901, gid=12, home=/vmail/mydomain.com/contact 2011-08-05 07:52:21 imap(contact@mydomain.com): Error: user contact@mydomain.com: Initialization failed: Initializing mail storage from mail_location setting failed: Unknown mail storage driver maildir 2011-08-05 07:52:21 imap(contact@mydomain.com): Error: Invalid user settings. Refer to server log for more information. Somehow it doesnt like what I have in mail_location or so... but I tried so many other folders, tried maildir also, error keeps showing, I can login to IMAP but once I do I'm dropped :* BYE Internal error occurred. Refer to server log for more information. Connection closed by foreign host. Thank you again for any oppinion or advice.
In the config posted 'service auth' is not configured:
http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL
Thomas
No I noticed Postfix isnt running anymore :( Aug 4 14:49:25 hostname postfix/smtpd[6414]: connect from mail-fx0-f51.google.com[209.85.161.51] Aug 4 14:49:25 hostname postfix/smtpd[6414]: warning: SASL: Connect to private/auth failed: Connection refused Aug 4 14:49:25 hostname postfix/smtpd[6414]: fatal: no SASL authentication mechanisms All I did was a simple system reboot
If you don't mind me ask; What version of dovecot were you trying to build ?
Were you trying to buld/compile from sources ? Didn't you use the rpms for CentOS that exist ?
Regards,
s.
"I merely function as a channel that filters music through the chaos of noise"
- Vangelis
--- On Wed, 10/8/11, DT <nbw0313@yahoo.com> wrote:
From: DT <nbw0313@yahoo.com> Subject: Re: [Dovecot] mbox problems on CentOS 6 To: "Dovecot Mailing List" <dovecot@dovecot.org>, "Spyros Tsiolis" <stsiol@yahoo.co.uk> Date: Wednesday, 10 August, 2011, 20:05 I initially ran dovecot 2.0.13 from CentOS 6 base repository. Then I switched to beta 9 (source) because I found most articles saying it's stable with the stuff I wanted compiled - compiling it was actually a pain. Now I successfully compiled and installed 2.0.13 from source. Works like a charm. Still I can't pinpoint exactly where the problem was: could be a bug OR could be a problematic package in centos6 repository... can't say - maybe I will test more in depth on a dev box. All the best
--- On Wed, 8/10/11, Spyros Tsiolis <stsiol@yahoo.co.uk> wrote:
From: Spyros Tsiolis <stsiol@yahoo.co.uk> Subject: Re: [Dovecot] mbox problems on CentOS 6 To: "Dovecot Mailing List" <dovecot@dovecot.org> Cc: nbw0313@yahoo.com Date: Wednesday, August 10, 2011, 7:30 PM
--- On Wed, 10/8/11, DT <nbw0313@yahoo.com> wrote:
From: DT <nbw0313@yahoo.com> Subject: Re: [Dovecot] mbox problems on CentOS 6 To: "Dovecot Mailing List" <dovecot@dovecot.org> Date: Wednesday, 10 August, 2011, 17:12 [SOLVED] For some reason I had to give up compiling/working with beta version - it seems to have some issue with the storages. Instead I compiled last stable version and all is working fine - funny thing is that I had to compile with both mbox and maildir storage drivers (probably for postfix compatibility)
--- On Wed, 8/10/11, DT <nbw0313@yahoo.com> wrote:
From: DT <nbw0313@yahoo.com> Subject: Re: [Dovecot] mbox problems on CentOS 6 To: dovecot@dovecot.org Date: Wednesday, August 10, 2011, 4:49 PM
Still couldn't solve this mbox problem... Is there anyone who can assist me with this?
--- On Sat, 8/6/11, DT <nbw0313@yahoo.com> wrote:
From: DT <nbw0313@yahoo.com> Subject: Re: [Dovecot] mbox problems on CentOS 6 To: dovecot@dovecot.org Date: Saturday, August 6, 2011, 10:12 AM
Thank you Thomas for opening my eyes on that matter, I fixed that area as bellow and it solved the Postfix problem 100% service auth { unix_listener /var/spool/postfix/private/auth { mode = 0600 user = postfix group = postfix } } Now I only have same old issue with Dovecot only: 2011-08-05 07:52:21 imap(contact@mydomain.com): Debug: Effective uid=901, gid=12, home=/vmail/mydomain.com/contact 2011-08-05 07:52:21 imap(contact@mydomain.com): Error: user contact@mydomain.com: Initialization failed: Initializing mail storage from mail_location setting failed: Unknown mail storage driver maildir 2011-08-05 07:52:21 imap(contact@mydomain.com): Error: Invalid user settings. Refer to server log for more information. Somehow it doesnt like what I have in mail_location or so... but I tried so many other folders, tried maildir also, error keeps showing, I can login to IMAP but once I do I'm dropped :* BYE Internal error occurred. Refer to server log for more information. Connection closed by foreign host. Thank you again for any oppinion or advice.
In the config posted 'service auth' is not configured:
http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL
Thomas
No I noticed Postfix isnt running anymore :( Aug 4 14:49:25 hostname
Aug 4 14:49:25 hostname
Aug 4 14:49:25 hostname
postfix/smtpd[6414]: connect from mail-fx0-f51.google.com[209.85.161.51] postfix/smtpd[6414]: warning: SASL: Connect to private/auth failed: Connection refused postfix/smtpd[6414]: fatal: no SASL authentication mechanisms
All I did was a simple system reboot
If you don't mind me ask; What version of dovecot were you trying to build ?
Were you trying to buld/compile from sources ? Didn't you use the rpms for CentOS that exist ?
Regards,
s.
"I merely function as a channel that filters music through the chaos of noise"
- Vangelis
Hi DT,
Have you tinkered with debug switches on dovecot ? They are pretty straightforward and down to the point (see: not cryptic :-)
I build dovecot from sources too. Not relaying on CentOS repos. I currently have two mailservers with dovecot and have no problems.
Then, I am not using v2.x but v1.x (I can't remember the exact version at the moment).
HTH
s.
"I merely function as a channel that filters music through the chaos of noise"
- Vangelis
participants (3)
-
DT
-
Spyros Tsiolis
-
Thomas Leuxner