are there any docs for anvil config & usage in 2.0? afaict, nothing's mentioned in the wiki ... thx.
On 10/13/2009 07:27 PM PGNet Dev wrote:> are there any docs for anvil config & usage in 2.0? > > afaict, nothing's mentioned in the wiki ... >The wiki is not yet 'v2.0-ready'. Anvil works in the background. Usage: $PREFIX/sbin/dovecot [starts also anvil] $PREFIX/sbin/dovecot stop [stops also anvil] ;-) Configuration via master.conf. Regards, Pascal -- The trapper recommends today: 5e1f1e55.0928619 at localdomain.org
On Tue, 2009-10-13 at 10:27 -0700, PGNet Dev wrote:> are there any docs for anvil config & usage in 2.0?I wasn't really planning on writing any docs for it. If you need to talk to it, the source code will tell you the protocol. :) There's nothing to configure in it beyond the normal service {} settings. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20091013/74064dfc/attachment-0002.bin>
On Tue, Oct 13, 2009 at 10:49 AM, Timo Sirainen <tss at iki.fi> wrote:> On Tue, 2009-10-13 at 10:27 -0700, PGNet Dev wrote: >> are there any docs for anvil config & usage in 2.0? > > I wasn't really planning on writing any docs for it. If you need to talk > to it, the source code will tell you the protocol. :) There's nothing to > configure in it beyond the normal service {} settings.How about just what it does? Is it postfix's anvil (http://linux.die.net/man/8/anvil)? If it _is_, there are certainly a number of configuration parameters available ... the "process_limit" in master.conf NOT being one of them. Is it _only_ for use with postfix? If we don't use postfix, can/should we disable it?