[pfx] Re: When is alias_maps recursively processed?

2024-12-02 Thread EML via Postfix-users
On 01/12/2024 22:07, Wietse Venema via Postfix-users wrote: Note that alias_maps are recursive only if the result of alias expansion matches mydestination. That was it, thank you. I previously had: myhostname = mail.example.com mydomain = example.com mydestination = $myhostname, localhost.$m

[pfx] Re: When is alias_maps recursively processed?

2024-12-02 Thread EML via Postfix-users
On 01/12/2024 23:49, Kenneth Porter via Postfix-users wrote: I recommend installing etckeeper. I disable the setting to do auto-backups before package updates (yum or apt) and the nightly auto-backup so that all commits require me to explicitly set a change comment. (So I remember why I made t

[pfx] When is alias_maps recursively processed?

2024-12-01 Thread EML via Postfix-users
I have a postfix setup where I'm using both alias_maps and virtual_alias_maps. alias_maps is used to route any internally-generated mails to my personal email address, while everything else is handled by Dovecot. I had a working setup where /etc/aliases contained: mailer-daemon: postmaster we

[pfx] Postfix unable to locate opendmarc.sock file

2024-07-01 Thread EML via Postfix-users
This is a reply to an old (2021/11/11) message I found on mail-archive.com, so it won't thread. The OP wrote: I see this error message in my mail.log file: Nov 11 19:37:52 mail postfix/smtpd[5942]: warning: connect to Milter service local:opendmarc/opendmarc.sock: No such file or directory In t

[pfx] Re: Wildcard delivery from Postfix to Dovecot LDA issues

2023-04-01 Thread EML via Postfix-users
Ahhh... thanks Viktor and ptld. Adding an entry for @sub.example.com to virtual_alias_maps fixed everything. ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org

[pfx] Wildcard delivery from Postfix to Dovecot LDA issues

2023-04-01 Thread EML via Postfix-users
[apologies for postfix/dovecot cross-post] How, exactly, do postfix and dovecot communicate when postfix attempts to determine whether to deliver a message to the dovecot LDA, or to bounce it? In other words, how does postfix decide to bounce foo, and deliver bar, in these log messages: post

[pfx] Re: Integrating a new milter with Postfix

2023-03-12 Thread EML via Postfix-users
On 12/03/2023 12:49, David Bürgin via Postfix-users wrote: EML: I can run the milter as a service, if necessary, instead of adding an entry in master.cf, but this feels like the wrong way to do this. Thanks. But note that this is how milters are normally operated, eg milters installed from

[pfx] Integrating a new milter with Postfix

2023-03-12 Thread EML via Postfix-users
I've written a before-queue milter that I'm trying to integrate with Postfix, but there doesn't seem to be any specific documentation on how to do this. During development, I ran the milter manually, listening on port 7950, with nothing in master.cf, and this in main.cf: smtpd_milters = inet:l