Re: [Dovecot] postfix and dovecot - no emails in new folder

2013-11-25 Thread Kai Hendry
On Mon, Nov 25, 2013 at 02:02:23PM +0100, Christian Schmidt wrote: > I would consider making postfix "talk" to dovecot using LMTP instead. Why LMTP over LDA? The LMTP setup seems a lot more complex and error prone.

Re: [Dovecot] postfix and dovecot - no emails in new folder

2013-11-25 Thread Don Hill
quick note I added LDA in master.cf and everything is working fine now. Thanks. On Mon, Nov 25, 2013 at 1:49 AM, Steffen Kaiser < skdove...@smail.inf.fh-brs.de> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Fri, 22 Nov 2013, Don Hill wrote: > > Yes. I am logged in as root and

Re: [Dovecot] postfix and dovecot - no emails in new folder

2013-11-25 Thread Christian Schmidt
25.11.2013 09:00, Kai Hendry: > You probably need to set dovecot as the Local Delivery Agent, like so: > > $ grep mailbox /etc/postfix/main.cf > mailbox_command = /usr/lib/dovecot/deliver I would consider making postfix "talk" to dovecot using LMTP instead. Regards, Christian -- No

Re: [Dovecot] postfix and dovecot - no emails in new folder

2013-11-25 Thread Kai Hendry
You probably need to set dovecot as the Local Delivery Agent, like so: $ grep mailbox /etc/postfix/main.cf mailbox_command = /usr/lib/dovecot/deliver

Re: [Dovecot] postfix and dovecot - no emails in new folder

2013-11-24 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 22 Nov 2013, Don Hill wrote: Yes. I am logged in as root and performing a ls -la /var/vmail/domain I see the following folder - user - This file actually contains the emails sent to the account folder - u...@domain.tld - and in the Maildi

Re: [Dovecot] postfix and dovecot - no emails in new folder

2013-11-22 Thread Don Hill
<><>

Re: [Dovecot] postfix and dovecot - no emails in new folder

2013-11-22 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 21 Nov 2013, Don Hill wrote: I have postfix configured with dovecot using virtual users. Everything seems to be working with the exception of no emails being delivered to the Maildir/new folder. If I touch a file into that folder then the f

[Dovecot] postfix and dovecot - no emails in new folder

2013-11-22 Thread Don Hill
Hi. I am working on setting up Dovecot v2.0.9 and postfix 2.6.6 on centos 6.4. I have postfix configured with dovecot using virtual users. Everything seems to be working with the exception of no emails being delivered to the Maildir/new folder. If I touch a file into that folder then the fi

Re: [Dovecot] Dovecot, Postfix and Dovecot LDA (LMTP) delivery

2011-03-06 Thread Remy Zandwijk
On 06.03.2011 23:19 , Timo Sirainen wrote: On Sun, 2011-03-06 at 15:18 +0100, Remy Zandwijk wrote: userdb { driver = passwd-file args = username_format=%n /etc/passwd } It's not a great idea to use passwd-file for /etc/passwd. I guess it usually works, but there

Re: [Dovecot] Dovecot, Postfix and Dovecot LDA (LMTP) delivery

2011-03-06 Thread Timo Sirainen
On Sun, 2011-03-06 at 15:18 +0100, Remy Zandwijk wrote: > userdb { > driver = passwd-file > args = username_format=%n /etc/passwd > } It's not a great idea to use passwd-file for /etc/passwd. I guess it usually works, but there are no guarantees of random failures when

Re: [Dovecot] Dovecot, Postfix and Dovecot LDA (LMTP) delivery

2011-03-06 Thread Remy Zandwijk
I am running a Debian Lenny machine with Postfix 2.5.5 and Dovecot 2.0.8. Up until now I ran Postfix with the Procmail delivery agent succesfully. The machine has only local users; I am not using virtual mailboxes. Due to obvious reasons I want to switch to Dovecot LDA delivery, through LMTP.

[Dovecot] Dovecot, Postfix and Dovecot LDA (LMTP) delivery

2011-03-05 Thread Remy Zandwijk
Hi list, I am running a Debian Lenny machine with Postfix 2.5.5 and Dovecot 2.0.8. Up until now I ran Postfix with the Procmail delivery agent succesfully. The machine has only local users; I am not using virtual mailboxes. Due to obvious reasons I want to switch to Dovecot LDA delivery, throu

Re: [Dovecot] postfix and dovecot on different systems - sasl request

