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
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
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
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
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
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
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
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
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
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
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 ”.
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
12 matches
Mail list logo