From: Jerry <je...@se...> - 2014-10-17 11:05:01
|
I am attempting to get fetchmail to work with dovecot-lda. Presently, mail is delivered to dovecot-lda via Postfix. The user:group is "vmail". No matter how I attempt to configure the mda in fetchmail, I receive error 75 messages and a warning about the uid not matching. Does anyone have a working dovecot-lda with fetchmail config example that I can view? Thanks! -- Jerry |
From: Carlos E. R. <car...@op...> - 2014-10-17 11:49:38
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2014-10-17 13:04, Jerry wrote: > I am attempting to get fetchmail to work with dovecot-lda. > > Presently, mail is delivered to dovecot-lda via Postfix. The user:group is > "vmail". No matter how I attempt to configure the mda in fetchmail, I receive > error 75 messages and a warning about the uid not matching. > > Does anyone have a working dovecot-lda with fetchmail config example that I > can view? I have postfix -> procmail -> dovecot-lda. You could try fetchmail -> procmail -> dovecot-lda. My procmail rules are like this: DELIVER = "/usr/lib/dovecot/dovecot-lda" ... :0f * ^List-Id:.*<fetchmail-users.lists.sourceforge.net> | $FORMAIL -bfi 'Reply-To: "fetchmail-users mailing list" <fet...@li...>' :0 aw: $HOME/Mail/.D-locks/vsf-sf_lists.lock | $DELIVER -m _Lists/vsf-sf_lists - -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iEYEARECAAYFAlRBAjwACgkQtTMYHG2NR9XCfACgjKoGKk81DpowXp1RfCj2cbWm +5IAnicKNvndhP68U+g/sqJGzmKcV2Gk =pkiY -----END PGP SIGNATURE----- |
From: Jerry <je...@se...> - 2014-10-17 14:31:20
|
On Fri, 17 Oct 2014 13:49:17 +0200, Carlos E. R. stated: > On 2014-10-17 13:04, Jerry wrote: > > I am attempting to get fetchmail to work with dovecot-lda. > > > > Presently, mail is delivered to dovecot-lda via Postfix. The user:group is > > "vmail". No matter how I attempt to configure the mda in fetchmail, I > > receive error 75 messages and a warning about the uid not matching. > > > > Does anyone have a working dovecot-lda with fetchmail config example that > > I can view? > > I have postfix -> procmail -> dovecot-lda. > You could try fetchmail -> procmail -> dovecot-lda. > > > My procmail rules are like this: > > DELIVER = "/usr/lib/dovecot/dovecot-lda" > > ... > > :0f > * ^List-Id:.*<fetchmail-users.lists.sourceforge.net> > | $FORMAIL -bfi 'Reply-To: "fetchmail-users mailing list" > <fet...@li...>' :0 aw: > $HOME/Mail/.D-locks/vsf-sf_lists.lock | $DELIVER -m _Lists/vsf-sf_lists I have a rather complex and fully functional set of sieve filters in place. I have no intention of using Procmail. I just wanted to by pass having mail delivered to Postfix first; however, it is not an absolute necessity. -- Jerry |
From: Matthias A. <mat...@gm...> - 2014-10-17 16:20:50
|
Am 17.10.2014 um 16:31 schrieb Jerry: > On Fri, 17 Oct 2014 13:49:17 +0200, Carlos E. R. stated: > >> On 2014-10-17 13:04, Jerry wrote: >>> I am attempting to get fetchmail to work with dovecot-lda. >>> >>> Presently, mail is delivered to dovecot-lda via Postfix. The user:group is >>> "vmail". No matter how I attempt to configure the mda in fetchmail, I >>> receive error 75 messages and a warning about the uid not matching. That is because fetchmail will not run it as user "vmail". Please show your fetchmail settings and logging, per <http://www.fetchmail.info/fetchmail-FAQ.html#G3> [...] > I have a rather complex and fully functional set of sieve filters in place. I > have no intention of using Procmail. I just wanted to by pass having mail > delivered to Postfix first; however, it is not an absolute necessity. Then why change the setup? Have you tried reading the dovecot manual on its options, or did you just copy some random configuration? |
From: Carlos E. R. <car...@op...> - 2014-10-17 16:58:53
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2014-10-17 16:31, Jerry wrote: > On Fri, 17 Oct 2014 13:49:17 +0200, Carlos E. R. stated: > I have a rather complex and fully functional set of sieve filters > in place. I have no intention of using Procmail. I just wanted to > by pass having mail delivered to Postfix first; however, it is not > an absolute necessity. Then don't change it :-) I think you get more flexibility and reliability with postfix in the loop. Even simplicity. - -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iEYEARECAAYFAlRBSrgACgkQtTMYHG2NR9WE+wCgjDSMW9I3RIzYZgahUhr0ldOJ og0An1XlU+9gnKmavABThXMWZQI4iY0B =QkuY -----END PGP SIGNATURE----- |