Right now we have the firewall set to block everything except our internal IP range while I'm testing. I'm connected to our VPN so I'm within the range. However, when i test from Outlook, I get the error I posted and nothing in the Postfix log.
On Fri, Jun 11, 2021 at 11:37 AM Linda Pagillo <lpad...@gmail.com> wrote: > Hi! Here is the output.. > > tcp 0 0 127.0.0.1:10025 0.0.0.0:* > LISTEN 216600/master > tcp 0 0 0.0.0.0:587 0.0.0.0:* > LISTEN 216600/master > tcp 0 0 127.0.0.1:10028 0.0.0.0:* > LISTEN 216600/master > tcp 0 0 127.0.0.1:9999 0.0.0.0:* > LISTEN 706/php-fpm: master > tcp 0 0 0.0.0.0:80 0.0.0.0:* > LISTEN 839/nginx: master p > tcp 0 0 0.0.0.0:465 0.0.0.0:* > LISTEN 216600/master > tcp 0 0 0.0.0.0:25 0.0.0.0:* > LISTEN 216600/master > tcp 0 0 0.0.0.0:443 0.0.0.0:* > LISTEN 839/nginx: master p > tcp6 0 0 :::587 :::* LISTEN > 216600/master > tcp6 0 0 :::80 :::* LISTEN > 839/nginx: master p > tcp6 0 0 :::465 :::* LISTEN > 216600/master > tcp6 0 0 :::25 :::* LISTEN > 216600/master > tcp6 0 0 :::443 :::* LISTEN > 839/nginx: master p > > On Fri, Jun 11, 2021 at 11:33 AM <post...@ptld.com> wrote: > >> Just to jump in quick, did you first confirm postfix fires up >> submission, is binding to the port and listening? >> >> netstat -nlp46 | grep master >> >