similar to: Move to a Specific Folder

Displaying 20 results from an estimated 10000 matches similar to: "Move to a Specific Folder"

2009 Jul 30
5
AutoCreate per Domain
Hello, is there a way to configure plugin "autocreate" per domain? Like: For domain xwz.com i want to autocreate folders: Models and Clients For domain yxw.com i want to autocreate folders: Adm and Tech Thanks.
2009 Apr 25
3
Log File per Domain
Hello list, i need to know if is possible to create a log file per domain, like: /home/vmail/%d/maillog i'm thinking use : log_path = /home/vmail/%d/maillog , this will work? Thanks !!
2010 Apr 12
10
Cron question
Hello, Why the following lines doesn''t work? cron { "app" : command => ""nice -n -10 /usr/bin/php /var/www/public_html/rotinas/rotinas.php 2>&1>> /var/log/app.log", environment => "PATH=$PATH", user => root, hour => ''*'', minute =>
2010 Mar 31
3
Could not find dependency
Hello, I have the following define: define adduser ($shell, $group, $fullname, $ingroups = "none", $home = "none") { user { "$name": ensure => present, comment => "$fullname", gid => "$group", groups => "$ingroups", membership => minimum, shell => "$shell", home
2016 Dec 15
3
Configuration problem for secure virtual server
Hello, i want to configure a virtual mailsystem on an debian server with exim and dovecot. Because it is running on a V-Server, i want to store everythink in a LUKS encrypted contrainer. So i created a group crypt with the members Debian-exim (107), dovecot, (other users with encrypted content) All mails should be stored in /mail in the mounted container. Dovecot has this configuration:
2012 Oct 02
3
Set variable value
Hi, Is it possible to set the value of a variable from the content of a text file? Regards. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at
2013 Jun 26
2
Dovecot FTS using ElasticSearch
Hi, I would like to know if is possible to use ElasticSearch instead of Solr for FTS. Regards, Erick Vitor de Barros.
2009 Jul 30
2
Limiting user access
Hello, Is there a way to restrict clients access, for example: user1 at domain.com -> only access pop3 user2 at domain.com -> can access pop3 and imap in Dovecot? Thanks !!!
2009 Jul 02
1
Urgent problem with deleting emails and maildirsize
Dears Sirs, I hope they can help me with this problem since it is urgent. I've completed the migration from Courier to Dovecot that has been running correctly, the only problem is that maildirsize file is not updated when you delete the emails, resulting in accounts that reach to 100% faster, so I have to manually delete this file. Through Dovecot can be configured to automatically
2011 Apr 29
2
how to limit size of dovecot.log
I've done some searching and maybe I'm missing something... I have a remote dovecot and postfix server running on debian 5. I then have a local fetchmail server that retrieves email from the dovecot server via pop3s every 5 minutes. The problem is that the /var/log/dovecot.log file has grown to be over 1.1GiB over a period of less than 1 year. Is there a way to limit the size of the
2009 Dec 10
3
Sieve mails with decoded subject
Dear all, I accidently posted this message to dovecot-news and want to apologize for any trouble I may have caused. Here it is again to the correct mailing list: Recently I'm getting a ton of porn/viagra/diet/casino spam mails which I tried to filter with sieve: if header :contains "Subject" [ "[SPAM]", "Bett", "Schlafzimmer",
2010 May 20
2
POP3 Problem with SPAM-Mail's over sieve
Hi together, i am currently using dovecot 1.2.10 with the sieve-plugin and use a sieve-filter to sort the SPAM-Mail's directly into a Junk-Folder: require "fileinto"; # rule:[junkfilter] if header :contains "X-Spam-Flag" "YES" { fileinto "Junk"; } My problem is now, if i try to retrieve the Mails via POP3, i did not get the SPAM-Mail's in the
2009 Jan 07
1
IMAP Folder permissions
Hello, Happy new year. I have a dovecot with exim installation. I am using virtual users for mail and IMAP. When dovecot creates a folder from imap user the permissions are rwx------ I need them to be rwxrwx--- Is there a way to change this in the configuration file ? TIA Stuart Stuart Gall ------------------------------------------------------------------------ ---------- There are three
2009 May 23
1
How can I put a file back in Maildir folder?
Hi, I have a problem: today, when I ran "fsck" some file was linked to "lost+find" folder... After some hours I has all files mapped (File / User). So... how can I put this files back in Maildir folder of this users? I tried with: cat $file | deliver -d username but without success... Any help will be appreciated! Thanks!
2011 Apr 27
3
What is the recommended way to move a message from one mailbox to another using CLI
What is the recommended way to move a message from one mailbox to another using CLI - serverside commands ? Since IMAP does not support transactional moves between mailboxes - The only thing that comes to my mind is this operation: 1) extract message from mailbox A using "doveadm fetch" 2) inject message into mailbox B using "dovecot-lda" 3) expunge message from mailbox A
2008 Sep 18
3
two server and dbox
Dear users, I have a question about the storage dbox. Is it possible to deliver e-mails from two different lda? I would have two independent servers working at the same time on nfs. Is it possible since the e-mails name will be the same? Thanks in advance Alex
2008 Jun 22
2
v1.0.13: maildirfolder not being created
Hi, I'm using version 1.0.13 of dovecot. I know it's somewhat dated, but that's the latest that Debian etch offers, and I would like to avoid compiling by myself if possible. dovecot is not creating the 'maildirfolder' in folders that are created via IMAP. Looking at the NEWS file, this was implemented in v1.0.rc7, so my version should have that working already. Is
2019 Mar 16
4
testing dovecot LMTP with postfix/spamassassin
:-) My postfix configuration is quite complex with a lot of special cases and rules. However I'd like to make an anti-spam configuration as simple and lightweight as possible (KISS). /etc/postfix/master.cf ------------------------------------------------------------------------ smtp inet n - n - - smtpd -o content_filter=spamassassin spamassassin unix
2009 May 28
6
Users with large (4GB) inboxes crippling dovecot
Hi all, I'm new here and would very much appreciate any help you can give me. We are running a rather outdated mail server that until recently has been running beautifully. Under the pretense of "it is ain't broke, don't fix it" it hasn't been updated so is running Fedora Core 4 and dovecot v0.99.14. What is happening is that as users log in (via thunderbird), they
2015 Apr 10
3
Disabling of userdb/passdb modules using config statements
On 2015-04-10 12:16, Gedalya wrote: > On 04/10/2015 05:59 AM, Jeroen Massar wrote: >> >> This can be resolved by commenting out the entries in >> auth-system.conf.ext but then I'll have to do that again at package >> upgrade time. > > Comment out the !include auth-system.conf.ext line in 10-auth.conf. Though indeed simpler than commenting out multiple lines,