On 10/23/2019 8:27 AM, Steve Matzura wrote:
I've narrowed my problems down to three. Two may be related.


1. Virtual alias table lookup failure:


syslog is full of pairs of entries like these:


Oct 23 13:03:06 theglobalvoice postfix/trivial-rewrite[23647]: warning: virtual_alias_domains: proxy:mysql:/etc/postfix/mysql_virtual_alias_maps.cf: table lookup problem Oct 23 13:03:06 theglobalvoice postfix/trivial-rewrite[23647]: warning: virtual_alias_domains lookup failure



Your mysql service isn't talking to postfix. Hopefully the mysql logs show more information, since that's what's not working. The fix for this probably isn't in the postfix config. Maybe mysql isn't running, or isn't working properly, or is being blocked by some system security software -- all postfix knows is that it doesn't answer queries.

You can test table lookups with the postmap command, but if mysql is broken you'll need to use mysql tools for further debugging. I can't help with that.

Postfix will not receive mail until you fix this error.


2. Milter service:


Oct 23 13:08:03 theglobalvoice postfix/pickup[23600]: F41BC605E8: uid=1000 from=<tgvpadmin> Oct 23 13:08:03 theglobalvoice postfix/cleanup[23702]: warning: connect to Milter service inet:localhost:8891: Connection refused Oct 23 13:08:03 theglobalvoice postfix/cleanup[23702]: F41BC605E8: message-id=<20191023130802.f41bc60...@mail.theglobalvoice.info>


The milter service is not running, or not on the expected port number, or being blocked by a firewall or system security software. Other than maybe the wrong port, the other problems can't be fixed inside postfix. See the opendkim list for tips on debugging the milter.

Or maybe your system doesn't resolve "localhost" to the expected IP; try using an IP literal instead.

Postfix will not receive mail until you fix this error.


3. SMTP:

Postfix will not receive mail until you fix the above errors.



  -- Noel Jones

Reply via email to