On Thu, May 14, 2020 at 02:01:31AM -0500, Thomas Strike wrote: > > So I would not expect virtual alias tables to be appropriate as alias > > tables. What problem are you actually trying to solve? > > I'm hosting multiple domains and I'm using virtual host tables. I am > not sure that I have a problem since I can send SMTP mail with TLS and > receive all the spam as fast as I can delete it. I am just a little > concerned about that path/filename that popped up in the mail log > since it's declaration doesn't exist in ether config file or show up > in the postconf -n, -m, or -d lists. What evil lurks deep in the > bowels of my server that would be attempting to use a file that isn't > specified and doesn't exist.
Have you looked in master.cf? Are you looking at the right main.cf file? > > > *May 12 07:50:57 sleepyvalley postfix/smtps/smtpd[9495]: error: open > > > /etc/postfix/mysql-aliases.cf: No such file or directory > > > > Look in the output of "postconf -n" and "postconf -M". Did you do that? I am quite sure that "mysql-aliases.cf" is not hard-coded into Postfix, so if it is reported as expected, then it is part of your configuration in some manner, either via main.cf or via master.cf settings for the "smtps" service. -- Viktor.