double bounce messages 'from'

2017-01-16 Thread Dominic Raferd
One of the few remaining issues on my postfix server is that double-bounce messages don't come from the 'right' envelope sender. I would like it to be double_bou...@mydomain.tld, or (better) double_bounce+vps3456...@mydomain.tld. Instead it is double_bou...@vps3456789.mydomain.tld. In other words

Re: double bounce messages 'from'

2017-01-16 Thread Wietse Venema
Dominic Raferd: > One of the few remaining issues on my postfix server is that > double-bounce messages don't come from the 'right' envelope sender. man 5 postconf | less '+/^double_bounce_sender' This also is the default for address_verify_sender. Wietse

Re: [Feature-request for 3.2] log from= in postfix/smtp - or looking for unknown option

2017-01-16 Thread Wietse Venema
Wietse Venema: > Christian Ro??ner: > > Hi, > > > > I have looked at man 5 postconf, if there exists an option to add the > > envelope sender to the postfix smtp client, but I didn'T find one. > > > > If an account gets stolen and this account starts sending lots of mails, it > > often leads to

SV: [Feature-request for 3.2] log from= in postfix/smtp - or looking for unknown option [invalid signature!] [invalid signature!]

2017-01-16 Thread Sebastian Nielsen
Oops wrong, forgot about reject... (I tested on my system and I currently have no outgoing rejects) grep "postfix/smtp\[" LOGFILE | grep -i "reject" | grep -io "\]\:\s[0123456789ABCDEF]*\:" | grep -io "[0123456789ABCDEF]*" | grep -f - LOGFILE | grep "postfix/qmgr\[" | grep "from=" -Urspru

SV: [Feature-request for 3.2] log from= in postfix/smtp - or looking for unknown option [invalid signature!] [invalid signature!]

2017-01-16 Thread Sebastian Nielsen
Try this: grep "postfix/smtp\[" LOGFILE | grep -io "\]\:\s[0123456789ABCDEF]*\:" | grep -io "[0123456789ABCDEF]*" | grep -f - LOGFILE | grep "postfix/qmgr\[" | grep "from=" -Ursprungligt meddelande- Från: Christian Rößner [mailto:c...@roessner-network-solutions.com] Skickat: den 16 ja

Re: [Feature-request for 3.2] log from= in postfix/smtp - or looking for unknown option

2017-01-16 Thread Wietse Venema
Christian Ro??ner: > Hi, > > I have looked at man 5 postconf, if there exists an option to add the > envelope sender to the postfix smtp client, but I didn'T find one. > > If an account gets stolen and this account starts sending lots of mails, it > often leads to RBLs. If you try to find the a

Re: [Feature-request for 3.2] log from= in postfix/smtp - or looking for unknown option [invalid signature!]

2017-01-16 Thread Christian Rößner
Hi, not smtpd ;-) smtp client > Am 16.01.2017 um 15:08 schrieb Sebastian Nielsen : > > It do log from=. > Default config from debian: > > root@linuxlite-desktop:/var/log# grep NOQUEUE syslog.1 > Jan 15 11:12:37 linuxlite-desktop postfix/smtpd[31407]: NOQUEUE: reject: RCPT > from unknown[202.12

SV: [Feature-request for 3.2] log from= in postfix/smtp - or looking for unknown option [invalid signature!]

2017-01-16 Thread Sebastian Nielsen
It do log from=. Default config from debian: root@linuxlite-desktop:/var/log# grep NOQUEUE syslog.1 Jan 15 11:12:37 linuxlite-desktop postfix/smtpd[31407]: NOQUEUE: reject: RCPT from unknown[202.12.83.69]: 554 5.7.1 : Sender address rejected: Access denied; from= to= proto=ESMTP helo=<202-12-83

[Feature-request for 3.2] log from= in postfix/smtp - or looking for unknown option

2017-01-16 Thread Christian Rößner
Hi, I have looked at man 5 postconf, if there exists an option to add the envelope sender to the postfix smtp client, but I didn'T find one. If an account gets stolen and this account starts sending lots of mails, it often leads to RBLs. If you try to find the account that was compromised, a f

Re: Autoresponder?

2017-01-16 Thread Ralph Corderoy
Hi, > So, how would I do this with only sending a single "bounce" to any > email address? Pipe to vacation(1), e.g. the user's ~/.forward: \foo, "|/usr/bin/vacation foo" The first keeps a copy of the email. vacation can be told to only send the reply once per N days for each recipient, def

Autoresponder?

2017-01-16 Thread @lbutlr
I have an email account that belonged to someone who died recently. Rather than simply shutdown the account and bounce all future emails, the family would like some sort of automated messages for at least a few months saying something like “ died in November, 2016. Please redirect emails to ”.

check_sender_regexp - problem

2017-01-16 Thread Zalezny Niezalezny
Hi, in our environment we have two domains: example.com - 1.1.1.1 news.example.com - 2.2.2.2 configured on the external gateway. Each domain using separate IP addresses. Postfix mail server with mailboxes has been configured on the separate system: 3.3.3.3 >From this system we wou