Thanks for you mail
It wasn't a success to do that because when I send the mail as you said it
doesn't bypass the amavisd instead it got caught again by amavisd. My setup
is a standard one as per Amavisd-new documents, and wonders what could be
yours. Mail setup is postfix+Cyrus+ldap virtual users
On Sun, 2 Apr 2006, Ow Mun Heng wrote:
On Fri, 2006-03-31 at 16:49 -0400, Marc G. Fournier wrote:
What are ppl currently using?
I've experimenting with web-cyradm
I've looked at openmailadmin but somehow.. didn't get it up and running.
I'm looking for something that uses a database backen
I found this in the wiki, question is what is the proper way to escape the
@??
<--snip-->
Given that you have a username [EMAIL PROTECTED], unless you escape the '@' as
explained below, cyrus deliver will claim that the mailbox does not exist.
instead of
deliver [EMAIL PROTECTED]
you should
I’m trying to setup postfix+cyrus+mysql+web-cyradm+cyrus-sasl.
I changed web-cyradm so when it creates mailbox for domain the account looks
like [EMAIL PROTECTED] and not
user.domain.com. I have that working correctly. I can also login to the server
(pop, imap) using [EMAIL PROTECTED] and p
thus Ken Jones spake:
Check in the file: /etc/imapd.conf
sasl_pwcheck_method: saslauthd sasl_pwcheck_method: auxprop
sasl_auxprop_plugin: sasldb
sasl_auto_transition: no
hi ken,
thanks for your reply.
in the meanwhile i try gentoo, as other distributions don't give me the
freedom i used t
--- Timo Schoeler <[EMAIL PROTECTED]> wrote:
> hi list,
>
> i'm in the not-so-lucky (at least for me ;) situation to set up a FC5
> imap server.
>
> it wants to use PAM, which runs fine for me on NetBSD 3.0 e.g., but
> this linux box won't do it:
>
> Mar 28 11:58:48 www perl: No worthy mechs fo
On Fri, 2006-03-31 at 16:49 -0400, Marc G. Fournier wrote:
> What are ppl currently using?
>
I've experimenting with web-cyradm
I've looked at openmailadmin but somehow.. didn't get it up and running.
> I'm looking for something that uses a database backend ... big thing for
> me is to avoid u
There are two simple Sieve scripts that I would like to write:
I need to unconditionally save a copy of each incoming message,
organized by the recipient's name. Is it possible to write a global
Sieve script to do something like this?
fileinto :address :localpart;
keep;
If not, then wha