Re: [Dovecot] IMAPS: Disable SSL connection without client certificate

2013-07-02 Thread Charles Marcus
Please do not top-post in an inline thread... On 2013-06-29 2:38 AM, Ireneusz Szcześniak wrote: On 28.06.2013 23:34, Reindl Harald wrote: Am 28.06.2013 23:31, schrieb Ireneusz Szcześniak: I've been using Dovecot 2.1.8 on OpenBSD 5.2 i386 for about a month. It works great. Dovecot serves IM

Re: [Dovecot] IMAPS: Disable SSL connection without client certificate

2013-07-02 Thread Reindl Harald
Am 29.06.2013 15:54, schrieb Charles Marcus: >>> well, this is for dovecot 1.x, but have you tried it? >>> >>> Client certificate verification/authentication >>> If you want to require clients to present a valid SSL certificate, you'll >>> need these settings: >>> >>> ssl_ca_file = /etc/ssl/ca.p

[Dovecot] Dovecot METADATA plugin configuration

2013-07-02 Thread Sergey Sidlyarenko
Debian Wheezy dovecot 2.2.4 (deb http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.2.patched main) dovecot-metadata-plugin v14 /var/lib/dovecot 777 dovecot:dovecot /var/lib/dovecot/shared-metadata 700 dovecot:dovecot /var/run/dovecot 777 dovecot:dovecot /var/r

Re: [Dovecot] namespace delivery question

2013-07-02 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 27 Jun 2013, Laszlo Kiraly wrote: i...@domain.com <- public, readable by user2 us...@domain.com <- private us...@domain.com <- private The mailboxes are virtual, authentication through pam (kerberos). The public mailbox doesn't have valid k

Re: [Dovecot] namespace delivery question

2013-07-02 Thread Laszlo Kiraly
> > There is a -m option in the lda delivery where you can give namespace prefix. > > Maybe it's good for this, but I couldn't find any information how can I do > > this with lmtp? > > If you set: > > lmtp_save_to_detail_mailbox = yes > recipient_delimiter = # > > you could alias i...@domain.co

Re: [Dovecot] namespace delivery question

2013-07-02 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 2 Jul 2013, Laszlo Kiraly wrote: There is a -m option in the lda delivery where you can give namespace prefix. Maybe it's good for this, but I couldn't find any information how can I do this with lmtp? If you set: lmtp_save_to_detail_ma

Re: [Dovecot] flat file in tmpfs for dict quota

2013-07-02 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 27 Jun 2013, Ken A wrote: I'm using dict quota like so: quota = dict:User quota::file:/[path]/quotas/%u [path]/quotas/ is a tmpfs. The idea is to do less work on disk. Other than forcing dovecot to rebuild quotas on a reboot, are there an

[Dovecot] lmtp: Disable Delivered-To header

2013-07-02 Thread Micha Krause
Hi, using LMTP, is it possible to disable the addition of the Delivered-To header to messages? Micha Krause

Re: [Dovecot] lmtp: Disable Delivered-To header

2013-07-02 Thread Pascal Volk
On 07/02/2013 04:14 PM Micha Krause wrote: > Hi, > > using LMTP, is it possible to disable the addition of the Delivered-To > header to messages? Maybe by reverting parts of this changeset: http://hg.dovecot.org/dovecot-2.2/rev/61c3124bba93 There is no configuration setting to accomplish that.

[Dovecot] LMTP Proxy

2013-07-02 Thread Cassidy Larson
Trying to figure out Proxying with LMTP to a few back end storage servers for quota checking before accepting email delivery on the front end nodes. If I connect to the back end server directly via telnet, everything works great. If I use a front-end server to proxy to the back end server, I don'

Re: [Dovecot] LMTP Proxy

2013-07-02 Thread Reindl Harald
Am 03.07.2013 02:20, schrieb Cassidy Larson: > Trying to figure out Proxying with LMTP to a few back end storage servers > for quota checking before accepting email delivery on the front end nodes how does LMTP proxy help here? you need a policyd at the MTA which rejects the message directly fr

