How (and where to search) could it be possible to add a repay-to header to the mail send for tryon and proteus ?
You cannot as those are clients of the server.
thanks a lot.
i thought that as a mail client add headers, tryton could.. but i’ll do it server side.
I’ll find a solution (i have a clue i’ll test tomorrow) and i’ll give the solution i found here.
have a nice tomorrow day
Tryton is not a mail client. It is a software that occasionally may send emails.
I’m a little grasshopper in the big leagues
Amitābha ![]()
So i finally managed to do it.
i have a postfix server
in /etc/postfix/main.conf
local_header_rewrite_clients = permit_inet_interfaces, permit_mynetworks, reject smtp_header_checks = regexp:/etc/postfix/header_check
and /etc/postfix/header_check
/From:./ REPLACE From: mail@fai.tld
/Behalf-Of:./ REPLACE Behalf-Of: mail@fai.tld
/Reply-to:.*/ REPLACE Reply-to: mail@fai.tld
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.