New Installation Help
Will
aragonx at dcsnow.com
Mon Mar 25 17:52:37 UTC 2024
Hi,
Brilliant! That solved my first issue. Thank you so very much! Can we
get that included on (https://www.mailscanner.info/postfix/)? That is
what I was using to configure my system. Now my 2nd issue is that the
milter wants to reject my test emails. Is there a way for me to tell why?
Mar 25 13:42:44 dcsnow postfix/smtpd[51681]: connect from
mail-il1-f176.google.com[209.85.166.176]
Mar 25 13:42:44 dcsnow postfix/smtpd[51681]: B128610A0C41:
client=mail-il1-f176.google.com[209.85.166.176]
Mar 25 13:42:44 dcsnow postfix/cleanup[51687]: B128610A0C41:
message-id=<CADk0RN5j+yHk6377WsRuMoKSyZi-oz9KBTc8tCk7SrMw+z6Mrw at mail.gmail.com>
Mar 25 13:42:45 dcsnow postfix/cleanup[51687]: B128610A0C41:
milter-discard: END-OF-MESSAGE from
mail-il1-f176.google.com[209.85.166.176]: milter triggers DISCARD
action; from=<wyonker at gmail.com> to=<wyonker at dcsnow.com> proto=ESMTP
helo=<mail-il1-f176.google.com>
On 3/25/2024 1:38 PM, Mark Sapiro wrote:
> 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?
>
More information about the MailScanner
mailing list