similar to: Auto delete older messages in SPAM folder

Displaying 20 results from an estimated 4000 matches similar to: "Auto delete older messages in SPAM folder"

2009 Jun 17
1
Cyrus IMAP and ipurge
Anyone here familiar with Cyrus IMAP and its util ipurge? We'd like to set auto deletion of our users' spambox folders, but I'm a bit paranoid about its functionality. The main things that confuse me are from the man page: "Ipurge deletes messages from the mailbox(es) specified by mailbox-pattern" with no indication as to what defines "mailbox-pattern"
2012 Dec 12
1
Too many imap connections in state "idling"
Hi, I have a "Ubuntu12.04 + dovecot-2.0.19" configuration in my server. My mailbox server is shared by ~ 10k domains. It works fine with ~50k accounts. On average, my server has about 6K simultaneous imap connections during office hours. But I've noticed that this server has an average of approximately 4k connections in state "idling". On other Dovecot servers the
2010 Jul 15
3
IMAP super user
Hello, Is there any directive in Dovecot similar to 'imap_admins' of Cyrus? I plan to migrate from Cyrus to Dovecot. But I need a admin user which is able to obtain information about the quotas of common users. Thank you. -- []'s Thiago Henrique Network Administration Digirati Networks K8 Networks
2010 Aug 17
2
Delete user data from Dovecot server
Hello, I'm testing Dovecot 2.0. I plan to use Dovecot 2.0 with thousands of domains per server. My user base is under virtual MySQL. when I add a user in the database, it is automatically created in the structure of Dovecot at first login. Is there a easy way to delete a user ? Thank you. -- Atenciosamente, Thiago Henrique (21)2233-5950 ramal 27 Infra Estrutura Linux Hostnet Internet
2010 Jun 14
2
Dovecot 2.0
Hello, Is there any estimate of when it will launch a stable release Dovecot 2.0 ? Thank you very much. Best Regards -- []'s Thiago Henrique Network Administration Digirati Networks K8 Networks
2010 Jul 08
2
Dovecot 2.0 with LMTP
Hello, I'm testing Dovecot 2.0. I plan to use Dovecot 2.0 with thousands of domains per server. My user base is under virtual MySQL. Is there a way to make the LMTP not make query to MySQL for each message delivered ? I'm afraid that the MySQL server does not support the load. Best Regards -- []'s Thiago Henrique Network Administration Digirati Networks K8 Networks
2010 Jul 12
1
Dovecot + OCFS2
Hello, I intend to make a cluster with Dovecot + OCFS2. The tests are working with the default settings of the Dovecot. But it seems too easy to be true. Is there any special configuration of Dovecot to implement it?-- Thank you -- []'s Thiago Henrique Network Administration Digirati Networks K8 Networks
2010 Jul 15
1
Dinamic 'mail_location' for each user
Hello, I have a lot of domains in a mail server, so I make a balanced allocation of mailboxes in the storage disks. That improves performance of access to records. Therefore, I want to overwrite 'mail_location' directive for each user. But I also want to use the modifier 'H' to spray the mailboxes of the same partition in a hash. Then, each user has your own
2010 Sep 23
1
Auth error
Hello, I'm testing Dovecot 2.0. I plan to use Dovecot 2.0 with thousands of domains per server. My user base is under virtual MySQL. I my tests, the authentication fails intermittently, and I could not find what's wrong. Can anyone help me? ################################################################################ Sep 22 16:31:16 box5 dovecot: last message repeated 9 times Sep 22
2010 Sep 24
1
doveadm quota recalc don't work
Hello, I'm testing Dovecot 2.0. I plan to use Dovecot 2.0 with thousands of domains per server. My user base is under virtual MySQL. When I run `quota doveadm recalc`, Dovecot sets quota to zero: ################################################################################ root at server:# doveadm -v quota get -u username Quota name Type Value Limit % User
2010 Sep 29
1
Doveadm expunge purge optimize
Hello, I'm testing Dovecot 2.0.3. I plan to use Dovecot with 10 thousands domains per server (~50 thousands accounts). I use 'mdbox' as mailbox format. So, I have two cron jobs before backup: ################################################################################ 01 22 * * * root nice -n 19 /usr/bin/doveadm expunge -A mailbox SPAM BEFORE 60d 01 00 * * * root nice -n 19
2008 Aug 12
4
dovecot sieve sends vacation messages with null envelope sender
I am using this simple sieve script to do "vacation": require ["fileinto", "vacation"]; if exists "X-Spam-Flag" { stop; } vacation :days 1 :subject "Out of office reply" :addresses ["<email address hidden>", "<email address hidden>" ] "I am on vacation until 2008-08-07. If you have something urgent,
2010 Oct 01
2
Outlook 2010 Delayed Emails
dovecot --version = 1.2.11 dovecot -n: http://pastebin.com/ahCpdC0F I have a user that has no problem viewing email from roundcube (webmail) but Outlook 2010 doesn't seem to download random messages for a day or two, then they suddently show up. I saw the wiki had some suggestions for older versions of Outlook to fix other problems, but I didn't really see anything like this. Any help
2011 Aug 15
0
Last login script
I am trying to implement a last login script, however I seem to be having lots of issues. We started with sqlite but we were having locking issues, so we moved to postgresql which seems to have alleviated database specific issues, but now people are complaining about randomly not being able to log in. I don't see any real errors in the logs (dovecot or postgresql) to explain their complaints
2013 Sep 05
2
Vacation message and DMARC validation
Greetings, I have found an issue in the interaction between sieve vacation messages and the SPF, DKIM and DMARC email validation systems. For example, let's say we have a message coming from a at a.com to b at b.com at a server imap.mydomain.com. The account b at b.com has a vacation rule in sieve, and that generates an autoresponse to a at a.com. Our problem begins with the definition
2007 Oct 18
1
Regression test failed when building on an "older" Linux cluster
We have an aging Linux Cluster here, running Red Hat 7.3. We have some business reasons for not upgrading the OS version. I don't recall the exact hardware (dual Pentium III, 4 Gbyte RAM, 1 GHz clock?), but it was pretty good in 2001 or so. We recently tried to build and install R, ver 2.6.0, for this cluster. It built and apparently ran correctly, but it failed "make check".
2013 Oct 08
1
Address family not supported by protocol
I've compile a Samba 4.0.9 for x86_64 with the following options: CPPFLAGS="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -march=atom -O2 -pipe -fomit-frame-pointer" \ samba_cv_HAVE_GETTIMEOFDAY_TZ=yes \ samba_cv_HAVE_IFACE_IFCONF=yes \ samba_cv_HAVE_IFACE_IFREQ=yes \ ac_cv_have_setresuid=yes \ ac_cv_have_setresgid=yes \ ac_cv_file__proc_sys_kernel_core_pattern=yes \
2005 Jan 07
3
Connecting Sip phone to asterisk.
I am having a major dillema here, I have been trying to get my sip phone (hard phone) to communicate with the asterisk server. Below is my configuration: sip.conf [1201] type=friend username=1201 secret=<password> mailbox=1201 host=dynamic [1202] type=friend username=1202 secret=<password> mailbox=1202 host=dynamic extensions.conf exten => 1201,1,Dial(SIP/1201,9,rt) exten =>
2006 Oct 25
11
spam control
Gents, I have added the following to /etc/mail/sendmail.mc and rebuilt it trying to control spam. I still get about 25 spam messages a day. Is there something else that can help control spam? Thanks jerry --------------------------- dnl # dnl # dnsbl - DNS based Blackhole List/Black List/Rejection list dnl # See http://www.sendmail.org/m4/features.html#dnsbl dnl # FEATURE(`dnsbl',
2009 Apr 23
3
Record in mp3
Somebody knows if I can save files in mp3 with the Record command on Asterisk? I try to recompile sox to suport mp3 but Asterisk return the folowing message when I use the Record command: - Executing [*40 at liberado15:15] Record("SIP/1201-083453c8", "/var/spool/asterisk/alarme/alarme-1201-200905121212:mp3") in new stack ??? -- <SIP/1201-083453c8> Playing 'beep'