Re: 2.2.15: SMTP submission server?

2014-11-17 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 17 Nov 2014, Ron Leach wrote: Let me list the approach we'd prefer: (i) MTA open on port 25 for inbound email. (ii) MTA not open on any other port, because (for example, our) MTAs are constantly faced on port 25 with password attacks, mal

Re: inbox parameter is ignored within location config for public namespaces?

2014-11-17 Thread Dieter Knopf
Ohh :-( Is there really no way with a symlink or something like that? Not sure if i can configure the root path in clients like Thunderbird... 2014-11-14 11:12 GMT+01:00 Steffen Kaiser : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Fri, 14 Nov 2014, Dieter Knopf wrote: > >> Debug logf

Re: 2.2.15: SMTP submission server?

2014-11-17 Thread Reindl Harald
Am 17.11.2014 um 08:23 schrieb Ron Leach: On 16/11/2014 07:24, Robert Schetterer wrote (re-ordered): Am 16.11.2014 um 02:24 schrieb Reindl Harald: * if you find a security issue in postfix running on 587 over TLS cry out loud I'm thinking beyond that; I want to get to the position that

LMTPS : TLS over LMTP not working

2014-11-17 Thread Stanislas SABATIER
Hello, I tried to activate SSL on LMTP service, to secure connections between Postfix and Dovecot on my LAN, but Dovecot is not negociating a TLS session with Postfix. If I enforce TLS for LMTP at Postfix's side, communication between Postfix and Dovecot is not working. I put ssl = yes ssl

Re: LMTPS : TLS over LMTP not working

2014-11-17 Thread Reindl Harald
Am 17.11.2014 um 10:58 schrieb Stanislas SABATIER: Hello, I tried to activate SSL on LMTP service, to secure connections between Postfix and Dovecot on my LAN, but Dovecot is not negociating a TLS session with Postfix. If I enforce TLS for LMTP at Postfix's side, communication between Postfix

Re: LMTPS : TLS over LMTP not working

2014-11-17 Thread Robert Schetterer
Am 17.11.2014 um 10:58 schrieb Stanislas SABATIER: > Hello, > I tried to activate SSL on LMTP service, to secure connections between > Postfix and Dovecot on my LAN, but Dovecot is not negociating a TLS session > with Postfix. > If I enforce TLS for LMTP at Postfix's side, communication between

Re: LMTPS : TLS over LMTP not working

2014-11-17 Thread Stanislas SABATIER
I setup a service in master.conf like this : dovecotsandbox unix - - n - 10 lmtp -o lmtp_send_xforward_command=yes -o lmtp_tls_security_level=encrypt Then I tried to add starttls option : -o lmtp_tls_note_starttls_offer=yes But Postfix still can't deliver the

Re: LMTPS : TLS over LMTP not working

2014-11-17 Thread Reindl Harald
Am 17.11.2014 um 11:24 schrieb Stanislas SABATIER: I setup a service in master.conf like this : dovecotsandbox unix - - n - 10 lmtp -o lmtp_send_xforward_command=yes -o lmtp_tls_security_level=encrypt Then I tried to add starttls option : -o lmtp_tls_not

Re: LMTPS : TLS over LMTP not working

2014-11-17 Thread Timo Sirainen
On 17 Nov 2014, at 02:27, Reindl Harald wrote: > Am 17.11.2014 um 11:24 schrieb Stanislas SABATIER: >> I setup a service in master.conf like this : >> >> dovecotsandbox unix - - n - 10 lmtp >> -o lmtp_send_xforward_command=yes >> -o lmtp_tls_security_level=encry

Re: LMTPS : TLS over LMTP not working

2014-11-17 Thread Stanislas SABATIER
It did not work with 2.2.13 nor with 2.2.15 Le 17 nov. 2014 à 11:34, Timo Sirainen a écrit : > On 17 Nov 2014, at 02:27, Reindl Harald wrote: > >> Am 17.11.2014 um 11:24 schrieb Stanislas SABATIER: >>> I setup a service in master.conf like this : >>> >>> dovecotsandbox unix - - n

stop deletion of mails

2014-11-17 Thread Edwardo Garcia
Is possible with dovecot? Legal department have told us we need to stop anyone from delete email on corporate mail server, so nobody, even managers can not anymore delete any mail?

Re: LMTPS : TLS over LMTP not working

2014-11-17 Thread Timo Sirainen
It was implemented AFTER 2.2.15 release. Requires a recent hg version / recent nightly snapshot. See http://hg.dovecot.org/dovecot-2.2 or http://dovecot.org/nightly/ On 17 Nov 2014, at 02:38, Stanislas SABATIER wrote: > It did not work with 2.2.13 nor with 2.2.15 > > Le 17 nov. 2014 à 11:34,

Re: stop deletion of mails

2014-11-17 Thread Timo Sirainen
On 17 Nov 2014, at 02:44, Edwardo Garcia wrote: > Is possible with dovecot? > > Legal department have told us we need to stop anyone from delete email > on corporate mail server, so nobody, even managers can not anymore > delete any mail? Implement email archiving. Allow the users to delete ema

Re: stop deletion of mails

2014-11-17 Thread Edwardo Garcia
OK thank you On 11/17/14, Timo Sirainen wrote: > On 17 Nov 2014, at 02:44, Edwardo Garcia wrote: > >> Is possible with dovecot? >> >> Legal department have told us we need to stop anyone from delete email >> on corporate mail server, so nobody, even managers can not anymore >> delete any mail? >

Re: stop deletion of mails

2014-11-17 Thread Mauricio Tavares
On Nov 17, 2014 5:48 AM, "Timo Sirainen" wrote: > > On 17 Nov 2014, at 02:44, Edwardo Garcia wrote: > > > Is possible with dovecot? > > > > Legal department have told us we need to stop anyone from delete email > > on corporate mail server, so nobody, even managers can not anymore > > delete any

Re: LMTPS : TLS over LMTP not working

2014-11-17 Thread Stanislas SABATIER
Thanks. I'll install latest release on my sandbox to test LMTPS with Postfix. As soon as I tested, I'll report in this forum. Regards, Stan. Le 17 nov. 2014 à 11:46, Timo Sirainen a écrit : > It was implemented AFTER 2.2.15 release. Requires a recent hg version / > recent nightly snapshot. See

Optional mail attribute in ldap

2014-11-17 Thread Alexandros Soumplis
Hello, I am using an ldap database (active directory) for dovecot authentication and I am trying to change the mail location for some users only, thus any mail should be delivered to the default location unless the ldap query returns a successful result which defines the mail variable. I ha

Re: closed fd causes: lmtp(18385): Panic: epoll_ctl(del, 11) failed: Bad file descriptor

2014-11-17 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 14 Nov 2014, Timo Sirainen wrote: I forgot my hg version, sorry: Dovecot v2.2.15 (062230bdbc4d+) This then? http://hg.dovecot.org/dovecot-2.2/rev/2d87ec863b76 Yes, this patch seems to prevent the Panic, I was unable to get a core now.

LMTPS into 20141115

2014-11-17 Thread Stanislas SABATIER
I build the 20141115 nigthly release and succeeded to enforce TLS over LMTP between Postfix and Dovecot. But, I see the following error in maillog after each incoming message : Nov 17 14:12:20 lmtp(291): Info: Connect from xx.xx.xx.xx Nov 17 14:12:20 lmtp(x...@y.zzz): Info: bdlxGjT0aVQjAQAAd7

Re: inbox parameter is ignored within location config for public namespaces?

2014-11-17 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 17 Nov 2014, Dieter Knopf wrote: Is there really no way with a symlink or something like that? Not sure if i can configure the root path in clients like Thunderbird... 2014-11-14 11:12 GMT+01:00 Steffen Kaiser : -BEGIN PGP SIGNED MESSA

Re: LMTPS into 20141115

2014-11-17 Thread Robert Schetterer
Am 17.11.2014 um 14:30 schrieb Stanislas SABATIER: > I build the 20141115 nigthly release and succeeded to enforce TLS over LMTP > between Postfix and Dovecot. > But, I see the following error in maillog after each incoming message : > > Nov 17 14:12:20 lmtp(291): Info: Connect from xx.xx.xx.xx >

Different SSL certificates per IP and protocol

2014-11-17 Thread tree
Hi Dovecot Users and Developers, I am hosting the server with multiple domains. I have setup the dovecot with the instructions from http://wiki2.dovecot.org/SSL/DovecotConfiguration Each domain has it's own ip address. However, when I connect via Thunderbird or any other mail clients, the