On Wed, Mar 29, 2023 at 02:17:52PM +0200, Matus UHLAR - fantomas via
Postfix-users wrote:
> On 28.03.23 12:15, Viktor Dukhovni via Postfix-users wrote:
> >You don't need and generally don't want to apply:
> >
> >reject_unknown_recipient_domain
> >
> >to inbound traffic on port 25. A brief gl
Are you just talking about backing up the config files in /etc/postfix?
I would recommend using git for version control; there is nothing special about
backing up the postfix configs vis a vis any other service on your machine. It
also wouldn’t hurt to take periodic snapshots of your VMs
Sent f
On Tue, Mar 28, 2023 at 08:42:42AM +0200, Mihaly Zachar via Postfix-users wrote:
smtpd_recipient_restrictions =
reject_non_fqdn_recipient
reject_unknown_recipient_domain
permit_mynetworks
permit_sasl_authenticated
reject_unauth_destination
On 28.03.23 12:15, Viktor Dukhovn
Hello! 👋🙂
I want to be able to handle the failed deliveries (like the one below) in a
special way, like pass them into a script to record them into a database
and display them in the UI somewhere.
What would be the most natural way to get this? 🤔
Thank you!
Here is an example failed delivery fr