Re: Address rewriting v Virtual alias domains

2021-06-15 Thread Viktor Dukhovni
On Tue, Jun 15, 2021 at 04:16:43PM +0200, Mono DHS wrote: > Assuming that I maintain neither local domains nor relay domains, > and only virtual mailbox domains, and that You need an explicit "mydestination =" (empty) for that. Is that the case? > myorigin = $myhostname That should enable

Re: Address rewriting v Virtual alias domains

2021-06-15 Thread Wietse Venema
For practical reaons all Postfix address rewriting table lookups are case-insensitive by default(*), both for the domain and local part, regardless of what the RFCs say. (*) When creating an indexed table, the postmap command folds the input to lowercase before writing to the table, and code that

Address rewriting v Virtual alias domains

2021-06-15 Thread Mono DHS
Hello all, I would like to implement rewriting of envelope recipient addresses as they are recieved by smtpd(8) prior to the respective message being fed into "the queue", based solely on the form of the envelope recipient addresses in question. So far, I was able to figure out that to accomplish