Mailinglist Archive: opensuse (4348 mails)
| < Previous | Next > |
Re: [SLE] sendmail
- From: Kees Bergwerf <c.bergwerf@xxxxxxxxx>
- Date: Tue, 22 Oct 2002 22:21:27 +0000
- Message-id: <200210222221.27087.c.bergwerf@xxxxxxxxx>
> It has always been a symlink. Original poster, can you please add '
> -x' to the '#! /bin/sh' line in /etc/init.d/sendmail and post the
> output when running 'rcsendmail start' after running 'rcsendmail
> stop'.
a lot of ilnes..... and then
++ norm=
+++ echo -en '\015 '
++ stat=
++ rc_done= done
++ rc_running= running
++ rc_failed= failed
++ rc_missed= missing
++ rc_skipped= skipped
++ rc_dead= dead
++ rc_unused= unused
++ rc_unknown= failedn
++ rc_reset=_up=
++ rc_save=
++ rc_restore=
++ _rc_status=0
++ _rc_status_all=0
++ _rc_todo=start
++ test start = status
++ test -n start
+ rc_reset
+ _rc_status=0
+ _rc_status_all=0
+ rc_check
+ _rc_check_ret=0
+ test 0 -eq 0
+ test 0 -eq 0
+ return 0
+ return 0
+ echo -n 'Initializing SMTP port (sendmail)'
Initializing SMTP port (sendmail)+ startproc -p /var/run/sendmail.pid
/usr/sbin/sendmail -O DaemonPortOptions=Addr=127.0.0.1 -L sendmail -Am -bd
-q30m -om
startproc: Usage:
startproc [+/-<prio>] [-s] [-u uid] [-g gid] [-v] [-l log_file|-q]
/full/path/to/program
+ rc_status
+ rc_check
+ _rc_check_ret=8
{...]
+ return 0
+ return 1
+ echo -en
+ test -n ''
+ echo -en ' failed'
failed+ echo -en
+ test -z ''
+ echo
+ return 1
+ rc_exit
+ exit 1
btw, how can I let sendmail send the mail immediately without waiting for 30
minutes?
--Kees
> -x' to the '#! /bin/sh' line in /etc/init.d/sendmail and post the
> output when running 'rcsendmail start' after running 'rcsendmail
> stop'.
a lot of ilnes..... and then
++ norm=
+++ echo -en '\015 '
++ stat=
++ rc_done= done
++ rc_running= running
++ rc_failed= failed
++ rc_missed= missing
++ rc_skipped= skipped
++ rc_dead= dead
++ rc_unused= unused
++ rc_unknown= failedn
++ rc_reset=_up=
++ rc_save=
++ rc_restore=
++ _rc_status=0
++ _rc_status_all=0
++ _rc_todo=start
++ test start = status
++ test -n start
+ rc_reset
+ _rc_status=0
+ _rc_status_all=0
+ rc_check
+ _rc_check_ret=0
+ test 0 -eq 0
+ test 0 -eq 0
+ return 0
+ return 0
+ echo -n 'Initializing SMTP port (sendmail)'
Initializing SMTP port (sendmail)+ startproc -p /var/run/sendmail.pid
/usr/sbin/sendmail -O DaemonPortOptions=Addr=127.0.0.1 -L sendmail -Am -bd
-q30m -om
startproc: Usage:
startproc [+/-<prio>] [-s] [-u uid] [-g gid] [-v] [-l log_file|-q]
/full/path/to/program
+ rc_status
+ rc_check
+ _rc_check_ret=8
{...]
+ return 0
+ return 1
+ echo -en
+ test -n ''
+ echo -en ' failed'
failed+ echo -en
+ test -z ''
+ echo
+ return 1
+ rc_exit
+ exit 1
btw, how can I let sendmail send the mail immediately without waiting for 30
minutes?
--Kees
| < Previous | Next > |