How can I set a "Reply-To" header ?

2022-06-30 Thread White, Daniel E. (GSFC-770.0)[AEGIS]
I found out how to do it from command line: echo -e "Testing Mail\nThank you" | mailx -v -s "Testing Mail" -S "reply-to=yom...@example.com" m...@example.com Is there a way to add a “Reply-To” header from the Postfix configuration ? I looked in the documentation but coul

Setting group permissions on new mail

2022-06-30 Thread Felix Ingram
Hello all, Is it possible to set group read permissions on delivered mail? I'm using virtual to deliver mail to a local maildir and have set a static uid and gid. I would then like a separate process to read the mail but this runs as a different uid/user. I have added the user to a the same group

Re: How can I set a "Reply-To" header ?

2022-06-30 Thread Wietse Venema
White, Daniel E. (GSFC-770.0)[AEGIS]: > I found out how to do it from command line: > > echo -e "Testing Mail\nThank you" | mailx -v -s "Testing Mail" -S > "reply-to=yom...@example.com" m...@example.com This smells like a common webserver problem, where the webserver s

Re: How can I set a "Reply-To" header ?

2022-06-30 Thread White, Daniel E. (GSFC-770.0)[AEGIS]
I will try the Postfix built-in header_checks – PREPEND I will also post my results. Thank you for the details. From: on behalf of Wietse Venema Reply-To: Postfix users Date: Thursday, June 30, 2022 at 09:53 To: Postfix users Subject: Re: How can I set a "Reply-To" header ? White, Daniel E.

Re: Setting group permissions on new mail

2022-06-30 Thread Wietse Venema
Felix Ingram: > Hello all, > > Is it possible to set group read permissions on delivered mail? I'm using > virtual to deliver mail to a local maildir and have set a static uid and > gid. I would then like a separate process to read the mail but this runs as > a different uid/user. I have added the

Re: Setting group permissions on new mail

2022-06-30 Thread Matus UHLAR - fantomas
On 30.06.22 14:10, Felix Ingram wrote: Is it possible to set group read permissions on delivered mail? I'm using virtual to deliver mail to a local maildir and have set a static uid and gid. I would then like a separate process to read the mail but this runs as a different uid/user. the whole p

Re: Setting group permissions on new mail

2022-06-30 Thread Felix Ingram
> On 30 Jun 2022, at 15:40, Wietse Venema wrote: > > Felix Ingram: >> Hello all, >> >> Is it possible to set group read permissions on delivered mail? I'm using >> virtual to deliver mail to a local maildir and have set a static uid and >> gid. I would then like a separate process to read the

Re: How can I set a "Reply-To" header ?

2022-06-30 Thread Bob Proulx
Wietse Venema wrote: > White, Daniel E. (GSFC-770.0)[AEGIS]: > > I found out how to do it from command line: > > > > echo -e "Testing Mail\nThank you" | mailx -v -s "Testing Mail" -S > > "reply-to=yom...@example.com" m...@example.com > > This smells like a common webserve