Re: New Installation Help
Will <[email protected]> Mon, 25 Mar 2024 00:31:03 -0400
| Newsgroups | gmane.mail.virus.mailscanner |
|---|---|
| Message-ID | <[email protected]> |
On 3/24/2024 9:29 PM, Mark Sapiro wrote: > On 3/24/24 11:17, Will wrote: >> >> I just upgraded my home server from CentOS 7 to AlmaLinux release >> 9.3. I also switched to Postfix, where I was using Sendmail. So, >> everything seems to be working except SendMail. Well, I have some >> issues with Dovecot but that's not important. I'm not sure what I did >> wrong, but I get a bunch of these error messages in /var/log/maillog: >> >> Unable to open QMQP socket at 127.0.0.1 on port 628 >> Unable to kick message >> /var/spool/MailScanner/milterout/5CEF610A0C47.A52CF, will retry soon... > > The documentation is at https://www.mailscanner.info/postfix/ and it > looks like you've got things properly configured. Do you have a > firewall blocking access to port 628. does `sudo netstat -lntp` show > the postfix master process listening on port 628? > Hi, Here is some more info: # firewall-cmd --list-all public (active) target: default icmp-block-inversion: no interfaces: ens33 sources: services: cockpit dhcp dhcpv6-client dns http https imap imaps mdns ntp pop3 pop3s rpc-bind samba smtp smtp-submission smtps ssh tftp ports: 587/tcp 82/tcp 628/tcp protocols: forward: yes masquerade: no forward-ports: source-ports: icmp-blocks: rich rules: rule family="ipv4" source address="10.1.0.0/16" port port="993" protocol="tcp" accept rule family="ipv4" source address="10.1.0.0/16" port port="53" protocol="udp" accept 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 tcp 0 0 127.0.0.1:44321 0.0.0.0:* LISTEN 1849/pmcd tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 20898/dovecot tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 20898/dovecot tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1504/master tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 20898/dovecot tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1/systemd tcp 0 0 0.0.0.0:82 0.0.0.0:* LISTEN 1178/sshd: /usr/sbi tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 8607/smbd tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 20898/dovecot tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 8607/smbd tcp 0 0 10.1.1.7:53 0.0.0.0:* LISTEN 1304/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 1304/named tcp 0 0 127.0.0.1:33333 0.0.0.0:* LISTEN 3216/MSMilter Daemo tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 1304/named tcp 0 0 127.0.0.1:783 0.0.0.0:* LISTEN 1177/perl tcp 0 0 127.0.0.1:4330 0.0.0.0:* LISTEN 2783/pmlogger tcp6 0 0 :::587 :::* LISTEN 1504/master tcp6 0 0 :::993 :::* LISTEN 20898/dovecot tcp6 0 0 :::995 :::* LISTEN 20898/dovecot tcp6 0 0 :::25 :::* LISTEN 1504/master tcp6 0 0 :::110 :::* LISTEN 20898/dovecot tcp6 0 0 :::111 :::* LISTEN 1/systemd tcp6 0 0 :::82 :::* LISTEN 1178/sshd: /usr/sbi tcp6 0 0 :::139 :::* LISTEN 8607/smbd tcp6 0 0 :::143 :::* LISTEN 20898/dovecot tcp6 0 0 :::445 :::* LISTEN 8607/smbd tcp6 0 0 ::1:4330 :::* LISTEN 2783/pmlogger tcp6 0 0 ::1:44321 :::* LISTEN 1849/pmcd tcp6 0 0 ::1:953 :::* LISTEN 1304/named tcp6 0 0 ::1:783 :::* LISTEN 1177/perl tcp6 0 0 ::1:53 :::* LISTEN 1304/named tcp6 0 0 fe80::20c:29ff:fece::53 :::* LISTEN 1304/named -- MailScanner mailing list [email protected] http://lists.mailscanner.info/mailman/listinfo/mailscanner