Re: How can I set a proxy to let "git send-email" command use it?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Victor,

My .gitconfig file is like this:

    [user]
        name = Nan Xiao
        email = xxxxxx@xxxxxxxxxxxxxxx
    [sendemail]
        smtpencryption = ssl
        smtpserver = mail.chinadtrace.org
        smtpuser = xxxxxx@xxxxxxxxxxxxxxx
        smtpserverport = 465
        smtppass = xxxxxxxxxx

And it doesn't work. I think I should config proxy to let smtp route somewhere ...

Best Regards
Nan Xiao

On Wed, Aug 19, 2015 at 11:02 PM, Victor Rodriguez <vm.rod25@xxxxxxxxx> wrote:
You need the smtp ... like this :

[vrodri3@localhost ~]$ cat ~/.gitconfig
[user]
    name = Victor
    email = victor.rodriguez.bahena@xxxxxxxxx
[push]
    default = simple

[sendemail]
    from="Victor Rodriguez <victor.rodriguez.bahena@xxxxxxxxx>"
    chainreplyto = false
    smtpserver = <yopur smtp server>
    smtpserverport = 25
    envelopesender = victor.rodriguez.bahena@xxxxxxxxx


On Wed, Aug 19, 2015 at 4:41 AM, Nan Xiao <xiaonan830818@xxxxxxxxx> wrote:
> Hi all,
>
> My Linux server uses a proxy, but I find the "git send-email" command
> doesn't use the proxy, so
> the mail can't be sent.
>
> How can I set a proxy to let "git send-email" command use it?
>
> Thanks very much in advance!
>
> Best Regards
> Nan Xiao
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies@xxxxxxxxxxxxxxxxx
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@xxxxxxxxxxxxxxxxx
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux