I have 1 dynamic IP address at dyndns.com (xxx.dyndns.com)
and 1 gmail account ([EMAIL PROTECTED])
And I successfully setup my postfix so that when
I send mail to outside, my postfix will relay through [EMAIL PROTECTED]
When recipients received my mails and open them, the mail address
in "from" of theses mails is [EMAIL PROTECTED], not
[EMAIL PROTECTED]

So I want to change so that when recipients received my mails and
open them, the mail address in "from" of theses mails is
[EMAIL PROTECTED], not [EMAIL PROTECTED]
Is there a way to do that?
Regard,
----------------------------------
Below is my config related to above content:
relayhost = smtp.gmail.com
smtp_use_tls = yes
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_tls_CAfile = /etc/postfix/ssl/ThawtePremiumServerCA.pem



_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to