It should be noted that the code for tables changed starting with 7.6. Perhaps your issues are because you have not updated the associated packages, which are named differently.
> On Jan 10, 2025, at 09:04, Steve <z...@iatk.org> wrote: > > 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 > > makemap 7.4 would strip out comments, but I'm guessing the 7.5 table(5) > parsing > unification no longer does? The makemap man page seems to indicate that '#' > comments can be used anywhere but this is no longer true? > > I appreciate any help. Steve >