Re: [Dovecot] dovecot corrupted transaction log

2013-07-02 Thread John Fawcett
On 13/06/13 08:50, John Fawcett wrote: > On 13/06/13 04:31, Timo Sirainen wrote: >> On Tue, 2013-06-11 at 00:34 +0200, John Fawcett wrote: >>> Hi I came across this error which happend immedately after a mail >>> delivery to the inbox. Should I look for the problem externally to >>> dovecot (ie. fi

Re: [Dovecot] dovecot corrupted transaction log

2013-07-02 Thread Timo Sirainen
On 3.7.2013, at 4.10, John Fawcett wrote: Jun 11 00:00:05 rosalia dovecot: imap(myemail@mydomain): Error: Corrupted transaction log file /var/vmail/mydomain/myemail@mydomain/dovecot.index.log seq 311: file size shrank (1184 < 1304) (sync_offset=1304) >>> Are you using NFS or s

Re: [Dovecot] lmtp: Disable Delivered-To header

2013-07-02 Thread Timo Sirainen
On 2.7.2013, at 17.14, Micha Krause wrote: > using LMTP, is it possible to disable the addition of the Delivered-To > header to messages? No. But why?

[Dovecot] dnsbl feature for dovecot

2013-07-02 Thread John Fawcett
dnsbl's are a popular method to prevent listed ips from making connections to mta software. cf. postscreen_dnsbl_sites in postfix Would it be possible to introduce such a feature in dovecot, so that connections can be denied based on a dnsbl lookup (where the precise dnsbls used are configurable)

Re: [Dovecot] LMTP Proxy

2013-07-02 Thread Timo Sirainen
On 3.7.2013, at 3.20, Cassidy Larson wrote: > dovecot: auth: Fatal: master: service(auth): child 72272 killed with signal > 11 (core not dumped) A crash is always a bug. It would be nice to be able to fix it. A gdb backtrace would be the easiest way to fix it. One possibility would be to a get

Re: [Dovecot] dnsbl feature for dovecot

2013-07-02 Thread Timo Sirainen
On 3.7.2013, at 4.21, John Fawcett wrote: > dnsbl's are a popular method to prevent listed ips from making > connections to mta software. > > cf. postscreen_dnsbl_sites in postfix > > Would it be possible to introduce such a feature in dovecot, so that > connections can be denied > based on a d

Re: [Dovecot] dnsbl feature for dovecot

2013-07-02 Thread Professa Dementia
On 7/2/2013 6:21 PM, John Fawcett wrote: > dnsbl's are a popular method to prevent listed ips from making > connections to mta software. > > cf. postscreen_dnsbl_sites in postfix > > Would it be possible to introduce such a feature in dovecot, so that > connections can be denied > based on a dnsb

Re: [Dovecot] LMTP Proxy

2013-07-02 Thread Cassidy Larson
Timo, Does this give you what you need? #0 0x131bbdd4 in strcmp () from /lib/libc.so.7 No symbol table info available. #1 0x0040d0af in auth_find_service () No symbol table info available. #2 0x00413b38 in auth_request_set_login_username () No symbol table info availabl

Re: [Dovecot] dnsbl feature for dovecot

2013-07-02 Thread Stan Hoeppner
On 7/2/2013 8:32 PM, Professa Dementia wrote: > On 7/2/2013 6:21 PM, John Fawcett wrote: >> dnsbl's are a popular method to prevent listed ips from making >> connections to mta software. >> >> cf. postscreen_dnsbl_sites in postfix >> >> Would it be possible to introduce such a feature in dovecot, s

Re: [Dovecot] dnsbl feature for dovecot

2013-07-02 Thread Professa Dementia
On 7/2/2013 7:11 PM, Stan Hoeppner wrote: > On 7/2/2013 8:32 PM, Professa Dementia wrote: >> On 7/2/2013 6:21 PM, John Fawcett wrote: >>> dnsbl's are a popular method to prevent listed ips from making >>> connections to mta software. >>> >>> cf. postscreen_dnsbl_sites in postfix >>> >>> Would it be