Problem with envelope from in Pigeonhole after upgrade

2018-09-03 Thread David Dodd
On our FreeBSD 11.2 servers, we recently upgraded from: dovecot2-2.2.26.0_1 dovecot-pigeonhole-0.4.16_1 to: dovecot-2.3.2.1 dovecot-pigeonhole-0.5.2_3 Prior to the upgrade the envelope sender was as expected. After the upgrade, the envelope sender for a user with a sieve script configured is n

Re: Problem with envelope from in Pigeonhole after upgrade

2018-09-13 Thread David Dodd
To get out of the problem this bug was causing I have now downgraded the affectect servers to using dovecot 2.2.36 & dovecot-pigeonhole 0.4.24 . These versions work correctly for me. Has anyone else been able to see the same sort of problem when using dovecot-2.3 and dovecot-pigeonhole-0.5 ? I a

Re: Problem with envelope from in Pigeonhole after upgrade

2018-09-16 Thread David Dodd
You are correct, omitting the -f option results in the From being set to MAILER-DAEMON however dovecot-lda is being executed with the -d and the -f option by my sendmail. In my sendmail confgiuration I have... FEATURE(local_procmail, `/usr/local/libexec/dovecot/dovecot-lda', `/usr

Re: Problem with envelope from in Pigeonhole after upgrade

2018-09-16 Thread David Dodd
I was able to make it happen from the command line on the host that would normally receive inbound mail for me: echo Hello | dovecot-lda -d dave -f f...@nowhere.com The output then appears as an email in my inbox. --Dave

Re: Problem with envelope from in Pigeonhole after upgrade

2018-09-17 Thread David Dodd
The content in my INBOX looks like this... >From MAILER-DEAMON Mon Sep 17 17:13:08 2018 hello X-UID: 30392 Status: X-Keywords: Content-Length: 1 when using dovecot-pigeonhole 0.5 It looks like this... >From no...@nowhere.com Mon Sep 17 17:13:08 2018 hello X-UID: 30392 Status: X-Keywords: Co