[Dovecot] test emails did not arrive at SMTP server : after dovecot installation

2011-02-16 Thread sunhux G
Just set up postfix & it's running on my RHES 4.2 box. Immediately after postfix is up, I test sending emails from a permitted domain (ahhh, on this postfix server's domain firewall, we even have a firewall rule which permits Tcp25 from those few sending domains' SMTP servers) using an email clie

[Dovecot] Permission denied after dist-upgrade

2011-02-16 Thread Thomas Skowron
Hello, after I have done a dist-upgrade to Squeeze, I got some nasty problem with my dovecot. When I try to establish a connection via IMAP, it doesn't react and writes the following into my logfile: 2011-02-16 15:23:49 imap-login: Info: Login: user=, method=PLAIN, rip=84.130.16.134, lip=XX.XX

Re: [Dovecot] Permission denied after dist-upgrade

2011-02-16 Thread Jan Behrend
On 02/16/11 16:42, Thomas Skowron wrote: > Hello, > > after I have done a dist-upgrade to Squeeze, I got some nasty problem with my > dovecot. > When I try to establish a connection via IMAP, it doesn't react and writes > the following into my logfile: > > 2011-02-16 15:23:49 imap-login: Info:

Re: [Dovecot] test emails did not arrive at SMTP server : after dovecot installation

2011-02-16 Thread Jerry
On Wed, 16 Feb 2011 22:38:45 +0800 sunhux G articulated: > Just set up postfix & it's running on my RHES 4.2 box. > > Immediately after postfix is up, I test sending emails from a > permitted domain > (ahhh, on this postfix server's domain firewall, we even have a > firewall rule > which permit

Re: [Dovecot] Permission denied after dist-upgrade

2011-02-16 Thread Thomas Skowron
Am 16.02.2011 um 16:48 schrieb Jan Behrend: > I think your user "vmail" (uid=5000, gid=5000) got lost along the line > somewhere Well, I believe it didn't, /etc/passwd contains vmail:x:5000:5000::/home/vmail:/bin/sh I already have deleted the user and created vmail again, but still... it

Re: [Dovecot] TLS with autosigned certs

2011-02-16 Thread Timo Sirainen
On 15.2.2011, at 10.59, Antonio Perez-Aranda wrote: > Is possible mute this error? > > 2011/2/14 Antonio Perez-Aranda : >> Is normal this info/error with autosigned certs? >> >> Feb 14 20:25:47 pop3-login: Info: Disconnected (no auth >> attempts):ip=[127.0.0.1], port=[51243], protocol=pop3, TLS

Re: [Dovecot] Permission denied after dist-upgrade

2011-02-16 Thread Timo Sirainen
On 16.2.2011, at 17.42, Thomas Skowron wrote: > 2011-02-16 14:23:49 dovecot: Fatal: chdir(/home/vmail/XXX/thomas/) failed: > Permission denied (euid=5000() egid=5000() stat() failed: > No such file or directory) Weirdness 1: So there's even though 5000 uid and gid exists? Weirdness 2: stat()

Re: [Dovecot] Auth processes/login processes count

2011-02-16 Thread Timo Sirainen
On 15.2.2011, at 16.19, Thomas Hummel wrote: > login_max_processes_count = 1024 > > auth default { > [...] > count = 5 > } > > I've got several questions : > > 1) how can I count more than login_max_processes_count processes ? > > # ps aux | egrep -i '(pop3|imap)-logi

Re: [Dovecot] Search failure

