Re: [Dovecot] OpenBSD and Dovecot (mysql support)

2009-10-03 Thread Charles Marcus
On 10/2/2009, jean-francois (jfsimon1...@gmail.com) wrote: > Has anyone already built dovecot server to run with with a mysql base ? I'd say maybein the thousands... > The db worked but the config file is hardly something I could do to work > properly as it should be, it does even not run saying

[Dovecot] Configuring for virtual users in Postfix

2009-10-03 Thread Jerry
FreeBSD-7.2 with Postfix-2.7x OK, this is my first attempt to configure Dovecot using Postfix and virtual users. In the LDA.Postfix.txt file, there is a reference to making the following setting: dovecot_destination_recipient_limit = 1 virtual_mailbox_domains = your.domain.here virtual_transport

Re: [Dovecot] Configuring for virtual users in Postfix

2009-10-03 Thread Charles Marcus
On 10/3/2009, Jerry (ges...@yahoo.com) wrote: > However, Postfix does not recognize the > dovecot_destination_recipient_limit = 1 setting. What do you mean it does not recognize it? If you mean it doesn't show up in output of postconf -n, thats normal (though irritating). Here's a quote from Wiet

Re: [Dovecot] Configuring for virtual users in Postfix

2009-10-03 Thread Thomas Leuxner
On Sat, Oct 03, 2009 at 11:06:56AM -0400, Jerry wrote: > FreeBSD-7.2 with Postfix-2.7x > > dovecot_destination_recipient_limit = 1 > virtual_mailbox_domains = your.domain.here > virtual_transport = dovecot Have you also populated the LDA to 'master.cf'? dovecot unix - n n -

Re: [Dovecot] Configuring for virtual users in Postfix

2009-10-03 Thread Jerry
On Sat, 03 Oct 2009 11:23:50 -0400 Charles Marcus wrote: > On 10/3/2009, Jerry (ges...@yahoo.com) wrote: > > However, Postfix does not recognize the > > dovecot_destination_recipient_limit = 1 setting. > > What do you mean it does not recognize it? > > If you mean it doesn't show up in output o

Re: [Dovecot] Configuring for virtual users in Postfix

2009-10-03 Thread Timo Sirainen
On Oct 3, 2009, at 11:54 AM, Jerry wrote: maildir directory: /var/mail/vhost///{cur,new,tmp} If just the "/var/mail/vhost" structure exists, will Dovecot complete the directory structure? If it has enough permissions, yes.

[Dovecot] Another 1.2.5 imap panic

2009-10-03 Thread Chris Wakelin
We've had another random imap process crash. This is with the original 1.2.5 imap (I haven't applied the patch for two processes creating an index simultaneously): > Oct 03 13:24:56 imap-login: Info: Login: user=, method=PLAIN, > rip=134.225.1.46, lip=134.225.16.6 > Oct 03 13:25:59 IMAP 6067

[Dovecot] Error: userdb lookup: connect(/var/run/dovecot/auth-master) failed: Permission denied

2009-10-03 Thread Jerry
I am making my first attempt to get dovecot working with Postfix virtual users/domains. The following is the error log and the output of "dovecot -n". I am probably doing something really stupid; however, I do not know what. Oct 03 17:50:41 pop3-login: Info: Login: user=, method=PLAIN, rip=192.1

[Dovecot] deliver stopped working

2009-10-03 Thread vwc72283
Hi: I have been using Dovecot for well over a year now and it has always worked with few problems. The mail setup is not simple... Postfix+MailScanner+ClamAV+Docvecot+MySql+postfix.admin... just to mention the major things. The system is CentOS 5.3 on VMware. The maildir is on an NFS share, in

Re: [Dovecot] deliver stopped working

2009-10-03 Thread vwc72283
Its the O_EXCL in the open call! How can I make it not use O_EXCL? Thanks, -Ted- strace.out.6700:open("/home/vmail/mydomain.net/myaccount/tmp/1254635441.M259070P6700.myserver.mydomain.net", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0777) = -1 EACCES (Permission denied) > > Hi: > > I have

[Dovecot] ignors the configure prefix

2009-10-03 Thread vwc72283
1.2.5 is ignoring the configure -prefix switch. It you install it some place else with the -prefix then I get errors all over the place becuase things are hard coded to use the default and it can't find anything any more like: Fatal: execv(/usr/local/libexec/dovecot/ssl-build-param) failed: No s