Globalcon.net
Verified User
- Joined
- Oct 24, 2003
- Messages
- 17
For exim 4.2*, use this instead for step 9 above:
Then follow the rest. I've tested it and everything seems to be working.
Thanks for the instruction kaarechr!
Sincerely,
Reyner
Code:
QUEUE=
[ -f /etc/sysconfig/exim ] && . /etc/sysconfig/exim
[ "$DAEMON" = yes ] && EXIM_OPTS="$EXIM_OPTS -bd"
[ -f /etc/sysconfig/exim ] && . /etc/sysconfig/exim
[ "$DAEMON" = yes ] && EXIM_OPTS="$EXIM_OPTS -C /etc/exim_outgoing.conf"
[ -n "$QUEUE" ] && EXIM_OPTS="$EXIM_OPTS -q$QUEUE"
Then follow the rest. I've tested it and everything seems to be working.
Thanks for the instruction kaarechr!
Sincerely,
Reyner