0

I have Postfix installed on two servers. One of them writes e-mail (satellite) and the other one delivers the e-mails (smarthost). When I write e-mail from the satellite server I'm using the sendmail command.

My problem is that when e-mail arrives the Return-Path is set to the user@hostname where user is the user that is running sendmail and hostname is the servers hostname. If I use the parameter -f with sendmail I change that, but I'm hoping there is a way to do it in a configuration file for Postfix. Is this possible or should I just deal with having to configure all my software to add the -f argument?

Thanks in advanced.

William
  • 367
  • 4
  • 11

2 Answers2

0

I ended up just using the -f parameter as much as I didn't want to. If anyone else finds a different solution please let me know.

William
  • 367
  • 4
  • 11
0

http://www.postfix.org/basic.html#myorigin

pogma
  • 241
  • 2
  • 2