--On 7 April 2009 14:30:47 -0400 John MacKenzie <[email protected]> wrote:
> > The perl script is being called near the begining of the exim.conf file > > perl_startup = do '/etc/exim.pl' > That line just starts the perl interpreter. Presumably, you're using the perl routines elsewhere in your configuration. This is all well documented in chapter 12 of the Exim docs, eg at <http://www.exim.org/exim-pdf-current/doc/spec.pdf> However, you don't need perl at all to queue messages. You can use "control = queue" only in any ACL, and you'll be interested in the ratelimit ACL. See section 40.35 of the docs. -- Ian Eiloart IT Services, University of Sussex 01273-873148 x3148 For new support requests, see http://www.sussex.ac.uk/its/help/ -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
