Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2008 20:11:52 +0700
From:      "Vu The Cuong" <thichgaisinhnam7x@gmail.com>
To:        "Nicolas KOWALSKI" <niko@petole.dyndns.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: relay through gmail
Message-ID:  <ab087e470802280511u647ca970i4d953c72b933dee9@mail.gmail.com>
In-Reply-To: <87ir09wdab.fsf@petole.dyndns.org>
References:  <15731983.post@talk.nabble.com> <87ir09wdab.fsf@petole.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 28, 2008 at 6:06 PM, Nicolas KOWALSKI <niko@petole.dyndns.org>
wrote:

> cuongvt <cuongvt@fpt.vn> writes:
>
> > So I want to change so that when recipients received my mails and
> > open them, the mail address in "from" of theses mails is
> > userB@xxx.dyndns.com, not userA@gmail.com.
> > Is there a way to do that?
>
> First declare your userB@xxx.dyndns.com account as an additional
> account in the Gmail interface.
>
> Second, configure postfix to send mail from userB@xxx.dyndns.com
> through gmail smtp server.
>
> In /etc/postfix/main.cf:
>
> smtp_sender_dependent_authentication = yes
> smtp_sasl_auth_enable = yes
> smtp_sasl_security_options = noanonymous
> sender_dependent_relayhost_maps = hash:/etc/postfix/sender_relay
> smtp_sasl_password_maps = hash:/etc/postfix/sender_relay_auth
>
>
> /etc/postfix/sender_relay:
>
> userB@xxx.dyndns.com    [smtp.gmail.com]:587
>
>
> /etc/postfix/sender_relay_auth:
>
> userB@xxx.dyndns.com    userA:password_of_userA_on_gmail
>
>
> --
> Nicolas
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe@freebsd.org"
>

>First declare your userB@xxx.dyndns.com account as an additional
>account in the Gmail interface.
How do I declare my userB@xxx.dyndns.com account as an additional
account in the Gmail interface.
I don't quite understand what you mean. Could you be more specific?
I think it is not able to create in Gmail with different domain  something
like dyndns.com etc
Thank you



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ab087e470802280511u647ca970i4d953c72b933dee9>