Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Aug 2016 19:25:51 +0200
From:      Niklaas Baudet von Gersdorff <stdin@niklaas.eu>
To:        freebsd-questions@freebsd.org
Subject:   Re: Need advice for setting up mail server
Message-ID:  <20160807172551.GA12411@len-t420.klaas>
In-Reply-To: <511A90F2-8BF1-4C6E-92DC-C442649B075B@mail.sermon-archive.info>
References:  <VI1PR02MB0974A0FB1361638BDD437043F61A0@VI1PR02MB0974.eurprd02.prod.outlook.com> <20160807165256.78074e54154e43d3a696b22d@sohara.org> <E98F78D7-CA67-4443-B9D4-8642216BC4B3@mail.sermon-archive.info> <20160807174936.90f2a2c2c2a3e1a3e84452cc@sohara.org> <511A90F2-8BF1-4C6E-92DC-C442649B075B@mail.sermon-archive.info>

next in thread | previous in thread | raw e-mail | index | archive | help
Doug Hardie [2016-08-07 10:07 -0700] :

> I found the sieve language a bit confusing at first.  It took
> a few tries to get one to compile without errors.  One of the
> more interesting aspects is that the sieve is not compiled when
> you save it.  It is compiled when the next message is
> processed.  It will generate a log file if an error is found.
> The error messages are actually helpful.  There is a way to
> manually force the compile, but I never can remember it.
> I just send myself an email so I don't have to wait to find out
> if the change was proper.  Using the web interface might make
> it easier.  I have never bothered to install it to find out.
> Currently I am the only one using that feature and vi is just
> fine for me.  If one of the others starts using it though I'll
> probably have to try that.

mail/roundcube is a webmailer that has a managesieve plugin.
You'd also need to activate managesieve in `mail_plugins` in
Dovecot. See mail/managesieve for the plugin to (as it says)
manage your sieve configuration remotely. Additionally you need
sieve itself i.e., mail/dovecot2-pigeonhole.

I would like to add that Postfix's documentation indeed is great.
Have a look at

  http://www.postfix.org/documentation.html

and especially

  http://www.postfix.org/STANDARD_CONFIGURATION_README.html

for configuration examples for common use cases.

    Niklaas



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160807172551.GA12411>