Re: how to send mail to gmail account

2008-12-22 Thread vivek.agrawal
i am sorry i have combined two things together let me go through step by step. current staus : i have configure postfix to send and receivec mail for my local users using mysql. next step : i just want to send mails to outside localhost say to vivekraj.agra...@gmail.com. wat will be changes in

Re: how to send mail to gmail account

2008-12-20 Thread Jose Ildefonso Camargo Tolosa
Hi! On Sat, Dec 20, 2008 at 11:09 PM, Jorey Bump wrote: > Jose Ildefonso Camargo Tolosa wrote, at 12/19/2008 08:47 PM: >> On Fri, Dec 19, 2008 at 7:19 AM, Jorey Bump wrote: >>> Jose Ildefonso Camargo Tolosa wrote, at 12/18/2008 06:28 AM: >>> I think you should send more info on your config,

Re: how to send mail to gmail account

2008-12-20 Thread mouss
mouss a écrit : > Jose Ildefonso Camargo Tolosa a écrit : >> On Fri, Dec 19, 2008 at 7:19 AM, Jorey Bump wrote: >>> Jose Ildefonso Camargo Tolosa wrote, at 12/18/2008 06:28 AM: >>> I think you should send more info on your config, for example: MX record for your domain. myhostn

Re: how to send mail to gmail account

2008-12-20 Thread mouss
Jose Ildefonso Camargo Tolosa a écrit : > On Fri, Dec 19, 2008 at 7:19 AM, Jorey Bump wrote: >> Jose Ildefonso Camargo Tolosa wrote, at 12/18/2008 06:28 AM: >> >>> I think you should send more info on your config, for example: >>> >>> MX record for your domain. >>> myhostname entry from main.cf >>

Re: how to send mail to gmail account

2008-12-19 Thread Reinaldo de Carvalho
On Thu, Dec 18, 2008 at 9:01 AM, vivek.agrawal wrote: > > relayhost=smtp.gmail.com This is wrong. smtp.gmail.com no have MX entry. To point to A entry, you need []. relayhost=[smtp.gmail.com] And this continue wrong, because you dont need explicit transport declaration to send mail to gmail or

Re: how to send mail to gmail account

2008-12-19 Thread Sahil Tandon
Jose Ildefonso Camargo Tolosa wrote: > On Fri, Dec 19, 2008 at 7:19 AM, Jorey Bump wrote: > > Jose Ildefonso Camargo Tolosa wrote, at 12/18/2008 06:28 AM: > > > >> I think you should send more info on your config, for example: > >> > >> MX record for your domain. > >> myhostname entry from main.c

Re: how to send mail to gmail account

2008-12-19 Thread Jorey Bump
Jose Ildefonso Camargo Tolosa wrote, at 12/19/2008 08:47 PM: > On Fri, Dec 19, 2008 at 7:19 AM, Jorey Bump wrote: >> Jose Ildefonso Camargo Tolosa wrote, at 12/18/2008 06:28 AM: >> >>> I think you should send more info on your config, for example: >>> >>> MX record for your domain. >>> myhostname

Re: how to send mail to gmail account

2008-12-19 Thread Jose Ildefonso Camargo Tolosa
On Fri, Dec 19, 2008 at 7:19 AM, Jorey Bump wrote: > Jose Ildefonso Camargo Tolosa wrote, at 12/18/2008 06:28 AM: > >> I think you should send more info on your config, for example: >> >> MX record for your domain. >> myhostname entry from main.cf >> >> these two should match. > > There is no requ

Re: how to send mail to gmail account

2008-12-18 Thread Bryan Irvine
On Thu, Dec 18, 2008 at 12:32 PM, Darren Pilgrim wrote: > vivek.agrawal wrote: >> >> relayhost=smtp.gmail.com > > If you want to use GMail as a smarthost relay, you need to enable SASL > authentication and TLS on Postfix's smtp transport and provide a username > and password for GMail's server. T

Re: how to send mail to gmail account

2008-12-18 Thread Darren Pilgrim
vivek.agrawal wrote: relayhost=smtp.gmail.com If you want to use GMail as a smarthost relay, you need to enable SASL authentication and TLS on Postfix's smtp transport and provide a username and password for GMail's server. There's a section[1] in the SASL_README on this. To enable TLS, yo

Re: how to send mail to gmail account

2008-12-18 Thread Jorey Bump
vivek.agrawal wrote, at 12/18/2008 07:01 AM: > please find main.cf contents below The output of postconf -n is preferred. > relayhost=smtp.gmail.com OK, this indicates that you are trying to send email *through* a gmail account, not merely *to* any gmail account. If you are simply having troubl

Re: how to send mail to gmail account

2008-12-18 Thread vivek.agrawal
please find main.cf contents below #See /usr/share/postfix/main.cf.dist for a commented, more complete version # Debian specific: Specifying a file name will cause the first # line of that file to be used as the name. The Debian default # is /etc/mailname. myorigin = /etc/mailname smtpd_bann

Re: how to send mail to gmail account

2008-12-18 Thread Jorey Bump
Jose Ildefonso Camargo Tolosa wrote, at 12/18/2008 06:28 AM: > I think you should send more info on your config, for example: > > MX record for your domain. > myhostname entry from main.cf > > these two should match. There is no requirement that these match. They are completely unrelated. The

Re: how to send mail to gmail account

2008-12-18 Thread Jose Ildefonso Camargo Tolosa
Hi! Well, I don't know what are you doing, but I'm able to send mail to gmail accounts with no problem at all (from my house's test server, which is on a DSL line (dynamic IP), by the way, and have a "dyndns" domain). I think you should send more info on your config, for example: MX record for y