Hi, On Tue, Apr 27, 2010 at 02:41:53PM +0400, Proskurin Kirill wrote: ... > > insert something like > > > > if [ -x /usr/sbin/exim4 ] > > then > > /usr/sbin/exim4 -bd > > /usr/sbin/exim4 -oP /var/run/exim4/eximqr.pid -q5m > > fi > > > > into /etc/rc.local > > > > (use your valid pathes!) > > Yes I think about this construction. I just wonder - is there kind some > native way. Ok - thank you I will try this.
The "native" way is to use sendmail :-} But you could of course make it look more native by rewriting /etc/rc.sendmail or replacing it by rc.exim :) ... but this is getting pretty OT now. -- Regards Frank -- ## 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/
