search for: auth_login

Displaying 13 results from an estimated 13 matches for "auth_login".

2005 Dec 20
1
Sending mail error
hey, i get this message when i want to send a mail 5.3.3 AUTH not available c:/ruby/lib/ruby/1.8/net/smtp.rb:680:in `check_response'' c:/ruby/lib/ruby/1.8/net/smtp.rb:582:in `auth_login'' c:/ruby/lib/ruby/1.8/net/smtp.rb:581:in `critical'' c:/ruby/lib/ruby/1.8/net/smtp.rb:581:in `auth_login'' c:/ruby/lib/ruby/1.8/net/smtp.rb:571:in `__send__'' c:/ruby/lib/ruby/1.8/net/smtp.rb:571:in `authenticate'' c:/ruby/lib/ruby/1.8/net/smtp.rb:411:in `do...
2006 May 08
3
Can you have multiple before filters?
Hi, Is it possible to specify multiple before filters in a controller... here''s the thing: only one set of filters is to use the :except option. Something like: before_filter :check_for_session_cookie before_filter :validate_user :except =>[''login''] which I use to a) check if the user has returned to the site and has a saved cookie holding login details b) check
2006 Jan 24
9
ActionMailer: Mail isn''t delivered
Hi all I used the search for this, but I got an Application Error, so sorry for the newbie question. I have tried to send an e-mail using ActionMailer. I have to following config (environment.rb): ActionMailer::Base.server_settings = { :address => "mail.psyguide.org", :port => 25, :domain => "mail.psyguide.org", #:authentication => :login, #:user_name
2008 Apr 11
1
Net::SMTPSyntaxError
...button, it shows following error: Net::SMTPSyntaxError in MailingController#sendmail 502 unimplemented (#5.5.1) RAILS_ROOT: C:/work/2phone Application Trace | Framework Trace | Full Trace c:/ruby/lib/ruby/1.8/net/smtp.rb:680:in `check_response'' c:/ruby/lib/ruby/1.8/net/smtp.rb:582:in `auth_login'' c:/ruby/lib/ruby/1.8/net/smtp.rb:686:in `critical'' c:/ruby/lib/ruby/1.8/net/smtp.rb:581:in `auth_login'' c:/ruby/lib/ruby/1.8/net/smtp.rb:571:in `__send__'' c:/ruby/lib/ruby/1.8/net/smtp.rb:571:in `authenticate'' c:/ruby/lib/ruby/1.8/net/smtp.rb:411:in `do...
2006 Jul 03
3
ActionMailer -- anybody ever see this?
...omething.org> To: SomeoneElse <someoneelse@whatever.com> Subject: XXX Attendee Change Content-Type: text/plain; charset=utf-8 [...] and then, immediately afterward, the next: Net::SMTPAuthenticationError (535 Error: authentication failed ): /opt/local/lib/ruby/1.8/net/smtp.rb:586:in `auth_login'' /opt/local/lib/ruby/1.8/net/smtp.rb:571:in `authenticate'' Naturally, I''m checking these on the other end, and what I see in the logs matches what I see in the mailbox. Should I assume this is an issue with my service provider, or is there something peculiar I mig...
2005 Apr 20
5
ActionMailer: Net::SMTPSyntaxError (502 unimplemented (#5.5.1) error
...egistering with our website Content-Type: text/plain; charset=utf-8 dear this is my test name thanks for the test email message! Net::SMTPSyntaxError (502 unimplemented (#5.5.1) ): c:/ruby/lib/ruby/1.8/net/smtp.rb:680:in `check_response'' c:/ruby/lib/ruby/1.8/net/smtp.rb:582:in `auth_login'' c:/ruby/lib/ruby/1.8/net/smtp.rb:581:in `critical'' c:/ruby/lib/ruby/1.8/net/smtp.rb:581:in `auth_login'' c:/ruby/lib/ruby/1.8/net/smtp.rb:571:in `__send__'' c:/ruby/lib/ruby/1.8/net/smtp.rb:571:in `authenticate'' c:/ruby/lib/ruby/1.8/ne...
2005 Nov 14
6
ActionMailer - Sent but no mail?
Hi, I am attempting to use ActionMailer to send out an email (SMTP) and am having an issue. The log files show that the email is sent, but the email is not making it to my inbox. I have followed the documentation both on the Wiki and in the AWD book. I''m not sure which setting I have incorrect and need some pointers. :authentication - should this be set to true, or
2009 Mar 21
0
Action Mailer problem
...assword", :authentication => :plain } I see the following error: /!\ FAILSAFE /!\ Sat Mar 21 13:40:53 -0700 2009 Status: 500 Internal Server Error 535 5.7.0 Error: authentication failed: authentication failure /opt/ruby-enterprise-1.8.6-20090201/lib/ruby/1.8/net/smtp.rb:585:in `auth_login'' /opt/ruby-enterprise-1.8.6-20090201/lib/ruby/1.8/net/smtp.rb:570:in `__send__'' /opt/ruby-enterprise-1.8.6-20090201/lib/ruby/1.8/net/smtp.rb:570:in `authenticate'' /opt/ruby-enterprise-1.8.6-20090201/lib/ruby/1.8/net/smtp.rb:410:in `do_start'' /opt/...
2014 Oct 01
1
Dovecot fails to start - Unknown setting: socket
...auth_socket_path = /var/run/dovecot/auth-master postmaster_address = shortte at mvs.org mail_plugins = sieve } ################################### ## ## LDA specific settings ## auth_default_realm = mvs.org auth_debug = no auth_debug_passwords = no auth_mechanisms = auth_plain auth_login auth_digest-md5 auth_cram-md5 # dovecot-auth only needs to be able to connect to SQL # default_login_user = mail passdb { driver = sql args = /etc/dovecot/dovecot-sql.conf.ext } userdb { driver= sql args = /etc/dovecot/dovecot-sql.conf.ext } socket listen { m...
2008 Jul 03
1
EXIM + Dovecot - Auth mechanism
...im got a error too: auth(default): digest-md5(?,172.16.1.226): Invalid realm: domain.off What should im do to auth successful in this scheme? exim config: begin authenticators auth_plain: driver = dovecot public_name = PLAIN server_socket = /var/run/dovecot/auth-client server_set_id = $auth1 auth_login: driver = dovecot public_name = LOGIN server_socket = /var/run/dovecot/auth-client server_set_id = $auth1 auth_cram_md5: driver = dovecot public_name = CRAM-MD5 server_socket = /var/run/dovecot/auth-client server_set_id = $auth1 %dovecot -n # 1.1.1: /usr/local/etc/dovecot.conf base_dir: /var/run...
2006 Jan 30
5
Action Mailer woes
Hi gang, Im having my first stab at ActionMailer and not having any luck. Perhaps someone could help me out. I generated a a mailer called ItemMailer - its purpose is to take some information that I''ve already gathered in a ToDo list form and to mail it out to the person who is nominated for the task In environment.rb I have; ActionMailer::Base.server_settings = { :address =>
2011 Jun 28
3
Exim and Dovecot2 SASL: 435 Unable to authenticate at present
...ve 29279 received: SPID 29280 29279 received: CUID 1 29279 received: COOKIE cf735efce15b21bbb10568c4a762017c 29279 SMTP>> 435 Unable to authenticate at present 29279 tls_do_write(7f10202175a0, 39) 29279 gnutls_record_send(SSL, 7f10202175a0, 39) 29279 outbytes=39 29279 LOG: MAIN REJECT 29279 auth_login authenticator failed for (mail.domain.lan) [127.0.0.1] I=[127.0.0.1]:465: 435 Unable to authenticate at present: authentication socket protocol error 29279 Calling gnutls_record_recv(7f102023f0c0, 7f1020241e40, 4096) 29279 SMTP<< AUTH PLAIN AHRlc3RAZG9tYWluLmxhbgAxMTExMTE= 29279 host in smt...
2003 Dec 01
0
No subject
....org Received: from ms2.mail2000.com.tw (ms2.mail2000.com.tw [211.72.252.247]) by lists.samba.org (Postfix) with SMTP id 717C9469F for <samba@samba.org>; Wed, 12 Sep 2001 06:24:33 -0700 (PDT) Received: from 140.137.201.229 by ms2.mail2000.com.tw with Mail2000 ESMTP Server V2.71M(63558:0:AUTH_LOGIN) Wed, 12 Sep 2001 21:28:19 +0800 (CST); (envelope-from <doggy@miniasp.com>) From: =?big5?B?tsCrT7W/?= <doggy@miniasp.com> To: <samba@samba.org> Subject: I can't setup my printer for my win2k Message-ID: <PGEPKOJLBKMJJJBMKOKOMEMGCOAA.doggy@miniasp.com> MIME-Version: 1.0...