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

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Jakob Hirsch
Datum:  
To: Andre Turpin
CC: exim-users
Betreff: Re: [exim] Batch SMTP or text-files as input or text-to-queue insertion
Andre Turpin wrote:

> sed to mung the files the way that the command-line "exim4 -bs < file"


You probably want a simple "exim -bm -t < file", without any sed-ing.
Don't forget that the calling user must be trusted. And there has to be a
blank line between header and body (i.e., after Subject: in your example).
There is also a man page, btw...