Re: [Dovecot] Change mail_location for one user?

2013-09-12 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 12 Sep 2013, Scott Galambos wrote: Testing any given user gives: $: dovecot user sarah field value uid 1478 gid 116 home/home/sarah mailmbox:~/mail:INBOX=/var/mail/sarah system_groups_user sarah What would I have to d

Re: [Dovecot] Plugin antispam - mailtrain realtime sa-learn

2013-09-12 Thread Vijay Rajah
> antispam_backend = pipe Does not work with dovecot2.2 ( plugin rev 990a43d44c73) . I think Pipe Backend has been either removed or re-named as Mailtrain. Generally I'm unable to get the plugin work with dovecot 2.2 On Thu, Sep 12, 2013 at 9:25 PM, Hans Spaans wrote: > Hi, > > On Dovecot Wi

[Dovecot] Change mail_location for one user?

2013-09-12 Thread Scott Galambos
Hello, I'm running the latest version of dovecot on Linux with mbox mailboxes. Everything works fine. So in my dovecot config I have mail_location = mbox:~/mail:INBOX=/var/mail/%u I would like to now change the mail_location for one user in an attempt to slowly migrate to Maildir format. I'

Re: [Dovecot] Where's Dovecot's ports?

2013-09-12 Thread Mohsen Pahlevanzadeh
Thank you with installation of other packages such as dovecot-pop3 and dovecot-imapd my problem was solved. On Thu, 2013-09-12 at 19:40 +, Pascal Volk wrote: > On 09/12/2013 03:19 AM Mohsen Pahlevanzadeh wrote: > > Dear all, > > > > I installed "dovecot dovecoot-mysql postfix and postfix-mysql

[Dovecot] adding user for maildir and mail_location

2013-09-12 Thread Mohsen Pahlevanzadeh
Dear all, I install postfix ,postfix-mysql,dovecot-core,dovecot-mysql,dovecot-pop3,dovecot-imapd and postfixadmin form debian repo. Also i configured postfixadmin. It work fine with mbox storage, But i need to change it to my path/domain/users i saw devecot have mail_location directive. i changed

Re: [Dovecot] Antispam plugin / sa-learn

2013-09-12 Thread Mathieu R.
Le 12/09/2013 08:31, Steffen Kaiser a écrit : above script is missing important log information: the current uid and $HOME; also sa-learn knows -D I would change for a testing period: #!/bin/sh echo /usr/bin/sa-learn $* /tmp/sendmail-msg-$$.txt ; echo "$$-start ($*)" >> /tmp/sa-learn-pipe.log ;

Re: [Dovecot] Where's Dovecot's ports?

2013-09-12 Thread Pascal Volk
On 09/12/2013 03:19 AM Mohsen Pahlevanzadeh wrote: > Dear all, > > I installed "dovecot dovecoot-mysql postfix and postfix-mysql" from > debian repository 7. > > I start them with "/etc/init.d/postfix start" and "/etc/init.d/dovecot > start" > > but When i use nmap localhost I see the following

[Dovecot] Plugin antispam - mailtrain realtime sa-learn

2013-09-12 Thread Hans Spaans
Hi, On Dovecot Wiki2[1] it is written that you need a wrapper script for sa-learn as it shouldn't support pipped input, but that is supported since SpamAssassin 2.6 at least. As far as I can see and test, the following config makes it work without a wrapper script. Can someone confirm it befo

Re: [Dovecot] How to disable SSL and TLSv1.1?

2013-09-12 Thread Hans Spaans
Patrick Lists schreef op 2013-09-12 09:23: Hi Noel, On 09/12/2013 08:54 AM, Noel Butler wrote: [snip] I'm always of the belief that if one person wants a feature, they might be the only vocal person, but they are never really alone, so post your patch, Timo can only either pull it in, or decli

[Dovecot] Problem getting a dovecot proxy to connect to another dovecot machine via STARTTLS

2013-09-12 Thread Arnoud van Heuvelen
Hi, I'm having a bit of a problem trying to setup a dovecot proxy. I have a setup with two nodes. One is a working Dovecot/Postfix mail server (node a). The other is running a dovecot proxy and roundcube webmail. Currently I can telnet to port 143 (or openssl s_client to port 993) to localhost on

