Am 10.01.25 um 18:04 schrieb Steve:
I recently upgraded opensmtpd from 7.4 to 7.6 and have had an issue parsing my
virtual user table.  I have a lines with comments in my table like:

alias@domain mailbox@domain # comments...

and parsed using:

makemap -t aliases vuser

Obligatory mention that file is recommended over db:
https://www.mail-archive.com/misc@opensmtpd.org/msg03302.html

Try changing

alias@domain mailbox@domain # comments...

to

# comments...
alias@domain mailbox@domain

and db: to file:


Reply via email to