Re: [PATCH] relax 553 ORCPT address syntax error (was Re: EMails to "ORCPT=rfc822;u...@example.co

2023-12-12 Thread Tassilo Philipp
fc822;groupwise-i...@example.com:0:0 NOTIFY=SUCCESS,FAILURE" result="553 ORCPT address syntax error" [...] Quoting RFC 3461, the ORCPT parameter is defined as (¶ 4.2) orcpt-parameter = "ORCPT=" original-recipient-address original-recipient-address = addr-type &

Re: [PATCH] relax 553 ORCPT address syntax error (was Re: EMails to "ORCPT=rfc822;u...@example.co

2023-12-11 Thread Omar Polo
ddress resolves to > >>>> example.com:0:0 which is rejected by smtpd with the message: > >>>> smtpd[20797]: 1a3a396cd4c57d05 smtp failed-command command="RCPT > >>>> TO: > >>>> ORCPT=rfc822;groupwise-i...@example.com:0:0 > >&

Re: [PATCH] relax 553 ORCPT address syntax error (was Re: EMails to "ORCPT=rfc822;u...@example.com" are rejected)

2023-12-07 Thread Tassilo Philipp
0:0 which is rejected by smtpd with the message: smtpd[20797]: 1a3a396cd4c57d05 smtp failed-command command="RCPT TO: ORCPT=rfc822;groupwise-i...@example.com:0:0 NOTIFY=SUCCESS,FAILURE" result="553 ORCPT address syntax error" I've studied RFC 3461 section 4 and 4.2 but it's not entirel

Re: [PATCH] relax 553 ORCPT address syntax error (was Re: EMails to "ORCPT=rfc822;u...@example.com" are rejected)

2023-12-07 Thread Tassilo Philipp
In the above the domain part of the ORCPT address resolves to example.com:0:0 which is rejected by smtpd with the message: smtpd[20797]: 1a3a396cd4c57d05 smtp failed-command command="RCPT TO: ORCPT=rfc822;groupwise-i...@example.com:0:0 NOTIFY=SUCCESS,FAILURE" result="553 ORCPT address

Re: [PATCH] relax 553 ORCPT address syntax error (was Re: EMails to "ORCPT=rfc822;u...@example.com" are rejected)

2023-11-18 Thread Tassilo Philipp
d4c57d05 smtp failed-command command="RCPT TO: ORCPT=rfc822;groupwise-i...@example.com:0:0 NOTIFY=SUCCESS,FAILURE" result="553 ORCPT address syntax error" I've studied RFC 3461 section 4 and 4.2 but it's not entirely clear to me if the above ORCPT command is valid or not. The e

Re: [PATCH] relax 553 ORCPT address syntax error (was Re: EMails to "ORCPT=rfc822;u...@example.com" are rejected)

2023-07-26 Thread Tim Kuijsten
Op 20-07-2023 om 09:58 schreef Tassilo Philipp: Sorry to shamelessly "bump" this, but any way to get this integrated into upstream, eventually? We used the original patch from Frank Scholl and then this improved one in production now for like a year, now, and didn't experience issues. In our

Re: [PATCH] relax 553 ORCPT address syntax error (was Re: EMails to "ORCPT=rfc822;u...@example.com" are rejected)

2023-07-20 Thread Tassilo Philipp
in part of the ORCPT address resolves to example.com:0:0 which is rejected by smtpd with the message: smtpd[20797]: 1a3a396cd4c57d05 smtp failed-command command="RCPT TO: ORCPT=rfc822;groupwise-i...@example.com:0:0 NOTIFY=SUCCESS,FAILURE" result="553 ORCPT address syntax error

[PATCH] relax 553 ORCPT address syntax error (was Re: EMails to "ORCPT=rfc822;u...@example.com" are rejected)

2022-10-28 Thread Tim Kuijsten
trlen(tx->evp.dsn_orcpt.domain) != 0 && -!valid_domainpart(tx->evp.dsn_orcpt.domain))) { + if (!text_to_mailaddr(, opt)) { + smtp_reply(tx->session, + "553 ORCPT addr

Re: Fwd: 553 ORCPT address syntax error on OpenBSD 6.7

2020-07-29 Thread Martijn van Duren
On Wed, 2020-07-29 at 02:57 -0400, Larkin Nickle wrote: > On 2020-07-29 02:54, Martijn van Duren wrote: > > I was talking about the mails we exchanged in private. > > > > On Wed, 2020-07-29 at 02:51 -0400, Larkin Nickle wrote: > > > I did obtain consent before sending here but didn't mention it.

Re: Fwd: 553 ORCPT address syntax error on OpenBSD 6.7

2020-07-29 Thread Martijn van Duren
I was talking about the mails we exchanged in private. On Wed, 2020-07-29 at 02:51 -0400, Larkin Nickle wrote: > I did obtain consent before sending here but didn't mention it.

Re: Fwd: 553 ORCPT address syntax error on OpenBSD 6.7

2020-07-29 Thread Larkin Nickle
On 2020-07-29 02:54, Martijn van Duren wrote: I was talking about the mails we exchanged in private. On Wed, 2020-07-29 at 02:51 -0400, Larkin Nickle wrote: I did obtain consent before sending here but didn't mention it. Oh right, I'm sorry about that. I was under the impression I just

Re: Fwd: 553 ORCPT address syntax error on OpenBSD 6.7

2020-07-29 Thread Larkin Nickle
I did obtain consent before sending here but didn't mention it.

Re: Fwd: 553 ORCPT address syntax error on OpenBSD 6.7

2020-07-29 Thread Martijn van Duren
On Tue, 2020-07-28 at 22:05 -0400, Larkin Nickle wrote: > On 2020-07-28 06:02, Martijn van Duren wrote: > > On Tue, 2020-07-28 at 05:37 -0400, Larkin Nickle wrote: > > > > Doing a little more searching on "ORCPT :1:1" shows me the following > > > > links: > > > >

Re: Fwd: 553 ORCPT address syntax error on OpenBSD 6.7

2020-07-28 Thread Larkin Nickle
On 2020-07-28 06:02, Martijn van Duren wrote: On Tue, 2020-07-28 at 05:37 -0400, Larkin Nickle wrote: Doing a little more searching on "ORCPT :1:1" shows me the following links: https://groups.google.com/forum/#!topic/mailing.postfix.users/a2wjRII3Q_Y

Fwd: 553 ORCPT address syntax error on OpenBSD 6.7

2020-07-27 Thread Larkin Nickle
esult="553 ORCPT address syntax error" My best guess is that GroupWise is maybe appending :1:1 to the end of the address and this is what is tripping this syntax error. They are able to successfully send mail to me on Google Mail, Outlook, etc. mail accounts.

Re: 553 ORCPT address syntax error

2020-07-11 Thread William Carson
xample.com > > This always worked but stopped working and the following error pops up in the > logs: > smtp failed-command command="RCPT TO: ORCPT=rfc822;root" > result="553 ORCPT address syntax error” > > It actually does work when I try something like ‘echo Test

Re: 553 ORCPT address syntax error

2020-06-15 Thread Thomas Bohl
In /etc/mail/aliases I used to say root: sys...@example.com Your /etc/aliases must look like: root: sys...@example.com And that’s what I used if you read my mail correctly. The plane text version of your mail has exactly the quoted line.

Re: 553 ORCPT address syntax error

2020-06-15 Thread Slavik Svyrydiuk
but stopped working and the following error pops up in the > logs: > smtp failed-command command="RCPT TO: ORCPT=rfc822;root" > result="553 ORCPT address syntax error” > > It actually does work when I try something like ‘echo Test | mail > sys...@example.com

553 ORCPT address syntax error

2020-06-15 Thread Tony Boston
error pops up in the logs: smtp failed-command command="RCPT TO: ORCPT=rfc822;root" result="553 ORCPT address syntax error” It actually does work when I try something like ‘echo Test | mail sys...@example.com’ BUT 'echo Test | mail root’ does not Am I missing something? — Tony