[Dovecot] Dsync error: Failed to set attribute vendor/vendor.dovecot/pvt/sieve/default

2013-09-12 Thread Aleksey Tsvetkov
Hi, Introduction: There are two domains, for example (aaa.com, bbb.com). In the aaa.com domain two users (b...@aaa.com, a...@aaa.com). In the bbb.com domain there are no users. In time full sync replication (replication_full_sync_interval) operations in logs appear errors: dovecot: dsync-local

Re: [Dovecot] Where's Dovecot's ports?

2013-09-12 Thread Urban Loesch
What does "netstat -tunplo" say? Am 12.09.2013 12:44, schrieb Mohsen Pahlevanzadeh: I tested but i got such as nmap localhost On Thu, 2013-09-12 at 12:20 +0200, Johan Hendriks wrote: Mohsen Pahlevanzadeh wrote: On Thu, 2013-09-12 at 08:33 +0200, Daniel Parthey wrote: Hi Mohsen, please post

[Dovecot] DH Parameter

2013-09-12 Thread Dimi -
Hi! Is there any possibility to let dovecot serve >1024 Bit DH Parameters at SSL/TLS-connections? Is it possible to replace /var/lib/dovecot/ssl-parameters.ssl with DH-parameter generated by openssl? If not: Are there any plans to implement that? Thank you!

Re: [Dovecot] Where's Dovecot's ports?

2013-09-12 Thread Mohsen Pahlevanzadeh
I tested but i got such as nmap localhost On Thu, 2013-09-12 at 12:20 +0200, Johan Hendriks wrote: > Mohsen Pahlevanzadeh wrote: > > On Thu, 2013-09-12 at 08:33 +0200, Daniel Parthey wrote: > >> Hi Mohsen, > >> > >> please post the output of doveconf -n > >> > >> Regards > >> Daniel > > i attached

Re: [Dovecot] Where's Dovecot's ports?

2013-09-12 Thread Johan Hendriks
Mohsen Pahlevanzadeh wrote: On Thu, 2013-09-12 at 08:33 +0200, Daniel Parthey wrote: Hi Mohsen, please post the output of doveconf -n Regards Daniel i attached my "doveconf -n" maybe dovecot is not using the ports on localhost but on the interface ip adress itself. So nmap would show other

Re: [Dovecot] How to disable SSL and TLSv1.1?

2013-09-12 Thread Noel Butler
Hi Patrick, On Thu, 2013-09-12 at 09:23 +0200, Patrick Lists wrote: > Hi Noel, > > On 09/12/2013 08:54 AM, Noel Butler wrote: > [snip] > > I'm always of the belief that if one person wants a feature, they might > > be the only vocal person, but they are never really alone, so post your > > patch

Re: [Dovecot] 2.2.4 + metadata plugin: autoconf failed

2013-09-12 Thread Andreas Schulze
Am 23.07.2013 07:32 schrieb Andreas Schulze: > sles9: (autoconf-2.59) > -- > autoreconf: /usr/bin/autoconf failed with exit status: 1 > > sles10: (autoconf-2.59) > --- > autoreconf: /usr/bin/autoconf failed with exit status: 1 > > sles11: (autoconf-2.63) >

Re: [Dovecot] How to disable SSL and TLSv1.1?

2013-09-12 Thread Patrick Lists
Hi Noel, On 09/12/2013 08:54 AM, Noel Butler wrote: [snip] I'm always of the belief that if one person wants a feature, they might be the only vocal person, but they are never really alone, so post your patch, Timo can only either pull it in, or decline it, as for its useful for others, only tim

Re: [Dovecot] Where's Dovecot's ports?

2013-09-12 Thread Mohsen Pahlevanzadeh
On Thu, 2013-09-12 at 08:33 +0200, Daniel Parthey wrote: > Hi Mohsen, > > please post the output of doveconf -n > > Regards > Daniel i attached my "doveconf -n" # 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.1 mail_location = mbox:~/mail:INBOX=/var/mail/%u namespace