Hello, I need to redirect all the email coming to one domain to another
like this:
@alias-domain.com -> @real-domain.com
which means when a mail is coming to my.n...@alias-domain.com, it's first
translated to my.n...@real-domain.com and later delivered to the mailbox.
I have found this in th
Tomas Macek:
>smtpd_recipient_restrictions =
>...
>reject_unauth_destination
>check_recipient_access
>inline:{example.com=reject_unverified_recipient}
>unverif
On Fri, 21 Dec 2018, Wietse Venema wrote:
Tomas Macek:
smtpd_recipient_restrictions =
...
reject_unauth_destination
check_recipient_access
inline:{example.com=reject_unverified_rec
On 19 Dec 2018, at 14:36, Viktor Dukhovni wrote:
If there are no objections, I can change the default to "may" when
TLS is compiled in.
But how else will Postfix troubleshooters make themselves look like
geniuses with 10 seconds of "work?"
(Not An Actual Objection... I wholeheartedly applau
Tomas Macek:
> On Fri, 21 Dec 2018, Wietse Venema wrote:
>
> > Tomas Macek:
> >>smtpd_recipient_restrictions =
> >>...
> >>reject_unauth_destination
> >>check_recipient_access
> >>
nights later, a better approach seems to have a policy service that does
the tls pre-checking.
Something like this already around? ( i'm no coder but want to sponsor that
if someone can do it) pm please
Am Donnerstag, 20. Dezember 2018 schrieb Viktor Dukhovni <
postfix-us...@dukhovni.org>:
>> On