[pfx] Re: Handing off via localhost:10025 to spamassassin for scanning failure

2024-06-29 Thread Matus UHLAR - fantomas via Postfix-users
On 29.06.24 01:41, Curtis J Blank via Postfix-users wrote: No I am not confusing inbound and outbound not you, someone other perhaps :-) and for this I'm only concerned about inbound and actually only on ports 10024-26 that are for lack of a better way to put it a customization. :10026   

[pfx] Re: Handing off via localhost:10025 to spamassassin for scanning failure

2024-06-29 Thread Ralph Seichter via Postfix-users
* Curtis J. Blank via Postfix-users: > Everything except this that is: > mydestination = $myhostname, localhost.$mydomain, $mydomain, www.$mydomain > > Should this be set to: > mydestination = $myhostname, 127.0.0.1.$mydomain, $mydomain, www.$mydomain > > To keep ::1 from being used? No, that is

[pfx] Re: Handing off via localhost:10025 to spamassassin for scanning failure

2024-06-29 Thread Bill Cole via Postfix-users
On 2024-06-28 at 23:45:33 UTC-0400 (Fri, 28 Jun 2024 22:45:33 -0500) Curtis J Blank via Postfix-users is rumored to have said: OK I tired this. What "mydestination" is set to does not matter whether it's localhost or 127.0.0.1 if spampd is set to use localhost and not 127.0.0.1 it will not wor

[pfx] Re: Handing off via localhost:10025 to spamassassin for scanning failure

2024-06-29 Thread Curtis J Blank via Postfix-users
On 6/29/24 04:01, Matus UHLAR - fantomas via Postfix-users wrote: On 29.06.24 01:41, Curtis J Blank via Postfix-users wrote: No I am not confusing inbound and outbound not you, someone other perhaps :-) and for this I'm only concerned about inbound and actually only on ports 10024-26 that

[pfx] Re: Handing off via localhost:10025 to spamassassin for scanning failure

2024-06-29 Thread Curtis J Blank via Postfix-users
On 6/29/24 08:40, Ralph Seichter via Postfix-users wrote: * Curtis J. Blank via Postfix-users: Everything except this that is: mydestination = $myhostname, localhost.$mydomain, $mydomain, www.$mydomain Should this be set to: mydestination = $myhostname, 127.0.0.1.$mydomain, $mydomain, www.$

[pfx] Re: Handing off via localhost:10025 to spamassassin for scanning failure

2024-06-29 Thread Curtis J Blank via Postfix-users
On 6/29/24 09:38, Bill Cole via Postfix-users wrote: On 2024-06-28 at 23:45:33 UTC-0400 (Fri, 28 Jun 2024 22:45:33 -0500) Curtis J Blank via Postfix-users is rumored to have said: OK I tired this. What "mydestination" is set to does not matter whether it's localhost or 127.0.0.1 if spampd i

[pfx] Re: Handing off via localhost:10025 to spamassassin for scanning failure

2024-06-29 Thread Curtis J Blank via Postfix-users
I meant to mention I do not see any connections/traffic on port 10026 in the mail logs. -Curt On 6/29/24 10:21, Curtis J Blank via Postfix-users wrote: On 6/29/24 04:01, Matus UHLAR - fantomas via Postfix-users wrote: On 29.06.24 01:41, Curtis J Blank via Postfix-users wrote: No I am not co

[pfx] Re: Handing off via localhost:10025 to spamassassin for scanning failure

2024-06-29 Thread Matus UHLAR - fantomas via Postfix-users
On 29.06.24 10:28, Curtis J Blank via Postfix-users wrote: I meant to mention I do not see any connections/traffic on port 10026 in the mail logs. see how? You haven't overridden the syslog_name in smtpd options on port 10026. The logs in your original mail: Jun 27 00:00:01 cjbnew*mydomain po

[pfx] Re: Handing off via localhost:10025 to spamassassin for scanning failure

2024-06-29 Thread Curtis J Blank via Postfix-users
Oh. I thought I would see them like I see these 10025 entries: Jun 29 00:00:02 cjbnew postfix/smtp[15813]: < 127.0.0.1[127.0.0.1]:10025: 220 filter.mynetwork.local ESMTP including the port number. I added your suggestion and I see the traffic now for spampd but 10026 is not mentioned in those

[pfx] how to reject a domain delivery

2024-06-29 Thread Corey Hickman via Postfix-users
Hello I have basic postfix/dovecot installation. How can I setup postfix or dovecot to reject the specified domain in sender? I know I can setup sieve script to discard messages from that domain, but this method sounds rather rigid. Or shall I install rspamd etc to make a reject policy for that?

[pfx] Re: how to reject a domain delivery

2024-06-29 Thread Wietse Venema via Postfix-users
Corey Hickman via Postfix-users: > Hello > > I have basic postfix/dovecot installation. > How can I setup postfix or dovecot to reject the specified domain in sender? > I know I can setup sieve script to discard messages from that > domain, but this method sounds rather rigid. If the list is shor

[pfx] Re: how to reject a domain delivery

2024-06-29 Thread Corey Hickman via Postfix-users
that's the nice solution. thanks. > > Corey Hickman via Postfix-users: > > > > > Hello > > > > > > > > I have basic postfix/dovecot installation. > > > > How can I setup postfix or dovecot to reject the specified domain in > > sender? > > > > I know I can setup sieve script to discar