Re: [libvirt] Mails rejected by mailist?

2011-02-15 Thread Lyre
Hi all: I've solved it, add those line in gitconfig: [sendemail] smtpencryption = tls smtpserver = smtp.gmail.com smtpuser = yourn...@gmail.com smtpserverport = 587 Thus git use gmail smtp to send the patches. -- libvir-list mailing list libvir-list@redhat.com

Re: [libvirt] Mails rejected by mailist?

2011-02-15 Thread Justin Clift
On 15/02/2011, at 6:08 PM, Lyre wrote: Hi all: I've solved it, add those line in gitconfig: [sendemail] smtpencryption = tls smtpserver = smtp.gmail.com smtpuser = yourn...@gmail.com smtpserverport = 587 Thus git use gmail smtp to send the patches. Yep. I also have this in mine,

[libvirt] Mails rejected by mailist?

2011-02-14 Thread Lyre
Hi all: I've tried to send a patch for libvirt-php using git send-email yesterday. My user.email is configured as a gmail address, that is this one. But git sent patches from local postfix. git CC the patchs to my gmail and I can revice it, but not listed on the maillist. Is it rejected by

Re: [libvirt] Mails rejected by mailist?

2011-02-14 Thread Daniel Veillard
On Tue, Feb 15, 2011 at 11:36:44AM +0800, Lyre wrote: Hi all: I've tried to send a patch for libvirt-php using git send-email yesterday. My user.email is configured as a gmail address, that is this one. But git sent patches from local postfix. git CC the patchs to my gmail and I can

Re: [libvirt] Mails rejected by mailist?

2011-02-14 Thread Lyre
On Tue, Feb 15, 2011 at 12:05 PM, Daniel Veillard veill...@redhat.comwrote: On Tue, Feb 15, 2011 at 11:36:44AM +0800, Lyre wrote: Hi all: I've tried to send a patch for libvirt-php using git send-email yesterday. My user.email is configured as a gmail address, that is this one. But

Re: [libvirt] Mails rejected by mailist?

2011-02-14 Thread Osier Yang
于 2011年02月15日 12:05, Daniel Veillard 写道: On Tue, Feb 15, 2011 at 11:36:44AM +0800, Lyre wrote: Hi all: I've tried to send a patch for libvirt-php using git send-email yesterday. My user.email is configured as a gmail address, that is this one. But git sent patches from local postfix. git CC