On Sat, Jan 11, 2025 at 09:43:40PM +0100, Thomas Bohl wrote:
> 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:

I appreciate the advice to switch to file, thank you.

Steve

Reply via email to