Index: [thread] [date] [author] [stats]
  From: Pierre Frenkiel <pierre.frenkiel@gmail.com>
  To  : markus schnalke <meillo@marmaro.de>
  Date: Fri, 4 Nov 2011 20:33:10 +0100 (CET)

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

On Tue, 25 Oct 2011, markus schnalke wrote:

> Pierre and Michael, could you please test if this setup works for you.

   sorry for the delay, I was absent for a couple of weeks.
   Nothing works for me. I took the config given by Juergen, with the
   following gmail.route file:

      instant_helo=true
      wrapper="/usr/bin/openssl s_client -quiet -starttls smtp -connect smtp.gmail.com:25 2>/dev/null"
      auth_name = "login"
      auth_login = "pierre.frenkiel@gmail.com"
      auth_secret =  "xxxxxxxx"
      map_return_path_addresses = "frenkiel: pierre.frenkiel@gmail.com"
      map_h_from_addresses = "frenkiel: Pierre Frenkiel <pierre.frenkiel@gmail.com>"

   I just get in the masqmail log file, sending with pine, the 3 lines

      1RMOHZ-4eF-00 <= <pierre.frenkiel@gmail.com> with ESMTP
      detected online configuration gmail
      1RMOHZ-4eF-00 using '/local/etc/masqmail/gmail.route'

   and the job stays in the queue.
   if I use mailx, I get:

      1RMOSz-11Q-00 <= <frenkiel@localhost> with local
      detected online configuration gmail
      1RMOSz-11Q-00 using '/local/etc/masqmail/gmail.route'

   I expected to see some useful information using tcpdump, and I was surprised
   to see that there was not a single packet to or from gmail. Can that
   lead to the solution?.
   I also tried to run "masqmail -q": I got alternativly
   (the lock directory being empty):
      masqmail-q  ==> spool file 1RMPFE-5bS-00 is locked
      masqmail-q  ==> Memory fault
      masqmail-q  ==> spool file 1RMPFE-5bS-00 is locked
      masqmail-q  ==> Memory fault
       . . .
   What do you suggest?

PS: Juergen, what flags do you give when launching the masqmail daemon ?

-- 
Pierre Frenkiel


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