2011-02-16 Thread Timo Sirainen
On 14.2.2011, at 17.23, Daniel L. Miller wrote: > On 2/14/2011 2:29 AM, Timo Sirainen wrote: >> On Sun, 2011-02-13 at 21:15 -0800, Daniel L. Miller wrote: >>> doveadm search -u dmil...@amfes.com text xyzxyz >>> doveadm(dmil...@amfes.com): Panic: file istream-limit.c: line 79 >>> (i_stream_limit_se

Re: [Dovecot] Regenerating mdbox/sis

2011-02-16 Thread Timo Sirainen
On 16.2.2011, at 2.35, wrote: > It's apparent I have some level of corruption in my mailboxes - > something to do with the combination of mdbox, sis, and zlib. I should > note that I know I have a mix of compressed and raw messages - if that > makes any difference in identifying the problems.

Re: [Dovecot] Some questions about mdbox

2011-02-16 Thread Maria Arrea
Hello everybody I have found that with bzip compression level 6 I have a better balance between compression and decompression speed with dovecot+mdbox, but still too slow compared with zlib. Does anybody have any other hint about my original questions (see below) Regards Maria Arrea -

[Dovecot] Dovecot + Exim + Maildir quota problem

2011-02-16 Thread Matteo Tinazzi
Hi all i'm a new user of this list, i got a server with DirectAdmin which has exim as MUA, dovecot as POP/IMAP server, recently i added the quota to exim and pointed the maildirsize file in the same location if the dovecot's one so both services can interact with it. This has been done to let e

Re: [Dovecot] Permission denied after dist-upgrade

2011-02-16 Thread Thomas Skowron
Am 16.02.2011 um 17:01 schrieb Timo Sirainen: > > Weirdness 1: So there's even though 5000 uid and gid exists? > > Weirdness 2: stat() fails with ENOENT. > > Do you have SELinux or something enabled? > Well, it exists, but I got absolutely no idea why that happens. I haven't even typed in ui

Re: [Dovecot] Permission denied after dist-upgrade

2011-02-16 Thread Thomas Skowron
Am 16.02.2011 um 17:01 schrieb Timo Sirainen: > > Weirdness 1: So there's even though 5000 uid and gid exists? > > Weirdness 2: stat() fails with ENOENT. > > Do you have SELinux or something enabled? > Well, it exists, but I got absolutely no idea why that happens. I haven't even typed in ui

Re: [Dovecot] Some questions about mdbox

2011-02-16 Thread Timo Sirainen
On 15.2.2011, at 22.16, Maria Arrea wrote: > *1º How should I restore from backup with mdbox & separate indexes?* > > I have read in dovecot list archive about restoring the full user mailbox to > a temp location and then run something like: > > /doveadm import mdbox:/tmp/restored_mailbox/ "" s

Re: [Dovecot] Permission denied after dist-upgrade

2011-02-16 Thread Timo Sirainen
On 16.2.2011, at 18.30, Thomas Skowron wrote: > Am 16.02.2011 um 17:01 schrieb Timo Sirainen: > >> >> Weirdness 1: So there's even though 5000 uid and gid exists? >> >> Weirdness 2: stat() fails with ENOENT. >> >> Do you have SELinux or something enabled? >> > > Well, it exists, but I got a

[Dovecot] Dovecot 2.0.9/1.2.11: crash in driver-pgsql.c

2011-02-16 Thread dovecot
Hello, I finally took time to isolate and reproduce a long time Dovecot crash that is bugging me since at least Dovecot 1.0.x. It's still there in Dovecot 2.0.9, which I just tested. Here is the backtrace from my logs: Feb 16 16:56:57 dovecot: auth: Error: pgsql: Query timed out, aborting Feb 16

[Dovecot] Evolution IMAP with Dovecot as proxy

2011-02-16 Thread Antonio Perez-Aranda
We have some users who use Evolution as mail client. During migration process we are run Dovecot as proxy of Courier-imap until any user get migrated depend of ldap attribute. At present, the problem is that with Thunderbird and other clients, The client run as normal. But Evolution can't get new

Re: [Dovecot] Evolution IMAP with Dovecot as proxy

2011-02-16 Thread Charles Marcus
On 2011-02-16 12:28 PM, Antonio Perez-Aranda wrote: > During migration process we are run Dovecot as proxy of Courier-imap > until any user get migrated depend of ldap attribute. Details of how you did this would be much appreciated... -- Best regards, Charles

Re: [Dovecot] Some questions about mdbox

2011-02-16 Thread Charles Marcus
On 2011-02-16 11:42 AM, Timo Sirainen wrote: > On 15.2.2011, at 22.16, Maria Arrea wrote: >> *2º Disaster recovery: indexes & mail store mismatch* >> >> When creating backups, indexes and mail store are in different >> paths. My backup takes several hours, so indexes are copied BEFORE >> mail stor

[Dovecot] Bug(?): LSUB returns empty string although subscribed (was: Re: Cannot subscribe to shared folders)

2011-02-16 Thread Lukas Haase
Hi, I did further investigation on this issue (using raw IMAP commands) and I think that this is a bug... Am 15.02.2011 18:53, schrieb Lukas Haase: Am 14.02.2011 14:54, schrieb Lukas Haase: Hi, I am unable to subscribe to shared folders (...) everything seems to be correct (dovecot 1.2). M

Re: [Dovecot] Permission denied after dist-upgrade

2011-02-16 Thread Thomas Skowron
> Another thing I thought of was chrooting, but I don't see any chrooting in > your config. > > Maybe you could find out something interesting by starting Dovecot with > "strace -f -o log dovecot". 15311 setresgid(-1, 5000, -1) = 0 15311 setresuid(-1, 5000, -1) = 0 15311 a

Re: [Dovecot] Permission denied after dist-upgrade

2011-02-16 Thread Stan Hoeppner
Timo Sirainen put forth on 2/16/2011 10:44 AM: > Another thing I thought of was chrooting, but I don't see any chrooting in > your config. Debian runs Postfix in a chroot jail by default, but I don't believe it does so for Dovecot. -- Stan

Re: [Dovecot] Permission denied after dist-upgrade

2011-02-16 Thread Timo Sirainen
On 16.2.2011, at 22.49, Thomas Skowron wrote: > >> Another thing I thought of was chrooting, but I don't see any chrooting in >> your config. >> >> Maybe you could find out something interesting by starting Dovecot with >> "strace -f -o log dovecot". > > 15311 setresgid(-1, 5000, -1)

Re: [Dovecot] Permission denied after dist-upgrade

2011-02-16 Thread Stan Hoeppner
Thomas Skowron put forth on 2/16/2011 2:49 PM: > >> Another thing I thought of was chrooting, but I don't see any chrooting in >> your config. >> >> Maybe you could find out something interesting by starting Dovecot with >> "strace -f -o log dovecot". > > 15311 setresgid(-1, 5000, -1)

Re: [Dovecot] Dovecot 2.0.9/1.2.11: crash in driver-pgsql.c

2011-02-16 Thread Timo Sirainen
On Wed, 2011-02-16 at 18:14 +0100, dove...@excellency.fr wrote: > Feb 16 16:56:57 dovecot: auth: Error: pgsql: Query timed out, aborting > Feb 16 17:25:16 dovecot: auth: Panic: file driver-pgsql.c: line 349 > (result_finish): assertion failed: (db->io == NULL) Could you try if http://hg.dovecot.

Re: [Dovecot] Search failure

2011-02-16 Thread Timo Sirainen
On Sun, 2011-02-13 at 21:15 -0800, Daniel L. Miller wrote: > doveadm(dmil...@amfes.com): Panic: file istream-limit.c: line 79 > (i_stream_limit_seek): assertion failed: (v_offset <= > lstream->v_size) http://hg.dovecot.org/dovecot-2.0/rev/7705bd04924c removes this crash, but hides the error. h