Displaying 20 results from an estimated 41 matches for "maildirmake".
2013 Aug 16
2
Maildirmake equiv?
Since I am using dovecot I do not have courier installed, but Courier had a very handy tool for making maildir folders called `maildirmake` which I used in some automated backup scripts. How do I duplicate maildirmake in dovecot?
for example:
#!/bin/bash
# v1.2a Testing for new dovecot install
# Archive mail from folders without [0-9]{4} Maildirs
# after they are 21 days old to a yearly folder
MDIR="$HOME/Maildir"
MDM=&q...
2009 Sep 18
1
contribute on wiki
username GiuseppeCefaratti
PostFix HOWTO
par 3.3 Create users mailbox
...
To setup *Maildir* mail boxes for our example user john we cano use the
*?maildirmake?* command.
We must do this for existing users and also in */etc/skel* so new users
automatically get the same setup. To setup our *Maildir*, change
directories to john home and run:
maildirmake Maildir
To make our sub folders run:
maildirmake -f Sent Maildir
maildirmake -f Drafts Maildir
maildir...
2008 Jun 25
2
maildirmake -q quota equivalent to set quota
...how to create a maildir with a quota file(maildirsize)
I saw that if there was a maildirsize it would get its quota from there
but can't find how to create that file.
I'm using pam auth and would like to set different quotas for each users.
With courier-imap there is a useful command : maildirmake -q 100000S
Maildir/ to assign a quota to a maildir. But i don't know how to do with
dovecot...
Cheers,
Erc PEYREMORTE
2003 Jan 03
2
maildirmake, shared folders
Does dovecot support shared folders, maildir style?
I've set it up, using the maildirmake from debian maildrop to create folders. I have a number of as-yet unresolved issues, so I haven't been able to test with many clients. It's interesting that dovecot manages to present folders as siblings (rather than children) of INBOX. But mutt, at least, doesn't seem to see the sha...
2005 Jun 06
1
maildirmake
It is possibile to call maildirmake at login-time?
My final goal is to create maildir at login time (like courier-imapd) or
at least to create .INBOX.Trash, .INBOX.Drafts, .INBOX.Sent dir for
virtual user
/home/vmail/domains/$virtual_domain/$virtual_user/ .... with already
exsistant Maildir (created by postfix)
Thanks in advance
2016 Jun 15
2
quota rules for mail users
Dear All,
Is it possible to make quota rules under $HOME/Maildir/* mailboxes with
a specific command such as 'edquota' when the first email arrives at the
$HOME/Maildir/{new,cur,tmp} of a user. In the below example, the <UserB>
is the one who gets an email for the first time.
edquota -p <UserA> <UserB>
---man edquot---
-p, --prototype=protoname
Duplicate the
2005 Jun 09
0
maildirmake SOLVED
...gt;<div><font color="#990099">-----Timo Sirainen <tss@iki.fi> wrote: -----<br></font><blockquote><font face="monospace" size="3"><br>You can change mail_executable setting to point to some binary file<br>which calls maildirmake or does whatever, and finally execute Dovecot's<br>imap binary.<br></font></blockquote>Many thanks, just modified executable with shell script<br></div></div>
2013 Oct 02
1
Dovecot namespace solved while writing; preparing to refilter
...= /
}
passdb {
args = dovecot
driver = pam
}
protocols = " imap"
ssl_cert = </etc/dovecot/dovecot.pem
ssl_key = </etc/dovecot/private/dovecot.pem
userdb {
driver = passwd
}
protocol imap {
mail_plugins = acl quota imap_acl imap_quota mail_log notify
}
me at mybox:#
cd ~
maildirmake Maildir
maildirmake -f Drafts Maildir/
maildirmake -f Sent Maildir/
maildirmake -f someFolder1 Maildir/
maildirmake -f someFolder2 Maildir/
maildirmake -f someFolder2.Facebk Maildir/
One note: pls. don't get me wrong, I hate Stasibook (Facebk above is
less
typing, but it's for Facebook m...
2007 Oct 07
1
global sieve script
...p to lda(sieve)+dovecot setup.
with maildrop i had a global filter for all the users, so i could filter and
archive into the spam folder spam tagged emails for users without custom
filters, including them if they exist:
LOGNAME=tolower($LOGNAME)
`test -e $LOGNAME`
if ( $RETURNCODE != 0 )
{
`maildirmake $LOGNAME`
`maildirmake $LOGNAME/._spam`
}
`test -f $LOGNAME/mailfilter`
if ( $RETURNCODE == 0 )
{
include "$LOGNAME/mailfilter"
}
if ( /^X-Spam-Status: YES */)
{
to "$LOGNAME/._spam"
}
else
{
to "$LOGNAME/"
}
how could i get this b...
2009 Sep 22
1
shared/public mailbox doesn't exist
...ic namespace, but I'm having trouble getting it to work on
the third, even with 2 working examples to go by. There's something I'm
missing, and I'm hoping that someone here can see/tell what it is.
I've created the maildir for sharing:
# cd /home/vpopmail/domains/mydomain.com
# maildirmake shared
# chown -R vpopmail:vchkpw shared
Then added the configuration to dovecot.conf:
# shared namespace
namespace shared {
separator = .
prefix = shared.
location = maildir:/home/vpopmail/domains/mydomain.com/shared
}
Restarted dovecot:
# service dovecot restart
When I try to subsc...
2003 Jun 30
1
Dovecot first impressions
...ver from Courier-IMAP.
Other than that, my first impression is a very good one.
One question (I may have missed it in the docs): how do I properly
create folders with national characters (umlauts) in their names?
Apparently, Courier-IMAP and Dovecot just forward the file name verbatim
when I type maildirmake -f t=E4=DFt Maildir, which doesn't look right. OTOH,
I am well aware that the IMAP servers can't possible guess the character
set, so it must be my "maildirmake" that is flawed rather than the server.
This is Courier-IMAP:
. namespace
* NAMESPACE (("INBOX." "."...
2013 May 24
3
. (dot) in maildir folder names
Hi.
Uhm... yeah as the topic implies I want to have . (dots) in my folder
names...
Unfortunately dovecot's maildirmake hasn't a -f switch as the one from
courier/maildrop, but that one in turn is buggy[0] and doesn't encode
any characters at all.
In principle, maildir++ should allow[1] having (encoded) dots in folder
names,... but I don't quite understand how the encoding actually works,
cause UTF-7 se...
2008 Jan 14
3
maildirsize quota does not referred after migration from courier
...ind of situation?
2. Currently, we use only /etc/passwd to store our user information. Postfix
is our MTA and maildrop is MDA. Quota settings were wriiten in the
maildirsize file reside under Maildir directory at everyone's home.
The command we use to set user quota:
/usr/local/bin/maildirmake -q 315000000S Maildir
After installing a test environment using dovecot v1.1.beta13, we found
that it
does not read the quota settings from the maildirsize file, instead, it
only rely on the
system wide settings. This could be a problem since we have different
quota
settings for differ...
2008 Dec 15
2
How create shared Maildir ?
Hello, I'm bigginer dovecot.
I use dovecot version 1.0.15 (rc) on debian .
How create shared maildir ?
I try to ..................
# mkdir /home/share
# maildirmake.dovecot /home/share/Maildir
# chown root:mail /home/share
# chmod 660 /home/share
# vi /etc/dovecot/dovecot.conf
-------- add this ----------
namespace public {
separator = /
prefix = share.
location = maildir:/home/share/Maildir
}
Thunderbird can see "share" , but can't...
2008 Nov 28
1
Namespaces and shared folders
...es.
I added the following to /etc/dovecot/dovecot.conf:
namespace private {
separator =
prefix =
inbox = yes
}
namespace public {
separator = /
prefix =
location = maildir:/home/public/shared/Maildir
}
</pre>
I created my shared folder using the maildirmake command that came with
qmail:
maildirmake -S /home/public/shared/Maildir
maildirmake -s write -f online /home/public/shared/Maildir
chown -R dovecot:shared /home/public/shared
find /home/public/shared -type d -exec chmod 0777 {} \;
find /home/public/shared -type f -exec chmod 0...
2010 Jul 07
3
Manually creating folders from terminal
...I'm aware that the structure should look like:
~/.maildir/.INBOX/{cur,tmp,new}
~/.maildir/.INBOX.Subfolder1/{cur,tmp,new}
~/.maildir/.INBOX.Subfolder2/{cur,tmp,new}
~/.maildir/.INBOX.Subfolder2.Subsubfolder1/{cur,tmp,new}
...
I have tried manually making those directories and using the "maildirmake.dovecot" command that my system has. I feel that in the past, folders I have made this way worked. However, now none are showing up in my clients.
In Thunderbird, they aren't even listed on the "Subscribe" window for me to enable. Using Squirrelmail doesn't show them eith...
2008 Dec 12
1
How to setting shared Maildir
Hello I'm dovecot bigginer from courier-imap.
I used shared maildir in courier like this.
1) create maildir
# maildirmake -S /home/shared
2) create maildirshared file
# echo 'SHARE /home/shared ' > /etc/courier/maildirshared
(use tabcode)
3) edit imapd config file
IMAP_UMASK=022
IMAP_SHAREDINDEXFILE=/etc/courier/shared/index
in courier, only 3 step.
I read wiki (http://wiki.dovecot.org) abo...
2004 Feb 23
1
IMAP subfolders
Hi:
I am using dovecot since the first day on my server (so I have no other
mailbox formats).
I can't create any subfolders under any IMAP folders. Is this still an
issue of dovecot?
In mozilla, the operation is simply ignored. With outlook, you can't
even click "Accept" if you select to create a subfolder, rather than a
top level folder.
I have Fedora Core 1, and
2006 Feb 08
1
Dovecot does not access /var/mail when using Maildir
...works fine and I'm able to access my mail via
squirrelmail and via Outlook with imap.
However I want to create subfolders what is not possible. After reading I
discovered that I use mbox and that maildir is needed in order to be able
to use subfolders.
I have created a Maildir folder with the maildirmake.dovecot command in
my /home/mirko directory and corrected the owner.
Now dovecot uses the Maildir and I can create subfolers. However my
problem is that I don't receive Emails in my Inbox. Incoming mails are
delivered to /var/mail/mirko, but when dovecot uses Maildir it doesn't
access this....
2003 Aug 18
1
Questions
Hi, I'm still figthing with passwd-file, virtual users and permissions.
I have created the directory /var/spool/virtual/test and inside I've done a "maildirmake Maildir".
I have a couple of questions :
I use the same passwd-file for auth_userdb and as auth_passdb.
1) What program can I use to create the userdb file ?
What I do now is to use the htpasswd program and then I complete by hand the rest of the fields (uid:group:GECOS:home:shell)
htpassw...