2010-02-05 Thread Robert Schetterer
Am 05.02.2010 15:06, schrieb thomas polnik: > Hello, > > until now I have use postfix and dovecot on the same server. Now I > want/must split this both systems (server1 - postfix, server2 - dovecot). > > I used dovecot auth system for postfix > > ## snip ## > > smtpd_sasl_type = dovecot > smtpd

[Dovecot] postfix and dovecot on different systems - sasl request

2010-02-05 Thread thomas polnik
Hello, until now I have use postfix and dovecot on the same server. Now I want/must split this both systems (server1 - postfix, server2 - dovecot). I used dovecot auth system for postfix ## snip ## smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth ## snap ## but this does not work,

Re: [Dovecot] Postfix and Dovecot SASL

2009-11-12 Thread Rene Bakkum
The problem is solved it was as something easy I missed. Because of the line: smtpd_tls_auth_only = yes the sasl isn't working on plain logins, so using a telnet session to port 25, doesn't allow you to use the smtp authenticate. Uncommenting this (or changing yes to no) will make the plain login

Re: [Dovecot] Postfix and Dovecot SASL

2009-11-11 Thread Jerry
On Wed, 11 Nov 2009 17:49:22 +0100 Rene Bakkum replied: > r...@mail003:/etc/dovecot# postconf -n > alias_database = hash:/etc/aliases > alias_maps = hash:/etc/aliases > append_dot_mydomain = no > biff = no > broken_sasl_auth_clients = yes > config_directory = /etc/postfix > home_mailbox = Maildir

Re: [Dovecot] Postfix and Dovecot SASL

2009-11-11 Thread Rene Bakkum
Hi Jerry, My bad, I thought I did postconf -n. I was already wondering why I had so many garbage in my output :) Hereby the right postfix config: r...@mail003:/etc/dovecot# postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no broken_sasl

Re: [Dovecot] Postfix and Dovecot SASL

2009-11-11 Thread Jerry
On Wed, 11 Nov 2009 15:45:33 +0100 Rene Bakkum replied: > Hello all, > > I am struggeling to get my Dovecot SASL to work within postfix. I > have used the configuration example listed on the main-site of > dovecot and it basically isn't giving me any success at all. I am > probably missing somet

[Dovecot] Postfix and Dovecot SASL

2009-11-11 Thread Rene Bakkum
Hello all, I am struggeling to get my Dovecot SASL to work within postfix. I have used the configuration example listed on the main-site of dovecot and it basically isn't giving me any success at all. I am probably missing something easy, but after spending a few days testing and walking through e

Re: [Dovecot] Postfix and Dovecot

2009-01-25 Thread Timo Sirainen
As I said, the fact that the hostname changes is not your real problem. You could keep changing it every few minutes and Dovecot would work just fine. On Sat, 2009-01-24 at 11:05 -0200, Leonardo Coelho wrote: > the problem is when i change the node (machine) the hostname changes > and even the use

Re: [Dovecot] Postfix and Dovecot

2009-01-24 Thread mouss
Leonardo Coelho a écrit : > Hi Everybody, > I'm mount two failover servers which use Postfix and Dovecot but the > hostname of the machines r diferent: > first node > # uname -n > # mail > secound node > #uname -n > #mail2 > So far so good, the real problem is that the e-mail file name on server is

Re: [Dovecot] Postfix and Dovecot

2009-01-24 Thread Leonardo Coelho
the problem is when i change the node (machine) the hostname changes and even the user having e-mail on the mailbox the users can't download them. Machine: "mail" and the files have the mail2 in the end. About the dovecot log i will see this later cause I don't have the access now. Thanks! On Fr

Re: [Dovecot] Postfix and Dovecot

2009-01-23 Thread Timo Sirainen
On Fri, 2009-01-23 at 09:47 -0200, Leonardo Coelho wrote: > So far so good, the real problem is that the e-mail file name on server is > like this: > > 1232449377.P31789Q0M963611.mail2 > > and when I using the server called mail the file stay like this: > > 1232449377.P31789Q0M963611.mail > > I

Re: [Dovecot] Postfix and Dovecot

2009-01-23 Thread Leonardo Coelho
Change the hostname parameters on server mail2 to mail the email files keep the mail2 on the end. On Fri, Jan 23, 2009 at 10:01 AM, Robert Schetterer wrote: > Leonardo Coelho schrieb: > > Hi Everybody, > > I'm mount two failover servers which use Postfix and Dovecot but the > > hostname of the ma

Re: [Dovecot] Postfix and Dovecot

