Index: [thread] [date] [author] [stats]
  From: Pierre Frenkiel <pierre.frenkiel@gmail.com>
  To  : Juergen Daubert <jue@jue.li>
  Date: Thu, 13 Oct 2011 15:20:53 +0200 (CEST)

Re: [masqmail] problem using wrapper option for smtp.google.com

On Wed, 12 Oct 2011, Juergen Daubert wrote:

> I'm using the same wrapper command as you have posted in your
> original mail. Works with port 587 or 25.

   curiously, that doesn't work for me. Here an example of the log I get:

   detected online configuration google_gmail
   1REKud-4hy-00 using '/local/etc/masqmail/google_gmail.route'

   and nothing else in the log after that

   and here the full content of google_gmail.route

   mail_host = smtp.google.com:587
   set_h_from_domain = gmail.com
   expand_h_sender_address = true
   connect_error_fail = false
   auth_name = login
   auth_login = pierre.frenkiel@gmail.com
   auth_secret = my password
   do_correct_helo = true
   instant_helo = true
   wrapper = "/usr/bin/openssl s_client -quiet -starttls smtp -connect smtp.google.com:587 2>/dev/null"

   I noticed the presence of a lock file in /var/spool/masqmail/lock
   but may-be this is normal as long as the mail is not sent.

   NB: same thing with :25

best regards,
-- 
Pierre Frenkiel


Index: [thread] [date] [author] [stats]