ispCP - Board - Support
[HowTo] Replace courier with dovecot - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Howtos (/forum-41.html)
+--- Thread: [HowTo] Replace courier with dovecot (/thread-6088.html)

Pages: 1 2 3 4 5 6 7 8


RE: [HowTo] Replace courier with dovecot - aseques - 11-18-2009 12:44 AM

I've just added details about how to add sieve rules to the system. It should work without problems together with dovecot.

With these rules, if you have a antispam before the server adding the tag X-Spam-Flag=yes to the headers, then dovecot will automatically move the mail to the Junk folder.
If that's not the case (i.e. you don't have antispam), mail will work as usual.


RE: [HowTo] Replace courier with dovecot - Discobear - 12-10-2009 12:53 AM

auth(default): "my" variable $sql masks earlier declaration in same scope at /var/www/ispcp/engine/ispcp-dovecot-mngr line 68.
auth(default): "my" variable $rs masks earlier declaration in same scope at /var/www/ispcp/engine/ispcp-dovecot-mngr line 69.
auth(default): "my" variable $rows masks earlier declaration in same scope at /var/www/ispcp/engine/ispcp-dovecot-mngr line 69.
auth(default): "my" variable $line masks earlier declaration in same scope at /var/www/ispcp/engine/ispcp-dovecot-mngr line 74.
chdir(/var/mail/virtual/domainxxxx/xxxxx) failed with uid 1001: Permission denied
child 2532 (pop3) returned error 89

Well this errors is not fun.


RE: [HowTo] Replace courier with dovecot - motokochan - 12-10-2009 02:16 AM

The first four lines are strict warnings. Not a bad thing, but the script should be updated and cleaned to fix those at some point.

The chdir error is probably because id 1001 isn't the vmail user on your system. Look at /etc/passwd and /etc/groups to find the numeric ids for vmail and mail. Once you have those, you want to edit those four sql conf files you created and replace "1001" and "8" with the ids you found.


RE: [HowTo] Replace courier with dovecot - aseques - 12-10-2009 09:04 PM

(12-10-2009 02:16 AM)motokochan Wrote:  The first four lines are strict warnings. Not a bad thing, but the script should be updated and cleaned to fix those at some point.
Ok, it's done Tongue


RE: [HowTo] Replace courier with dovecot - Presssack - 12-31-2009 08:34 AM

Hi,

has anyone already tried to update to 1.0.3-1 ?
Or in general, are there any changes in the newest version, which could affect the connectivity of dovecot?

cheers
Presssack


RE: [HowTo] Replace courier with dovecot - aseques - 12-31-2009 07:34 PM

(12-31-2009 08:34 AM)Presssack Wrote:  Hi,

has anyone already tried to update to 1.0.3-1 ?
Or in general, are there any changes in the newest version, which could affect the connectivity of dovecot?

cheers
Presssack
There shouldn't be changes, I've been using the 1.0.3 branch for long, and all the setup is working properly.
The only difference from 1.0.3 to 1.0.3.1 are some permisions that where wrong, but, following the install documents this should affect installing dovecot.


RE: [HowTo] Replace courier with dovecot - Presssack - 12-31-2009 10:41 PM

Thanks - I gonna have a try.

Presssack


RE: [HowTo] Replace courier with dovecot - monotek - 01-01-2010 04:15 AM

Is there a chance to implement this in one of the feature ispcp releases as an installation option?

I currentyl run syscp with postfix/dovecot and realy like to keep it when changing to ispcp in the future...


RE: [HowTo] Replace courier with dovecot - dexter1983 - 02-18-2010 07:42 AM

Hy every body! Very Great job with ispcp!
Recently I've installed ispcp omega 1.0.3-1 on debian lenny 32 biti using tutorial from documentation, 100 % success.


RE: [HowTo] Replace courier with dovecot - Presssack - 02-18-2010 07:57 AM

OK - Your error seems to be fixed Smile