[Dovecot] auto Cc: with dovecot+mysql
hi, i'm migrating 1 mail-server from LDAP+postfix+courier to mysql+postfixadmin+dovecot, on a debian etch machine i have followed this howto : http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL (changed uid and gid for usage in debian, the SVN-postfixadmin didn't work for me, so i used the stable version, and haven't tested the SASL-part yet) this works great, except the LDAP+postfix setup has for some users an automatic Cc: say, for example, 1 user, with email-address [EMAIL PROTECTED], will also have all the emails going to [EMAIL PROTECTED] so far i have failed to find out whether this can be done with postfix in that setup, following above mentioned howto (postfixadmin can do aliases, but not "auto Cc: for virtual domains afaik) can this be done by dovecot LDA maybe ? or ... can i have a dovecot.conf where certain users use LDAP instead of mysql for lookups and those kind of preferences ? grtz, albi
Re: [Dovecot] mbox vs maildir
mouss wrote: >> Can Dovecot handle mbox for some users and maildir for others? I'd >> like to try a conversion for one user... I'll probably create a new >> user, then have procmail copy (via ! action code) all mail for one >> user to that new user. > > Why not use one of the available mbox 2 maildir utilities. in case you would have problems with this for whatever reason, another option is to simply start copying mail-folders inside a mail-client which connects to both old and new imap-server (or old mailboxes vs. new imap-server) with that option you can even easily convert from mailboxes with "weird" formats like native pegasus mail mailboxes to maildir-format, assuming that you have set maildir-format as default on your new imap-server just connect to your new imap-server with maildir as default inside your email-client and start copying etc.
Re: [Dovecot] Migrating subscription lists
Stewart Dean wrote: > 2) Some people are consciously or unconsciously using the UWIMAP > .mailboxlist subscription file as it is meant to be used, namely to > *restrict* the folders shown. If/when I generated the Dovecot > .subsbcriptions file by just doing an ls -1 of their mail directory, > they will be surprised to see stuff not previously displayedthat > they may very well not know they'd had. http://wiki.dovecot.org/Migration/UW claims that your can use a script to handle this > Murphy must be a terribly overworked deity...you'd think he'd take a > rest now and then from maximizing entropy let Murphy have some days off now ;]
Re: [Dovecot] Dovecot login failing
Richard Ellis wrote: [getmail/dovecot/squirrelmail login failure] > Looking in the logs, Dovecot appears to be trying to add a domain name > against the login, instead of just checking that user against the UNIX > logins of my machine. can you provide "dovecot -n" output ? and did something change ? did you installed extra squirrelmail-plugins ? did you test it also with an email-client like mozilla thunderbird ?
Re: [Dovecot] Maildir Skeleton
Sebastian Ganschow wrote: > If the cronjob will be executed every minute, the chance for some > mails getting in before the maildir has been created will be very > low, because the created alias has to be synchronized to the > mailrelay first. This happens every 15 minutes. > > I think the cronjob approach will be the best solution. am i missing something ? i am using postfixadmin+dovecot+dovecot-LDA and i thought the spam-folder gets created the moment there's spam to be delivered in the spam-folder so why not just simply have a global sieve-file ? i used these 2 pages for my setup : http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL http://workaround.org/articles/ispmail-etch/#sieve-filtering-out-spam