New Installation Help

Mark Sapiro mark at msapiro.net
Mon Mar 25 17:38:21 UTC 2024


On 3/24/24 21:31, Will wrote:
> 
> So I think it should be open.  Although I had to open it by port instead 
> of by service name.  I guess I could create a config file for it. 
> Although, I'm not sure that would matter much.  Doing a netstat and 
> greping for 628 doesn't show anything:
> 
> # netstat -lntp
> Active Internet connections (only servers)
> Proto Recv-Q Send-Q Local Address           Foreign Address State       
> PID/Program name
> tcp        0      0 0.0.0.0:587 0.0.0.0:*               LISTEN 1504/master


All of the entries with LISTEN 1504/master are Postfix's master process. 
There should be one like

tcp        0      0 127.0.0.1:628 0.0.0.0:*               LISTEN 1504/master

The fact that there isn't is the issue. You do have

qmqpd_authorized_clients = 127.0.0.1

in main.cf so that isn't why. Do you have

628       inet  n       -       y       -       -       qmqpd

in master.cf?

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the MailScanner mailing list