[dokuwiki] Re: Swiftmail plug-in

  • From: Eduardo Augusto Duranti <eduranti@xxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Wed, 22 Jul 2009 08:24:44 -0300

Hi!
I have a error when i  try register a new user...

SwiftMailer log:

++ Log level changed to 4
++ Forcing ESMTP mode.  HELO is EHLO.
++ Forcing ESMTP mode.  HELO is EHLO.
++ Trying to connect...
++ Trying to connect to SMTP server at 'tls://smtp.gmail.com:465
<< 220 mx.google.com ESMTP c9sm1209627ana.4
>> EHLO [200.180.216.58]
<< 250-mx.google.com at your service, [200.180.216.58]
250-SIZE 35651584
250-8BITMIME
250-AUTH LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250 PIPELINING
++ SMTP extension 'SIZE' reported with attributes [35651584].
++ SMTP extension '8BITMIME' reported with attributes [].
++ SMTP extension 'AUTH' reported with attributes [LOGIN, PLAIN].
++ SMTP extension 'ENHANCEDSTATUSCODES' reported with attributes [].
++ SMTP extension 'PIPELINING' reported with attributes [].
++ Trying to authenticate with username 'wiki@xxxxxxxxx'.
++ No authenticators loaded; looking for defaults.
++ Authentication mechanism 'CRAM-MD5' attached.
++ Authentication mechanism 'PLAIN' attached.
++ Authentication mechanism 'LOGIN' attached.
++ Trying 'PLAIN' authentication...
>> AUTH PLAIN d2lraUBicnVwaS5jb20Ad2lraUBicnVwaS5jb20AQHdpa2ku
<< 235 2.7.0 Accepted
++ Success! Authentication accepted.</pre>



If someone can help.....



ps: Sorry for the bad english!






2009/7/21 Jerry Schwartz <jschwartz@xxxxxxxxxxxxxxxx>

