search for: popserv

Displaying 7 results from an estimated 7 matches for "popserv".

Did you mean: ypserv
2013 Jul 25
1
Duplicate Mails downloding issue
...We are repeatedly getting the below warning / errors on our pop server. Please help us out buy knowing what could be the issue. ------------------------------------------------------------------------------------------------------------------------------------------------------- Jul 23 15:34:51 popserver dovecot: pop3(14949_kavish): Warning: Locking transaction log file /indexes//mail/v3store/example.com/14949_kavish/.INBOX/dovecot.index.log took 133 seconds Jul 23 15:34:51 popserver dovecot: pop3(kavish at example.com): Error: Broken file /indexes//mail/v3store/example.com/14949_kavish/.INBOX/d...
2006 Aug 12
1
Problem with cron and a rails script
...r/bin/env ruby require ''net/pop'' require File.dirname(__FILE__) + ''/../config/environment'' @lists = List.find(:all) #loop through each list @count = 0 while @count < @lists.length @user = User.find(@lists[@count].user_id) Net::POP3.start(@lists[@count].popserver, nil, @lists[@count].popuser, @lists[@count].poppassword) do |pop| pop.mails.each do |email| @the_mail = Processing.receive(email.pop) # processing of the mail Processing.deliver(@new_mail) email.delete end end @count = @count + 1 end The program itself...
2001 May 18
0
PATCH: implement delay (sleep) after last tunnelled connection exits
...warded connection to begin after the current one closes. This permits multiple sequential port-forwarded connections without using a long-running remote sleep command. For example, for fetchmail polling of several accounts on a remote POP server over an SSH tunnel, you might say: ssh -L 11000:popserver:110 -S 30 host exit or ssh -N -L 11000:popserver:110 -S 30 host The ssh client would exit after thirty seconds of inactivity, rather than exiting immediately when the first forwarded connection closes. This would allow multiple sequential POP sessions to be carried over the same tunnel witho...
2002 Jan 27
0
[PATCH] Add an exit delay to Openssh-3.0.2p1 for use in tunneling
...ded connection to begin after the current one closes. This permits multiple sequential port-forwarded connections without using a long-running remote sleep command. For example, for fetchmail polling of several accounts on a remote POP server over an SSH tunnel, you might say: ssh -n -L 11000:popserver:110 -S 30 host exit or ssh -N -L 11000:popserver:110 -S 30 host The ssh client would exit after thirty seconds of inactivity, rather than exiting immediately when the first forwarded connection closes. This would allow multiple sequential POP sessions to be carried over the same tunnel witho...
2009 Feb 24
4
"dovecot-uidlist: Duplicate file entry at line" error
...gnore: no login_dir: /usr/local/var/run/dovecot/login login_executable(default): /usr/local/libexec/dovecot/imap-login login_executable(imap): /usr/local/libexec/dovecot/imap-login login_executable(pop3): /usr/local/libexec/dovecot/pop3-login login_user: dovecot login_greeting: Welcome to MailServe Popserver. login_log_format_elements: user=<%u> method=%m rip=%r lip=%l %c login_log_format: %$: %s login_process_per_connection: no login_chroot: yes login_greeting_capability: no login_process_size: 64 login_processes_count: 3 login_max_processes_count: 128 login_max_connections: 256 valid_chroot_d...
2001 Nov 04
0
Getting Hamster to work
...gt; I'm trying to get a program called Hamster to work under Wine. > Hamster is a local NNTP/POP3/SMTP server that fetches messages from > multiple sources and combines them into a single local database > that any mail/news client can then access. > How about leafnode/$mailserver/$popserver. IHMO it is braindead to try to substitute some good UNIX-programs by an windows-emulation and a windows-program. H. -- Q: How many mutt users does it take to change a lightbulb? A: One. But you have to set the option auto-change-illumination in your .muttrc file. Dresdener LaTeX-Stammtisch:...
2013 Aug 21
2
High Load Average on POP/IMAP.
.../dovecot.pem disable_plaintext_auth: no login_dir: /usr/local/var/run/dovecot/login login_executable(default): /usr/local/libexec/dovecot/imap-login login_executable(imap): /usr/local/libexec/dovecot/imap-login login_executable(pop3): /usr/local/libexec/dovecot/pop3-login login_greeting: Welcome to Popserver. login_process_per_connection: no max_mail_processes: 1024 mail_max_userip_connections(default): 100 mail_max_userip_connections(imap): 100 mail_max_userip_connections(pop3): 50 verbose_proctitle: yes first_valid_uid: 99 first_valid_gid: 99 mail_location: maildir:~/Maildir:INDEX=/indexes/%h:CONTR...