Hello,
IF SMTP error code = 5.7.1
AND remote server = GMail
DON’T generate a bounce message (my server)
ELSE
Generate bounce messages (my server)
I use following approach for this problem, which not only affects GMail,
but also T-Online and any other service rej
El 2017-11-03 15:15, Noel Jones escribió:
On 11/3/2017 6:26 AM, nico...@devels.es wrote:
El 2017-11-03 11:05, wie...@porcupine.org escribió:
Noel Jones:
On 11/2/2017 7:48 AM, nico...@devels.es wrote:
> Hi,
>
> I'm running Postfix 2.9.6 and I'm trying to do a conditional
sender
> rewrite based
On 11/3/2017 6:26 AM, nico...@devels.es wrote:
> El 2017-11-03 11:05, wie...@porcupine.org escribió:
>> Noel Jones:
>>> On 11/2/2017 7:48 AM, nico...@devels.es wrote:
>>> > Hi,
>>> >
>>> > I'm running Postfix 2.9.6 and I'm trying to do a conditional
>>> sender
>>> > rewrite based on recipient addre
El 2017-11-03 11:05, wie...@porcupine.org escribió:
Noel Jones:
On 11/2/2017 7:48 AM, nico...@devels.es wrote:
> Hi,
>
> I'm running Postfix 2.9.6 and I'm trying to do a conditional sender
> rewrite based on recipient address. Machine sends e-mails as
> r...@internal-domain.com by default, but i
Configuration main.cf
header_checks = regexp:/home/emailfilter
content_filter = amavis:[127.0.0.1]:10024
Configuration master.cf
smtpinetn - y - - smtpd
-o milter_macro_daemon_name=ORIGINATING
-o content_filter=amavis:[127.0.0.1]:10024
Hi,
> Perhaps with smtp_generic_maps, but not with canonical
> maps
Which raises something I've wondered before:
why is it that the generic_maps cannot be separately
setup for header/envelope, and for sender/recipient, like
can be done with canonical_maps? I've been struggling with
this in the
Noel Jones:
> On 11/2/2017 7:48 AM, nico...@devels.es wrote:
> > Hi,
> >
> > I'm running Postfix 2.9.6 and I'm trying to do a conditional sender
> > rewrite based on recipient address. Machine sends e-mails as
> > r...@internal-domain.com by default, but if the recipient is
> > u...@external-domai
Please provide some information:
http://www.postfix.org/DEBUG_README.html#mail
Willi
Am 03.11.2017 um 11:13 schrieb ruttentuttels:
> Hi,
> I have an issue with the postfix configuration. Amavis is configured and
> running fine when emails are received directly to clients but when an email
> is f
Hi,
I have an issue with the postfix configuration. Amavis is configured and
running fine when emails are received directly to clients but when an email
is forwarded by a header check rule, the mail is send straight to the
alternative email mailbox without having the email scanned by Amavis.
Does