-1

I was wondering if its possible to forward all the sent emails using Postfix Forwarder package or is there another package that can do that?

I would like to use postfix forwarder on pfSense which already has the package version 2.4.6

Currently the company uses godaddy domain with the workspace emails and they use pop because it saves the pst files while IMAP saves the sent on the server, but there is limited space. And on the godaddy workspace email I can forward all the inbox emails to another email no issue just the sent part cannot. I also called godaddy to see if they could guide me though they did tell me i would need to add the mx records with the email and password of the account i would want to BCC the send emails on the configuration of postfix forwarder. While someone else on another forum did mention that i would need to change my mx records to point to my WAN ip (pfsense) but not sure why or am i understanding incorrectly?

See picture for example

Thank you

enter image description here

  • Are you talking about a relay? – markzz Nov 29 '15 at 03:59
  • yes not sure whats the technical term but a way that the user can sends email normally but without them knowing that another copy was sent to another email. And may sound shady but its for a work environment that the client wants to see what the employee sends Thank you – killmasta93 Nov 29 '15 at 15:12

1 Answers1

0

This isn't the place to post this kind of question, but look into the always_bcc option in Postfix.

http://www.postfix.org/ADDRESS_REWRITING_README.html#auto_bcc

markzz
  • 1,185
  • 11
  • 23