search for: replicase

Displaying 12 results from an estimated 12 matches for "replicase".

Did you mean: replicas
2008 Jan 05
1
imap cores
Experts, (Now that I am able to run imap...) Here's what I am seeing with imap, it seems to die in the latest nightly. (tss, I am still trying to get dbx to work properly, maybe it won't, but I got some more details here.) ... 2 select "INBOX" * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted.
2010 Oct 24
3
ZFS with STK raid card w battery
We have Sun STK RAID cards in our x4170 servers. These are battery backed with 256mb cache. What is the recommended ZFS configuration for these cards? Right now, I have created a one-to-one logical volume to disk mapping on the RAID card (one disk == one volume on RAID card). Then, I mirror them using ZFS. No hardware mirror. What I am a little confused with is if it is better to not do any
2008 May 01
1
virtual mbox case sensitive?
This is on dovecot 1.1.rc4. I have this mail_location: mail_location = maildir:/apps/mail/%d/%n/Maildir When I receve mail to a virtual mailbox, its putting it in different Maildir's depending on what the sender used for the caseness of the recipient's email address: I have these Maildirs: JasonK JuliaM info jasonk juliam JasonK and jasonk should be the same maildir. So should
2008 May 15
1
moving folders bug - rc4
I am fairly new to dovecot... I had a user who in outlook tried to move one of the folders into another folder but it crapped out. User tried to move "Djans*" folders into Koi folder. The subscription seems to show the folder move but the actual data is still under ".ClickEats.Clients.Djans" instead of ".ClickEats.Clients.Koi.Djans*. How do I fix this? Thanks. root at
2008 Mar 05
0
dspam+sendmail+virtual users
I want to setup something like this... Sendmail MTA -> DSPAM -> LDA/Dovecot Can someone give me some sendmail.mc configuration examples on how I can set this up? I was having trouble getting sendmail to deliver to dspam and then to dovecot's deliver. Thanks PS: I am not using the IMAP DSPAM integratation libs (yet)... I am using 1.1. When will 1.1 of this come out?
2008 Jan 05
2
running imap command line
I am trying to debug some core dump problems. I should be able to run imap by itself right? How to fix? # ./imap imap(root): Fatal: setgroups() failed: Too many extra groups I am using latest nightly code.
2008 Jan 03
1
virtual domains/users and LDAP
I have two suffixes in LDAP with users, e.g. ou=People, o=example.com ou=People, o=somethingelse.com I have the following two users: dn: uid=test1, ou=People, o=example.com uid: test1 mail: test at gmail.com dn: uid=test2, ou=People, o=somethingelse.com mail: test at yahoo.com uid: test2 The users login to IMAP as: test1 at examle.com and test2 at somethingelse.com. Here's an (excerpt)
2008 Jan 14
2
file system permissions
I am using Maildir and virtual domains. I have the following definitions in the dovecot.conf: mail_uid = 10000 mail_gid = 10000 mail_location = maildir:/var/mail/apps/%d/%n/Maildir ... Userdb database is LDAP based. Some users in LDAP might have a uid/gid defined. If thats the case, I want dovecot to use those uid/gid. If the user in LDAP does not have a uid/gid attribute, it'll fall back to
2008 Jan 05
1
help using sendmail LDA
I am stuck. I get nothing in the logs (about deliver). Sendmail complains about "User unknown". I am not sure I have my sendmail.mc configured right, can someone confirm or give me some sample config files that make use of Dovecot+LDAP and sendmail LDA? Dovecot is running as root. I am a little confused, so the auth-master is not even needed? (the whole socket listen {}, since I am
2008 Jan 25
4
dovecot + antispam + sendmail
Whats a good antispam solution? I am using sendmail and dovecot 1.1. I came across dovecot's antispam plugin, but it seems it does not support 1.1 yet. I am also looking for something non-perl based. I am already doing some greylisting with sendmail milter. Any other good suggestions? If not, I guess I might have to downgrade back to 1.0 dovecot. Thanks
2008 Jan 04
3
%d not recognized with LDAP
I saw the recent threads but didn't help for me. Here's my configuration: The domain isn't getting expanded as per logs: Jan 4 08:06:40 vds5 dovecot: [ID 107833 mail.info] IMAP(admin): maildir: data=/var/mail/apps//admin/Maildir # 20080102: /usr/local/dovecot/etc/dovecot.conf listen: *:143 ssl_disable: yes disable_plaintext_auth: no login_dir:
2008 Aug 29
2
sieve forward/redirect to multiple addresses
How can I do this with Sieve? I have a script like this: if header :value "ge" :comparator "i;ascii-numeric" ["X-Spam-Score"] ["25"] { discard; stop; } elsif header :value "ge" :comparator "i;ascii-numeric" ["X-Spam-Score"] ["5"] { fileinto "Junk"; stop; } else {