I've set up Roundcube using dovecot, postfix{admin,}, and pigeonhole, enabled the managesieve plugin for roundcube, but Filters won't seem to work. I have no idea why.The following is my dovecot.conf.
I have read that dovecot supports sieve. I have tried using a thunderbird extension, and a roundcube extension, to use it but it appears to not being installed.
Do I have to install it manually?
Ancuta,I don't recomend sendmail as MTA, it's very limited.You can run postfix+dovecot+roundcube without issues on same machine, if you have a server with a low load. [by wrato]
For my mailserver I have a dovecot, postfix and sieve setup.
I have several hundred mails in my maildir and have recently created some sieve rules for sorting them. Unfortunatelly the sieve rules are by design only applied to incoming messages. Therefore my question:
How can I run sieve against messages in an already existing maildir?
Thanks
Referenced CVEs:
CVE-2008-4577, CVE-2008-5301, CVE-2009-2632, CVE-2009-3235
Description:
===========================================================
Ubuntu Security Notice USN-838-1 September 28, 2009
dovecot vulnerabilities
CVE-2008-4577, CVE-2008-5301, CVE-2009-2632, CV
I have changed hostname on my Ubuntu 8.04 server but sendmail is still sending emails showing old hostname in the email headers 'From' field.
I have tried running command to re-generate my sendmail.cf but it ended up with the errors:
root@server:/etc/mail# m4 sendmail.mc > file.mc
*** ERROR: FEATURE() should be before MAILER()
*** MAILER(`local') must appear after FEATURE(`always_add_domain')
I have spent all day installing postfix, dovecot, postfixadmin, roundcube webmail and webmin.
I thought that I had configured postfix/dovecot correctly, however upon logging into roundcube and trying to send a test mail, it just hangs there with the loading symbol on the browser.
With that, I am left thinking that something is wrongly configured being it IMAP, SMTP, or POP.
Each time a user signs up to our website through an external provider we get a basic email with the body contents containing the user details.
I want to write a personalised automatic reply to this user.
There is documentation around on how to make /usr/local/bin/procmail work with delivering to a maildir.
However, it is my understanding that it is also possible to avoid procmail altogether, and have sendmail's local_procmail FEATURE call /usr/local/libexec/dovecot/deliver / dovecot-lda directly, instead of first calling procmail.
In such case, how would dovecot-lda know whether it needs to deli