search for: 20025

Displaying 19 results from an estimated 19 matches for "20025".

Did you mean: 2002
2015 Mar 27
5
postfix sasl -> haproxy -> dovecot auth
Hello, is it possible to configure configure haproxy to work with postfix sasl and dovecot auth like this: clients -> 25:postfix -> 20025:haproxy -> 20025:auth-backend-1, 20025:auth-backend-2 The configuration I have now gives me this error randomly: 535 5.7.8 Error: authentication failed: Connection lost to authentication server This is probably because haproxy change servers while session is still active (postfix sasl don?t es...
2015 Mar 27
1
postfix sasl -> haproxy -> dovecot auth
Gedalya skrev den 2015-03-27 14:48: >> is it possible to configure configure haproxy to work with postfix >> sasl and dovecot auth like this: >> clients -> 25:postfix -> 20025:haproxy -> 20025:auth-backend-1, >> 20025:auth-backend-2 > Why don't you set up a dovecot locally (with only auth service) on > each postfix box? cyrus-sasl is still needed, and dovecot will be overkill just for auth client
2015 Apr 26
2
Broken Selinux Postfix Policy?
.... audit2allow says this will fix it: allow postfix_master_t postfix_spool_maildrop_t:sock_file unlink; But how do I add this permission to the existing Postfix Selinux policy??? Why was it missing??? By the way, I also had AVCs when I tried to add another instance of Postfix smtpd on local port 20025. Very frustrating there is no docs how to add a rule for this common change. I don't know if I did the right thing: semanage port -a -t smtp_port_t -p tcp 20025 Is this the right way? Why isn't this documented somewhere?
2015 Mar 27
0
postfix sasl -> haproxy -> dovecot auth
Edgaras Luko?evi?ius skrev den 2015-03-27 12:21: > is it possible to configure configure haproxy to work with postfix > sasl and dovecot auth like this: > > clients -> 25:postfix -> 20025:haproxy -> 20025:auth-backend-1, > 20025:auth-backend-2 configure cyrus-sasl as a remote imap client is more simple if imap hostname is dns round robin it would be ha-avail already keep postfix simple
2015 Mar 27
0
postfix sasl -> haproxy -> dovecot auth
On 03/27/2015 07:21 AM, Edgaras Luko?evi?ius wrote: > Hello, > > is it possible to configure configure haproxy to work with postfix sasl and dovecot auth like this: > > clients -> 25:postfix -> 20025:haproxy -> 20025:auth-backend-1, 20025:auth-backend-2 Why don't you set up a dovecot locally (with only auth service) on each postfix box?
2015 Mar 27
4
postfix sasl -> haproxy -> dovecot auth
...network) On 27 Mar 2015, at 13:29, Benny Pedersen <me at junc.eu> wrote: > Edgaras Luko?evi?ius skrev den 2015-03-27 12:21: > >> is it possible to configure configure haproxy to work with postfix >> sasl and dovecot auth like this: >> clients -> 25:postfix -> 20025:haproxy -> 20025:auth-backend-1, >> 20025:auth-backend-2 > > configure cyrus-sasl as a remote imap client is more simple > > if imap hostname is dns round robin it would be ha-avail already > > keep postfix simple
2005 Jan 16
1
Dovecot + Xmail Setup Howto
...Xmail as the user Dovecot runs at. I found after some trial and error that is pretty easy. What you'll need. 1. Iptables 2. su Setup 1. Disable Xmail from starting at boot. 2. Stop Xmail 3. edit the user dovecot and chnage there shell to /bin/bash 4. Create a IPtables rule to route port 25 to 20025 Example: CODE iptables -t nat -A PREROUTING -p tcp --dport 25 -j REDIRECT --to-port 20025 5. Change permissions in MailRoot from root.root to dovecot.dovecot CODE chown -R dovecot.dovecot * 6. Startup Xmail as so : CODE su - dovecot -c "/var/MailRoot/bin/XMail -Mr 24 -Pl -Ph -Sl -Ql -Yi 30 -Y...
2012 Aug 24
3
ifelse problem - bug or operator error
...ifelse command. Here is my code: vn$PM.DIST_flag <- ifelse( (vn$PM.EXP > 0.0) & (vn$PM.DIST.TOT != 1.0), 1, 0 ) And here is my output that doesn't make ANY sense: PM.EXP PM.DIST.TOT PM.DIST_flag 0 0 0 0 0 0 0 0 0 177502 1 0 31403 1 0 0 0 0 1100549 1 0 38762 1 0 0 0 0 20025 1 0 0 0 0 13742 1 0 0 0 0 83078 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 165114 1 0 0 0 0 417313 1 0 3546 1 0 4613 1 0 225460 1 0 6417 1 1 23 1 0 3402 1 0 8504 1 1 8552 1 0 9723 1 0 37273 1 1 396 1 0 1478 1 0 2074 1 0 12220 1 1 97691 2 1 0 0 0 33993 2...
2002 Nov 11
0
Lotus Notes and Workpro
...unning and I try and open a document in Wordpro. Wordpro will crash and the console has the following error [kdekorte@localhost wordpro]$ wine wordpro.exe fixme:class:get_class_ptr reading from class of other process window 2003a fixme:class:get_class_ptr reading from class of other process window 20025 fixme:class:get_class_ptr reading from class of other process window 2003a fixme:class:get_class_ptr reading from class of other process window 20025 wine: Unhandled exception, starting debugger... I took a look at windows/class.c and it looks like this is specifically prohibited. Any idea how to...
2012 Oct 11
3
per-user quotas
Hello, I've got quotas set up on an all-user basis on my system, it's a Postfix, Dovecot, Mysql virtual users setup. Currently I have each user getting a 1GB quota with these settings in 90-quota.conf: plugin { quota_rule = *:storage=1G quota_rule2 = Trash:storage=+100M } plugin { quota = maildir:User quota } While this works it's not what I want for all users. Say I add a
2006 Mar 01
0
rake test_unit from controller
I was just thinking it might be nice to run rake test_units from a controller and put the outputs into the browser. I like the original green or red bar. I figure someone must have done this but a quick search turned up nothing. Any ideas? Gareth -- Posted via http://www.ruby-forum.com/.
2003 Feb 16
0
Fwd: DVDs to CDs?? (PR#2554)
...system you will need to create backups of your DVD's that will play in your home DVD player. Get it Today and you get: ------------------------------ + 70% off the Regular Price + Full Technical Support + Free Updates For more information, please visit their Web Site: http://www.phat-x.com/20025/ ---- [ REMOVE ] ------------------------------------------------- You are receiving this email as a subscriber to our mailing list. To remove yourself from this and related email lists click here: http://www.phat-x.com/cgi-bin/remove.cgi ---- [ NOTE ] -----------------------------------------...
2008 May 12
3
Automounted home dirs not working
I'm testing Dovecot as a possible replacement for UW. In my environment the home directories are automounted via NFS from a NetApp. In general this works fine, but Dovecot isn't picking up the automounted directories. Consider the case of Arthur Dent, test user: May 12 10:30:24 testbed dovecot: [ID 107833 mail.info] imap-login: Login: user=<adent>, method=PLAIN,
2014 Jan 06
0
[SIEVE] Locking Errors with vnd.dovecot.duplicate Extension
...ervice imap-login { executable = imap-login director inet_listener imap { port = 20143 } inet_listener imaps { port = 20993 ssl = yes } } service ipc { unix_listener ipc { user = dovecot } } service lmtp { inet_listener lmtp-without-quota { address = * port = 20025 } inet_listener lmtp { address = * port = 20024 } } service managesieve-login { executable = managesieve-login director inet_listener sieve { port = 20200 } } service pop3-login { executable = pop3-login director inet_listener pop3 { port = 20110 } inet_listener...
2014 May 02
2
When the subject portion of an e-mail contains a control character, dovecot.sieve terminates unexpectatedly.
...xample.jp protocols = pop3 imap service auth { unix_listener auth-userdb { group = vmail mode = 0600 user = vmail } } ssl_ca = </etc/pki/tls/certs/CA.crt ssl_cert = </etc/pki/tls/certs/example.jp.crt ssl_key = </etc/pki/tls/private/example.jp.key submission_host = 127.0.0.1:20025 userdb { args = /etc/dovecot/ldap/userdb.conf.ext driver = ldap } protocol lda { mail_plugins = quota sieve } protocol imap { mail_plugins = quota imap_quota passdb { args = /etc/dovecot/ldap/passdb.conf.ext driver = ldap } } protocol pop3 { passdb { args = /etc/dovecot/ld...
2013 Apr 29
0
Dovecot 2.1.16 doveadm purge -A segfault
...ervice imap-login { executable = imap-login director inet_listener imap { port = 20143 } inet_listener imaps { port = 20993 ssl = yes } } service ipc { unix_listener ipc { user = dovecot } } service lmtp { inet_listener lmtp-without-quota { address = * port = 20025 } inet_listener lmtp { address = * port = 20024 } } service managesieve-login { executable = managesieve-login director inet_listener sieve { port = 20200 } } service pop3-login { executable = pop3-login director inet_listener pop3 { port = 20110 } inet_listener...
2010 Nov 24
5
Performance tuning tips when working with wide datasets
Does anyone have any performance tuning tips when working with datasets that are extremely wide (e.g. 20,000 columns)? In particular, I am trying to perform a merge like below: merged_data <- merge(data1, data2, by.x="date",by.y="date",all=TRUE,sort=TRUE); This statement takes about 8 hours to execute on a pretty fast machine. The dataset data1 contains daily data going
2012 Dec 18
6
dovecot index errors since 2.1.12
Hi, After upgrading to dovecot 2.1.12, I see a lot of these errors: # 2.1.12: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-279.14.1.el6.x86_64 x86_64 CentOS release 6.3 (Final) # Filesystem: ext4 with mdbox storage Dec 10 15:21:04 mail dovecot: imap(user at example.org): Error: Cached message size smaller than expected (5010 < 8192) Dec 10 15:21:04 mail dovecot: imap(user at example.org):
2010 May 15
1
barplot: invalid 'xlim' value
....330~80-2~2 20019~Well_80-2~6/30/2000 11:00~-158.092~80-2~2 20020~Well_80-2~6/30/2000 12:00~-158.092~80-2~2 20021~Well_80-2~6/30/2000 13:00~-158.092~80-2~2 20022~Well_80-2~6/30/2000 14:00~-158.854~80-2~2 20023~Well_80-2~6/30/2000 15:00~-158.854~80-2~2 20024~Well_80-2~6/30/2000 16:00~-159.870~80-2~2 20025~Well_80-2~6/30/2000 17:00~-159.870~80-2~2 20026~Well_80-2~6/30/2000 18:00~-159.870~80-2~2 20027~Well_80-2~6/30/2000 19:00~-160.632~80-2~2 20028~Well_80-2~6/30/2000 20:00~-160.632~80-2~2 20029~Well_80-2~6/30/2000 21:00~-160.632~80-2~2 20030~Well_80-2~6/30/2000 22:00~-161.648~80-2~2 20031~Well_80-2~6...