[pfx] Re: Getting 450 rejects in log file when main.cf has soft_bounce = no

2025-02-18 Thread Viktor Dukhovni via Postfix-users
On Tue, Feb 18, 2025 at 12:18:08PM -0500, John Griffiths via Postfix-users 
wrote:

> I am getting soft bounces even with soft_bounce = no set  in main.cf.
> 
>Feb 18 02:03:17 joe postfix/smtpd[601395]: NOQUEUE: reject: RCPT
>from inbound2b.ore.mailhop.org[54.68.193.51]:
>450 4.1.8 : Sender address rejected: Domain
>not found; from= to=<
>john.griffith...@floridasunre.com> proto=ESMTP
>helo=
>Feb 18 02:09:05 joe postfix/smtpd[602144]: NOQUEUE: reject: RCPT
>from inbound4b.ore.mailhop.org[54.149.154.28]
>:450 4.1.8 : Sender address
>rejected: Domain not found; from=

[pfx] Missing first GPG key for 3.10.0

2025-02-18 Thread Peter via Postfix-users
On the download page the first GPG key links to 
http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.10.0.tar.gz.gpg0 
which is a 404.



Peter

___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org


[pfx] Getting 450 rejects in log file when main.cf has soft_bounce = no

2025-02-18 Thread John Griffiths via Postfix-users

I am getting soft bounces even with soft_bounce = no set  in main.cf.

   Feb 18 02:03:17 joe postfix/smtpd[601395]: NOQUEUE: reject: RCPT
   from inbound2b.ore.mailhop.org[54.68.193.51]:
   450 4.1.8 : Sender address rejected: Domain
   not found; from= to=<
   john.griffith...@floridasunre.com> proto=ESMTP
   helo=
   Feb 18 02:09:05 joe postfix/smtpd[602144]: NOQUEUE: reject: RCPT
   from inbound4b.ore.mailhop.org[54.149.154.28]
   :450 4.1.8 : Sender address
   rejected: Domain not found; from=Will header_checks.pcre and body_checks.pcre accept 550 as a REJECT like 
accept.pcre? The documentation doesn't show that as being true.


What am I  missing here?

Regards,
John___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org


[pfx] Re: Getting 450 rejects in log file when main.cf has soft_bounce = no

2025-02-18 Thread Wietse Venema via Postfix-users
Matus UHLAR - fantomas via Postfix-users:
[ Charset ISO-8859-2 converted... ]
> On 18.02.25 12:18, John Griffiths via Postfix-users wrote:
> >I am getting soft bounces even with soft_bounce = no set? in main.cf.
> >
> >   Feb 18 02:03:17 joe postfix/smtpd[601395]: NOQUEUE: reject: RCPT
> >   from inbound2b.ore.mailhop.org[54.68.193.51]:
> >   450 4.1.8 : Sender address rejected: Domain
> >   not found; from= to=<
> >   john.griffith...@floridasunre.com> proto=ESMTP
> >   helo=
> >   Feb 18 02:09:05 joe postfix/smtpd[602144]: NOQUEUE: reject: RCPT
> >   from inbound4b.ore.mailhop.org[54.149.154.28]
> >   :450 4.1.8 : Sender address
> >   rejected: Domain not found; from= 
> you are getting temporaro (4xx) rejections, because the remote servers 
> (54.68.193.51,54.149.154.28) are returning temporary rejections.
> 
> domain xgnix.com has no A//MX records, so for mail server it does not 
> exist.

That should be a hard error. My SMTP server says:

554 5.1.8 : Sender
address rejected: Domain not found

On my server, soft_bounce is not enabled in main.cf.

$ postconf soft_bounce
soft_bounce = no

soft_bounce is enabled in master.cf, but that is only for forwarding
mail to a site that treated soft DNS errors as hard errors.

$ postconf -P '*/*/soft_bounce'
google/unix/soft_bounce = yes

Maybe you have soft_bounce set in master.cf.

Otherwise, use a good resolver thath doen't return soft
errors where it should return a hard error.

Wietse
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org


[pfx] Re: Getting 450 rejects in log file when main.cf has soft_bounce = no

2025-02-18 Thread Matus UHLAR - fantomas via Postfix-users

On 18.02.25 12:18, John Griffiths via Postfix-users wrote:

I am getting soft bounces even with soft_bounce = no set  in main.cf.

  Feb 18 02:03:17 joe postfix/smtpd[601395]: NOQUEUE: reject: RCPT
  from inbound2b.ore.mailhop.org[54.68.193.51]:
  450 4.1.8 : Sender address rejected: Domain
  not found; from= to=<
  john.griffith...@floridasunre.com> proto=ESMTP
  helo=
  Feb 18 02:09:05 joe postfix/smtpd[602144]: NOQUEUE: reject: RCPT
  from inbound4b.ore.mailhop.org[54.149.154.28]
  :450 4.1.8 : Sender address
  rejected: Domain not found; from=

you are getting temporaro (4xx) rejections, because the remote servers 
(54.68.193.51,54.149.154.28) are returning temporary rejections.


domain xgnix.com has no A//MX records, so for mail server it does not 
exist.


This is not related to soft bounces.



--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Support bacteria - they're the only culture some people have.
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org


[pfx] Re: Getting 450 rejects in log file when main.cf has soft_bounce = no

2025-02-18 Thread John Griffiths via Postfix-users

Thanks

John

On 2/18/25 12:34, Matus UHLAR - fantomas via Postfix-users wrote:

On 18.02.25 12:18, John Griffiths via Postfix-users wrote:

I am getting soft bounces even with soft_bounce = no set  in main.cf.

  Feb 18 02:03:17 joe postfix/smtpd[601395]: NOQUEUE: reject: RCPT
  from inbound2b.ore.mailhop.org[54.68.193.51]:
  450 4.1.8 : Sender address rejected: Domain
  not found; from= to=<
  john.griffith...@floridasunre.com> proto=ESMTP
  helo=
  Feb 18 02:09:05 joe postfix/smtpd[602144]: NOQUEUE: reject: RCPT
  from inbound4b.ore.mailhop.org[54.149.154.28]
  :450 4.1.8 : Sender address
  rejected: Domain not found; from=

you are getting temporaro (4xx) rejections, because the remote servers 
(54.68.193.51,54.149.154.28) are returning temporary rejections.


domain xgnix.com has no A//MX records, so for mail server it does 
not exist.


This is not related to soft bounces.





___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org