[pfx] CRLF in PIPE input

2024-09-12 Thread Felix Ingram via Postfix-users
Hello all, I’ve written a program to be the final destination for mail using pipe.8. I’m reading the message in from stdin, and it appears that lines end with \n rather than \r\n, which is then causing parsing issues in another part of my app. I’m using swaks to send test emails, and it looks l

[pfx] Re: CRLF in PIPE input

2024-09-12 Thread Wietse Venema via Postfix-users
Felix Ingram via Postfix-users: > Hello all, > > I've written a program to be the final destination for mail using > pipe.8. I'm reading the message in from stdin, and it appears that > lines end with \n rather than \r\n, which is then causing parsing > issues in another part of my app. '\n' is th

[pfx] inject eml file

2024-09-12 Thread Rejaine Da Silveira Monteiro via Postfix-users
There is anyway to resend saved eml files using postfix? -- *Esta mensagem pode conter informações confidenciais ou privilegiadas, sendo seu sigilo protegido por lei. Se você não for o destinatário ou a pessoa autorizada a receber esta mensagem, não pode usar, copiar ou divulgar as informações

[pfx] Re: inject eml file

2024-09-12 Thread Wietse Venema via Postfix-users
Rejaine Da Silveira Monteiro via Postfix-users: > There is anyway to resend saved eml files using postfix? The preferred way to resend such mail is to create a new message, and to attach the eml file as attachment type message/rfc822. The Postfix interface for sending messages from file is /usr/b

[pfx] Re: CRLF in PIPE input

2024-09-12 Thread Felix Ingram via Postfix-users
> On 12 Sep 2024, at 17:37, Wietse Venema wrote: > ... >> I'm checking the other parts of the pipeline but I wanted to check >> whether postfix would be changing \r\n to \n (which I doubt), or >> whether there's a setting I could be using to normalise things and >> make sure all emails have cor

[pfx] transport question

2024-09-12 Thread Marcus Park via Postfix-users
Hello I have two domains in my system, say they are a.com and b.com I want the sender (sasl user) in a.com to use postfix-a as outgoing mta. and b.com uses postfix-b as outgoing server. How can I implement this? you could kindly give a hint, for which I can research by myself. Thanks. _

[pfx] Re: transport question

2024-09-12 Thread Viktor Dukhovni via Postfix-users
On Fri, Sep 13, 2024 at 12:11:43AM +, Marcus Park via Postfix-users wrote: > I have two domains in my system, say they are a.com and b.com > I want the sender (sasl user) in a.com to use postfix-a as outgoing mta. > and b.com uses postfix-b as outgoing server. > > How can I implement this? yo

[pfx] Re: transport question

2024-09-12 Thread Marcus Park via Postfix-users
Hi Victor, Sorry for my less info in last mail. I currently have 3 nodes as postfix servers. One is the main server which accepts messages from clients via submission. The main server routes messages out via another postfix (a or b) by the setting of relay_host. For now I want to route messages

[pfx] Re: transport question

2024-09-12 Thread Viktor Dukhovni via Postfix-users
On Fri, Sep 13, 2024 at 01:31:46AM +, Marcus Park wrote: > I currently have 3 nodes as postfix servers. > One is the main server which accepts messages from clients via submission. > The main server routes messages out via another postfix (a or b) by the > setting of relay_host. > For now I w