Displaying 4 results from an estimated 4 matches for "recipient_access".
Did you mean:
recipient_access_x
2019 May 21
2
How to get original recipient from Postfix when using LMTP?
Many people prefer to use LMTP for delivery from postfix for better
efficiency but X-Original-to header support still missing after many
years. One affect of this is need to set
sieve_vacation_dont_check_recipient = yes which violate Sieve standard
and cause auto-replyies sent to messages that should not happen. Or
abandon LMTP. or abandon postfix??
So while feature request is stalled are
2019 May 22
1
How to get original recipient from Postfix when using LMTP?
...messages that should not
>> happen. Or abandon LMTP. or abandon postfix??
>>
>> So while feature request is stalled are there any realistic
>> workarounds?
>
> add to smtp_recipient_restrictions, before permitting email but after
> all checks:
>
> check_recipient_access pcre:/etc/postfix/recipient_access.pcre
>
> # cat /etc/postfix/recipient_access.pcre
> /(.+)/ prepend X-Original-To: $1
Warning, do not do this unless you don't mind recipients of
multi-recipient emails to see a list of everyone who got a copy of the
email message, including BCC re...
2019 May 22
0
How to get original recipient from Postfix when using LMTP?
...standard and cause auto-replyies sent to messages that should not
> happen. Or abandon LMTP. or abandon postfix??
>
> So while feature request is stalled are there any realistic
> workarounds?
add to smtp_recipient_restrictions, before permitting email but after
all checks:
check_recipient_access pcre:/etc/postfix/recipient_access.pcre
# cat /etc/postfix/recipient_access.pcre
/(.+)/ prepend X-Original-To: $1
--
Tuomo Soini <tis at foobar.fi>
Foobar Linux services
+358 40 5240030
Foobar Oy <https://foobar.fi/>
2016 Aug 22
3
Catch-all with LMTP and Postfix
...etworks, permit_sasl_authenticated, reject_invalid_hostname,
reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname,
reject_non_fqdn_hostname, reject_non_fqdn_sender,
reject_non_fqdn_recipient, reject_unknown_sender_domain,
reject_unknown_recipient_domain, reject_unauth_destination,
check_recipient_access hash:/etc/postfix/recipient_access.hash,
check_recipient_access pcre:/etc/postfix/recipient_access.pcre,
check_sender_access hash:/etc/postfix/sender_access.hash,
check_sender_access pcre:/etc/postfix/sender_access.pcre,
reject_rbl_client b.barracudacentral.org, reject_rbl_client
zen.spamhaus....