search for: post_login

Displaying 5 results from an estimated 5 matches for "post_login".

Did you mean: last_login
2014 Feb 20
1
dovecot with maildir not using mtime on reindex
...ix_listener anvil-auth-penalty { mode = 00 } } service imap-login { inet_listener imap { address = 0 } inet_listener imaps { port = 0 } process_limit = 29 process_min_avail = 14 service_count = 0 } service imap-postlogin { executable = script-login -d /he/dovecot/utils/post_login.sh } service imap { executable = imap imap-postlogin process_limit = 1270 vsz_limit = 0 } service pop3-login { inet_listener pop3 { address = 0 } inet_listener pop3s { port = 0 } process_limit = 29 process_min_avail = 14 service_count = 0 } service pop3-postlogin { exe...
2005 Aug 19
1
pop-before-smtp in SQL?
I need pop-before-smtp (let's not discuss the advisability of the method), but I'm annoyed at the inefficiency of the classical perl script that parses the logs. A long time ago I modified the perl to add the tuple (IP, time) to an SQL table that the MTA looks at, and to clean up periodically. I found that this was the best way to deal with multiple servers that have to share an SQL
2005 Nov 28
5
Pop-before-smtp and MySQL?
...nice features. Now I write because I'm tring to setup the dovecot server, I would substitute a qpopper daemon (patched for mysql authentication) The problem I find is to set up the pop-before-smtp using sql (mysq) as written in http://wiki.dovecot.org/moin.cgi/PopBSMTPAndDovecot (Waiting for post_login ;-) I would use the script popbsmtp.sh and not a perl pig. (I'm using qpopper patched to store the relay IP in mysql and it works) I set .my.cnf in /root What happen is that the $3 don't contain the IP that should be written to the DB. Is there something I miss ? I tried to modify the dov...
2013 Sep 19
1
Index error copying compressed message
...ix_listener anvil-auth-penalty { mode = 00 } } service imap-login { inet_listener imap { address = 0 } inet_listener imaps { port = 0 } process_limit = 29 process_min_avail = 14 service_count = 0 } service imap-postlogin { executable = script-login -d /he/dovecot/utils/post_login.sh } service imap { executable = imap imap-postlogin process_limit = 1270 vsz_limit = 0 } service pop3-login { inet_listener pop3 { address = 0 } inet_listener pop3s { port = 0 } process_limit = 29 process_min_avail = 14 service_count = 0 } service pop3-postlogin { exe...
2007 Dec 06
0
Too many open files leads to timeout exceptions in Mechanize/Net::HTTP?
...raise SiteChangedException, "Could not locate form > ''frmLogin0'' on login page" if form.nil? > form.fields.name("LOGIN").value = $config[:username] > form.fields.name("PWD").value = $config[:password] > post_login = submit(form) > raise SiteChangedException, "Username and password do not > appear valid. Check credentials, or possible site change." if ! > authenticated? > end > > def authenticated? > cookie = cookies.find { |c| c.name == "LOGIN&q...