2009-01-23 Thread Robert Schetterer
Leonardo Coelho schrieb: > Hi Everybody, > I'm mount two failover servers which use Postfix and Dovecot but the > hostname of the machines r diferent: > first node > # uname -n > # mail > secound node > #uname -n > #mail2 > So far so good, the real problem is that the e-mail file name on server is

[Dovecot] Postfix and Dovecot

2009-01-23 Thread Leonardo Coelho
Hi Everybody, I'm mount two failover servers which use Postfix and Dovecot but the hostname of the machines r diferent: first node # uname -n # mail secound node #uname -n #mail2 So far so good, the real problem is that the e-mail file name on server is like this: 1232449377.P31789Q0M963611.mail2

Re: [Dovecot] Postfix and Dovecot SASL authentication error

2008-08-25 Thread Matthias Andree
On Sat, 23 Aug 2008, sharad kanekar wrote: > ear All, > I configured Postfix 2.3.3-2 on CentOS 5.2 using SASL Dovecot > authentication put I am facing the problem to receive mails . My postconf -n > result is: Old software - does it have the recent security patch? > And my /var/log/m

Re: [Dovecot] Postfix and Dovecot SASL authentication error

2008-08-23 Thread Robert Schetterer
Pascal Volk schrieb: Am 23.08.2008 16:00 schrieb sharad kanekar: ear All, I configured Postfix 2.3.3-2 on CentOS 5.2 using SASL Dovecot authentication put I am facing the problem to receive mails . My postconf -n result is: [EMAIL PROTECTED] ~]# postconf -n … smtpd_sasl_auth_enable =

Re: [Dovecot] Postfix and Dovecot SASL authentication error

2008-08-23 Thread Charles Marcus
On 8/23/2008, sharad kanekar ([EMAIL PROTECTED]) wrote: > Aug 23 19:01:03 mails dovecot: Dovecot v1.0.rc15 starting up This is seriously old... you should upgrade before further troubleshooting... most likely an upgrade (follow the upgrade docs) will fix your problem unless it is a config issue -

Re: [Dovecot] Postfix and Dovecot SASL authentication error

2008-08-23 Thread Pascal Volk
Am 23.08.2008 16:00 schrieb sharad kanekar: > ear All, > I configured Postfix 2.3.3-2 on CentOS 5.2 using SASL Dovecot > authentication put I am facing the problem to receive mails . My postconf -n > result is: > [EMAIL PROTECTED] ~]# postconf -n > … > smtpd_sasl_auth_enable = yes > smt

[Dovecot] Postfix and Dovecot SASL authentication error

2008-08-23 Thread sharad kanekar
ear All, I configured Postfix 2.3.3-2 on CentOS 5.2 using SASL Dovecot authentication put I am facing the problem to receive mails . My postconf -n result is: [EMAIL PROTECTED] ~]# postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases command_directory = /usr/sbi

Re: [Dovecot] Postfix and Dovecot Deliver LDA

2007-11-02 Thread Timo Sirainen
On Fri, 2007-11-02 at 17:56 +0200, Timo Sirainen wrote: > > deliver([EMAIL PROTECTED]): 2007-11-02 12:32:40 Fatal: setuid(5000) > > failed: Operation not permitted > > If deliver is already running as uid 5000 (like your Postfix dovecot > line shows), this shouldn't be happening. So for some reas

Re: [Dovecot] Postfix and Dovecot Deliver LDA

2007-11-02 Thread Timo Sirainen
On Fri, 2007-11-02 at 13:00 +0100, spammy wrote: > master.cf (maildrop line commented. -f ${recipient} in maildrop was > working ok) > > dovecot unix - n n - - pipe > flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient} .. > dovecot: 2007-11-

[Dovecot] Dovecot] Postfix and Dovecot Deliver LDA

2007-11-02 Thread Jerry Yeager
On Nov 2, 2007, at 9:48 AM, [EMAIL PROTECTED] wrote: -- Message: 4 Date: Fri, 02 Nov 2007 13:00:56 +0100 From: spammy <[EMAIL PROTECTED]> Subject: [Dovecot] Postfix and Dovecot Deliver LDA To: dovecot@dovecot.org Message-ID: <[EMAIL PROTECTED]> Conten

[Dovecot] Postfix and Dovecot Deliver LDA

2007-11-02 Thread spammy
Hi all, Having problems moving from postfix/dovecot/mysq/maildrop existing intall to dovecot LDA dovecot -n # 1.0.5: /etc/dovecot/dovecot.conf log_path: /var/log/dovecot.log log_timestamp: %Y-%m-%d %H:%M:%S protocols: imap pop3 login_dir: /var/run/dovecot/login login_executable(default): /usr