Index: [thread] [date] [author] [stats]
  From: Juergen Daubert <jdaubert@gmail.com>
  To  : <masqmail@marmaro.de>
  Date: Thu, 13 Oct 2011 22:25:01 +0200

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

On Thu, Oct 13, 2011 at 03:20:53PM +0200, Pierre Frenkiel wrote:
> 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
> 

Well, it's a trivial bug, but I've overlooked the diffs between our
configurations until now ;)

 s/smtp.google.com/smtp.gmail.com/

see again http://mail.google.com/support/bin/answer.py?answer=78799


HTH and best regards
Juergen


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