Ian Hilt wrote: > On Mon, 3 Nov 2008, Liu Yubao wrote: >> Hi, >> I tried to send one patch using git-send-email, it reported "Syntax: AUTH mechanism". >> git send-email --from <myemail> --to <my-another-email> \ >> --smtp-pass <mypass> --smtp-user <myaccount> \ >> --smtp-server <the-smtp-server> \ >> --smtp-encryption auth \ >> 0001-just-a-test.patch >> >> The parameters about smtp are right, I tested with msmtp. What's wrong? >> >> I have MIME::Base64 and Authen::SASL installed and the smtp server doesn't use >> ssl and tls. > > Try removing --smtp-encryption and add --envelope-sender <youremail>. > I traced the related Perl modules and found Authen::SASL in Ubuntu Gutsy is buggy, the problem is resolved after I install the module from CPAN. > > Ian > -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html