Re: [Dovecot] SSL cert problems.

2008-12-24 Thread Geoff Sweet
Ok so I downloaded the intermediate ca cert thing onto my local machine as intca.cer. Then I ran this command: :~$ openssl s_client -ssl3 -CApath ./intca.cer -connect pop.x10.com:995 CONNECTED(0003) depth=0 /C=US/ST=Washington/L=Renton/O=X10 Wireless Technology, Inc./OU=Information

Re: [Dovecot] SQL field format for digest-md5?

2008-12-24 Thread Darren Pilgrim
Timo Sirainen wrote: On Dec 23, 2008, at 11:51 PM, Darren Pilgrim wrote: Timo Sirainen wrote: On Dec 23, 2008, at 8:57 PM, Darren Pilgrim wrote: I'm enabling digest-md5 authentication with u...@example.com username and plain-text passwords stored in a MySQL database. What should the

Re: [Dovecot] Possible to log IMAP connections to MySQL Table?

2008-12-24 Thread Pascal Volk
Am 23.12.2008 21:50 schrieb Corey Shaw: Is it currently possible to log all IMAP connection attempts to a MySQL table? Thanks. If you really want to log _all_ IMAP connections you could create a MySQL procedure that will log all interesting data you provide and finally returns the data for

[Dovecot] copy LDA rule

2008-12-24 Thread Nicolas Letellier
Hi dove...@. I use the last dovecot (1.1.7) with sieve-plugin. All works perfectly. However, I would like to use a copy function. All mail sent by t...@domain.tld have to be copied in a folder (copy, and not move). So, I don't want to use a fileinto rule. I see in

[Dovecot] linuxconf migration story

2008-12-24 Thread Thanos Chatziathanassiou
Hi, just subscribed after successfully (?) migrating from a somewhat old linuxconf/vimap config. dovecot-1.1.7, x86 A few issues: The index files seem to be created with the wrong permissions. I get numerous ``Dec 24 15:36:29 mail dovecot: POP3(u...@domain):

Re: [Dovecot] copy LDA rule

2008-12-24 Thread Stephan Bosch
Nicolas Letellier schreef: Hi dove...@. I use the last dovecot (1.1.7) with sieve-plugin. All works perfectly. However, I would like to use a copy function. All mail sent by t...@domain.tld have to be copied in a folder (copy, and not move). So, I don't want to use a fileinto rule. I see in

Re: [Dovecot] Possible to log IMAP connections to MySQL Table?

2008-12-24 Thread Corey Shaw
I'll take a look at the post login scripting.  It sounds like it would be much better than a script that simply tails the log file for any IMAP connections.   Thanks for the help! Corey - Original Message - From: Pascal Volk user+dove...@localhost.localdomain.org To: Dovecot

[Dovecot] verbose_proctitle not working with post-login

2008-12-24 Thread Frank Elsner
Happy Xmas, when using a post-login procedure the verbose_proctitle = yes has no effect. If it is feature then please explain else please fix the bug fi --Frank Elsner

Re: [Dovecot] copy LDA rule

2008-12-24 Thread Nicolas Letellier
On Wed, 24 Dec 2008 15:54:31 +0100 Pascal Volk user+dove...@localhost.localdomain.org wrote: Am 24.12.2008 11:50 schrieb Nicolas Letellier: Hi dove...@. I use the last dovecot (1.1.7) with sieve-plugin. All works perfectly. However, I would like to use a copy function. All mail sent by

Re: [Dovecot] Possible to log IMAP connections to MySQL Table?

2008-12-24 Thread Corey Shaw
I've started going down the path of the mail_executable script, but I've run into a snag.  I have a script that works fine and inserts rows into the database as wanted, but whenever I restart the Dovecot service it inserts a row into the database with the USER variable set to dump-capability

Re: [Dovecot] Possible to log IMAP connections to MySQL Table?

2008-12-24 Thread Timo Sirainen
On Dec 24, 2008, at 7:47 PM, Corey Shaw wrote: I've started going down the path of the mail_executable script, but I've run into a snag. I have a script that works fine and inserts rows into the database as wanted, but whenever I restart the Dovecot service it inserts a row into the

Re: [Dovecot] Possible to log IMAP connections to MySQL Table?

2008-12-24 Thread Corey Shaw
I just barely finished adding that if statement before you replied.  You're right though.  Best not to play with the default for that.  Thanks. _ Corey Shaw Q90 Corporation Technology Specialist O. 801.491.0705 (x. 157) F. 801.491.8774 www.q90.com - Original

[Dovecot] /etc/dovecot.conf says mkcert.sh is in doc/mkcert.sh but instead it is in /usr/libexec/dovecot/mkcert.sh

2008-12-24 Thread Michael McNamara
Perhaps this is an issue unique to installing from an RPM, but: % dovecot -n # 1.1.7: /etc/dovecot.conf # OS: Linux 2.6.27.7-134.fc10.i686 i686 Fedora release 10 (Cambridge) /etc/dovecot.conf says: ... ## ## SSL settings ## # IP or host address where to listen in for SSL connections. Defaults

Re: [Dovecot] SSL cert problems.

2008-12-24 Thread Sahil Tandon
Geoff Sweet wrote: Ok so I downloaded the intermediate ca cert thing onto my local machine as intca.cer. Then I ran this command: :~$ openssl s_client -ssl3 -CApath ./intca.cer -connect pop.x10.com:995 You're pointing to a *file* so you need -CAfile; not -CApath. But even after making

Re: [Dovecot] SQL field format for digest-md5?

2008-12-24 Thread Darren Pilgrim
I found (by reading the Dovecot source) that the correct format is user:example.com:password, not u...@example.com::password. I've also narrowed down the problem a bit. It seems there's a problem using the DIGEST-MD5 mech. The {DIGEST-MD5} scheme works just fine from a SQL database. With a

Re: [Dovecot] /etc/dovecot.conf says mkcert.sh is in doc/mkcert.sh but instead it is in /usr/libexec/dovecot/mkcert.sh

2008-12-24 Thread mouss
Michael McNamara a écrit : Perhaps this is an issue unique to installing from an RPM, but: % dovecot -n # 1.1.7: /etc/dovecot.conf # OS: Linux 2.6.27.7-134.fc10.i686 i686 Fedora release 10 (Cambridge) /etc/dovecot.conf says: ... ## ## SSL settings ## # IP or host address where to

Re: [Dovecot] SSL cert problems.

2008-12-24 Thread Geoff Sweet
Oh, ok once I added the -CAfile change the cert verifies without issue. openssl s_client -ssl3 -CAfile ~/intca.cer -connect pop.x10.com:995 -quiet depth=2 /C=US/O=VeriSign, Inc./OU=Class 3 Public Primary Certification Authority verify return:1 depth=1 /C=US/O=VeriSign, Inc./OU=VeriSign Trust