On Sat, Feb 21, 2004 at 10:10:16PM +1100, Michael F. wrote: > When I ran my old boxes with qmail, we had a sendmail wrapper script, > that would allow you to invoke qmail just like you would sendmail for > commandline type sending. How does one do this on exim, as the machine > in question can't use the php mail() procedure because I believe > /usr/sbin/sendmail aint available and if I link it to the exim binary, I > can't seem to find the correct switches to make it work.
Exim is (almost) a sendmail replacement, and there's heaps on it in the docs and the man page. E.g. /usr/share/doc/exim/oview.txt.gz What exactly is failing? FWIW I get this on exim4 on sarge: # sendmail Exim is a Mail Transfer Agent. It is normally called by Mail User Agents, not directly from a shell command line. Options and/or arguments control what it does when called. For a list of options, see the Exim documentation. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