>
> >-----Original Message-----
> >From: dokuwiki-bounce@xxxxxxxxxxxxx [mailto:dokuwiki-
> >bounce@xxxxxxxxxxxxx] On Behalf Of Jerry Schwartz
> >Sent: Tuesday, July 21, 2009 11:16 AM
> >To: dokuwiki@xxxxxxxxxxxxx
> >Subject: [dokuwiki] Re: Swiftmail plug-in
> >
> >>-----Original Message-----
> >>From: dokuwiki-bounce@xxxxxxxxxxxxx [mailto:dokuwiki-
> >>bounce@xxxxxxxxxxxxx] On Behalf Of Andreas Gohr
> >>Sent: Tuesday, July 21, 2009 10:46 AM
> >>To: dokuwiki@xxxxxxxxxxxxx
> >>Subject: [dokuwiki] Re: Swiftmail plug-in
> >>
> >>> At the risk of sounding like a moron, does this automagically replace
> >>calls
> >>> to the PHP mail function?
> >>
> >>Yes. It will be used instead of the native mail() call.
> >>
> >>> Where is the error log mentioned in the configuration?
> >>
> >>There is no logfile. See
> >>http://www.dokuwiki.org/plugin:swiftmail#configuration :
> >>
> >>>> When the last option is enabled the whole SMTP session will be
> >>printed directly to the screen when sending the mail fails.
> >>
> >>Without telling us what exactly doesn't work, we can't really help
> >>you. BTW. make sure you use PHP5 as it is required for the swiftmail
> >>plugin.
> >>
> >[JS] So far as I can see, absolutely nothing happens. I never receive
> >any
> >e-mail, nothing unusual is printed to the screen. I simply return to the
> >page I was viewing.
> >
> >I'm testing this with the Contact Plugin. I am using PHP5.
> >
> [JS] I owe you an apology, my test was at fault It appears that for some
> reason the Contact Plugin doesn't talk through the Swiftmail plugin.
>
> I registered a new user, and got a nice pink page of logging. The SMTP
> connection failed. I tried to compare your log against what Outlook
> generates, but I couldn't see anything useful in the Outlook logs (such as
> SMTP return codes).
>
> Could this be related to the problem?
>
> =============================================
>
> << 503 you are already authenticated
> !! Expected response code(s) [334] but got response [503 you are already
> authenticated]
>
> =============================================
>
> I have it using my "normal" e-mail account, which is active most of the
> time.
>
> Here's the entire log:
>
> ============================================================
>
> Log Information
>
> ++ Log level changed to 4
> ++ Forcing ESMTP mode.  HELO is EHLO.
> ++ Forcing ESMTP mode.  HELO is EHLO.
> ++ Trying to connect...
> ++ Trying to connect to SMTP server at 'the-infoshop.com:25
> << 220 www.infoshop-japan.com ESMTP
> >> EHLO 10.10.10.11
> << 250-www.infoshop-japan.com
> 250-STARTTLS
> 250-PIPELINING
> 250 8BITMIME
> ++ SMTP extension 'STARTTLS' reported with attributes [].
> ++ SMTP extension 'PIPELINING' reported with attributes [].
> ++ SMTP extension '8BITMIME' reported with attributes [].
> ++ Trying to authenticate with username 'jschwartz@xxxxxxxxxxxxxxxx'.
> ++ No authenticators loaded; looking for defaults.
> ++ Authentication mechanism 'CRAM-MD5' attached.
> ++ Authentication mechanism 'LOGIN' attached.
> ++ Authentication mechanism 'PLAIN' attached.
> ++ Server (perhaps wrongly) is not advertising AUTH... manually overriding.
> ++ SMTP extension 'AUTH' reported with attributes [CRAM-MD5, LOGIN, PLAIN].
> ++ Trying 'CRAM-MD5' authentication...
> >> AUTH CRAM-MD5
> << 503 you are already authenticated
> !! Expected response code(s) [334] but got response [503 you are already
> authenticated]
> >> RSET
> << 250 flushed
> ++ Trying 'LOGIN' authentication...
> >> AUTH LOGIN
> << 503 you are already authenticated
> !! Expected response code(s) [334] but got response [503 you are already
> authenticated]
> >> RSET
> << 250 flushed
> ++ Trying 'PLAIN' authentication...
> >> AUTH PLAIN
>
> anNjaHdhcnR6QHRoZS1pbmZvc2hvcC5jb20AanNjaHdhcnR6QHRoZS1pbmZvc2hvcC5jb20AUjVW
> bGZKNnc=
> << 503 you are already authenticated
> !! Expected response code(s) [235] but got response [503 you are already
> authenticated]
> >> RSET
> << 250 flushed
>
> SwiftMailer log:
>
> ++ Log level changed to 4
> ++ Forcing ESMTP mode.  HELO is EHLO.
> ++ Forcing ESMTP mode.  HELO is EHLO.
> ++ Trying to connect...
> ++ Trying to connect to SMTP server at 'the-infoshop.com:25
> << 220 www.infoshop-japan.com ESMTP
> >> EHLO 10.10.10.11
> << 250-www.infoshop-japan.com
> 250-STARTTLS
> 250-PIPELINING
> 250 8BITMIME
> ++ SMTP extension 'STARTTLS' reported with attributes [].
> ++ SMTP extension 'PIPELINING' reported with attributes [].
> ++ SMTP extension '8BITMIME' reported with attributes [].
> ++ Trying to authenticate with username 'jschwartz@xxxxxxxxxxxxxxxx'.
> ++ No authenticators loaded; looking for defaults.
> ++ Authentication mechanism 'CRAM-MD5' attached.
> ++ Authentication mechanism 'LOGIN' attached.
> ++ Authentication mechanism 'PLAIN' attached.
> ++ Server (perhaps wrongly) is not advertising AUTH... manually overriding.
> ++ SMTP extension 'AUTH' reported with attributes [CRAM-MD5, LOGIN, PLAIN].
> ++ Trying 'CRAM-MD5' authentication...
> >> AUTH CRAM-MD5
> << 503 you are already authenticated
> !! Expected response code(s) [334] but got response [503 you are already
> authenticated]
> >> RSET
> << 250 flushed
> ++ Trying 'LOGIN' authentication...
> >> AUTH LOGIN
> << 503 you are already authenticated
> !! Expected response code(s) [334] but got response [503 you are already
> authenticated]
> >> RSET
> << 250 flushed
> ++ Trying 'PLAIN' authentication...
> >> AUTH PLAIN
>
> anNjaHdhcnR6QHRoZS1pbmZvc2hvcC5jb20AanNjaHdhcnR6QHRoZS1pbmZvc2hvcC5jb20AUjVW
> bGZKNnc=
> << 503 you are already authenticated
> !! Expected response code(s) [235] but got response [503 you are already
> authenticated]
> >> RSET
> << 250 flushed</pre>
> =====================================================
>
>
> Regards,
>
> Jerry Schwartz
> The Infoshop by Global Information Incorporated
> 195 Farmington Ave.
> Farmington, CT 06032
>
> 860.674.8796 / FAX: 860.674.8341
>
> www.the-infoshop.com
>
>
>
>
>
> --
> DokuWiki mailing list - more info at
> http://wiki.splitbrain.org/wiki:mailinglist
>



-- 
Eduardo Augusto Duranti

Other related posts: