Re: [exim] Batch SMTP or text-files as input or text-to-queu…

Etusivu
Poista viesti
Vastaa
Lähettäjä: Marc Sherman
Päiväys:  
Vastaanottaja: exim-users
Kopio: Andre Turpin
Aihe: Re: [exim] Batch SMTP or text-files as input or text-to-queueinsertion
Kjetil Torgrim Homme wrote:
> Exim will then generate an appropriate Date, if you've set it up to
> act as a submission agent for locally generated e-mail. to do that,
> I think this short hand works in the main section:
>
> acl_not_smtp = accept control = submission
>


Submission mode is the default for local command-line submission, and
the acl_not_smtp defaults to accept, so that isn't needed.

- Marc