Re: [exim] Additional line in body when submitting?

2022-06-02 Thread Evgeniy Berdnikov via Exim-users
Hello. On Wed, Jun 01, 2022 at 06:13:53PM +0200, Kamil Jońca via Exim-users wrote: > Evgeniy Berdnikov via Exim-users writes: > > Post here output of "hd /tmp/exim-... | tail", pls. And similar hexdump > > for relevant file from Dovecot spool after delivery. > > -- > > Eugene Berdnikov >

Re: [exim] Additional line in body when submitting?

2022-06-02 Thread Kamil Jońca via Exim-users
Evgeniy Berdnikov via Exim-users writes: > Hello. > > On Wed, Jun 01, 2022 at 06:13:53PM +0200, Kamil Jońca via Exim-users wrote: >> Evgeniy Berdnikov via Exim-users writes: >> > Post here output of "hd /tmp/exim-... | tail", pls. And similar hexdump >> > for relevant file from Dovecot sp

Re: [exim] Additional line in body when submitting?

2022-06-02 Thread Evgeniy Berdnikov via Exim-users
On Thu, Jun 02, 2022 at 12:08:38PM +0200, Kamil Jońca via Exim-users wrote: > >> hd ~/Maildir/new/1654092174.M969837P1180197.alfa.kjonca > >> 0180 45 6e 63 6f 64 69 6e 67 3a 20 38 62 69 74 0a 4d |Encoding: > >> 8bit.M| > >> 0190 65 73 73 61 67 65 2d 49 64 3a 20 3c 45 31 6e 77 |essa

Re: [exim] Additional line in body when submitting?

2022-06-02 Thread Kamil Jońca via Exim-users
Evgeniy Berdnikov via Exim-users writes: > On Thu, Jun 02, 2022 at 12:08:38PM +0200, Kamil Jońca via Exim-users wrote: >> >> hd ~/Maildir/new/1654092174.M969837P1180197.alfa.kjonca >> >> 0180 45 6e 63 6f 64 69 6e 67 3a 20 38 62 69 74 0a 4d |Encoding: >> >> 8bit.M| >> >> 0190 65 73

Re: [exim] Additional line in body when submitting?

2022-06-02 Thread Jeremy Harris via Exim-users
Doh. I am so stupid. I finally looked at the docs for the pipe transport, and there is the answer staring at me. === message_suffix Use: pipe Type: string† Default: see below The string specified here is expanded and output at the end of every message. The de

Re: [exim] configure exim4 against incoming rogue local parts

2022-06-02 Thread Jeremy Harris via Exim-users
On 01/06/2022 16:28, Alessandro via Exim-users wrote: I installed exim4 4.94.2 on a debian 11.3 machine. I configured it using exim4-config as straight smtp mta. I have just declared a few macros on the exim4.conf.localmacros, so basically I'm using the default configuration created by exim4-co

Re: [exim] Additional line in body when submitting?

2022-06-02 Thread Kamil Jońca via Exim-users
Jeremy Harris via Exim-users writes: > Doh. I am so stupid. > > I finally looked at the docs for the pipe transport, and there is the > answer staring at me. > > > === > message_suffixUse: pipe Type: string† Default: see below > > The string specified here

Re: [exim] configure exim4 against incoming rogue local parts

2022-06-02 Thread Alessandro Foddi via Exim-users
Thanks for your help. I've attached the file I got from "exim4 -bP config...". I'm expecting that any email incoming from my own host (not from pipeline), whose local part begins with a "." or that contains any of these "@%!/|`#&?" characters, is going to be blocked. If the mail is coming fr

Re: [exim] Additional line in body when submitting?

2022-06-02 Thread Jeremy Harris via Exim-users
On 02/06/2022 15:06, Kamil Jońca via Exim-users wrote: But ... why such default walue? I have no idea. It goes back to Exim version 4.00, in 2002. Presumably the common usage of a pipe transport wanted that in the most common case. -- Cheers, Jeremy -- ## List details at https://lists.exim.

Re: [exim] Additional line in body when submitting?

2022-06-02 Thread Andrew C Aitchison via Exim-users
On Thu, 2 Jun 2022, Kamil Jońca via Exim-users wrote: Jeremy Harris via Exim-users writes: Doh. I am so stupid. I finally looked at the docs for the pipe transport, and there is the answer staring at me. === message_suffix Use: pipe Type: string† Default:

Re: [exim] configure exim4 against incoming rogue local parts

2022-06-02 Thread Jeremy Harris via Exim-users
I don't see that your config actually uses CHECK_RCPT_REMOTE_LOCALPARTS, having defined it. Perhaps the Debian documentation might have notes on its use? -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please

Re: [exim] configure exim4 against incoming rogue local parts

2022-06-02 Thread Slavko via Exim-users
Ahoj, Dňa Thu, 2 Jun 2022 16:19:18 +0100 Jeremy Harris via Exim-users napísal: > I don't see that your config actually uses > CHECK_RCPT_REMOTE_LOCALPARTS, having defined it. It is, only not at start of the file, see: ... acl_check_mail: accept CHECK_RCPT_LOCAL_LOCALPARTS = ^[.] :

Re: [exim] configure exim4 against incoming rogue local parts

2022-06-02 Thread Ale via Exim-users
I tested it using a remote client of the same host, and from a completely different host. regards Ale On 02/06/22 18:42, Slavko via Exim-users wrote: Ahoj, Dňa Thu, 2 Jun 2022 16:19:18 +0100 Jeremy Harris via Exim-users napísal: I don't see that your config actually uses CHECK_RCPT_REMOTE