Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Can't start qmail-smtpd
Name: pt2huynh Date: January 6, 2006 at 06:22:27 Pacific OS: Red hat 9 CPU/Ram: P4/512
Comment:
Hi everyone,
My qmail-smptd RUN file is:
#!/bin/sh QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` LOCAL=`head -1 /var/qmail/control/me` if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" -o -z "$LOCAL" ]; then echo "QMAILDUID, NOFILESGID, MAXSMTPD, or LOCAL is unset in" echo "/var/qmail/supervise/qmail-smtpd/run" exit 1 fi if [ ! -f /var/qmail/control/rcpthosts ]; then echo "No /var/qmail/control/rcpthosts!" echo "Refusing to start SMTP listener because it'll create an open relay" exit 1 fi exec /usr/local/bin/softlimit -m 2000000 \ /usr/local/bin/tcpserver -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \ -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd 2>&1
when I execute that with "sh run", I got Line 20 unexpected end of file.
Summary: hi All, I can't start the postgre-server in Red Hat 9.0. In the document, they tell me to start postgre-server, type command : "postmaster -D /usr/local/pgsql/data". But in my system ( RH 9.0 )...
Summary: Hi folks, KDE 3.0.5a-4 RH 8.0 To start *.doc on separate window with OpenOffice Write, I need to select Control Center -> Index -> File Browsing -> File Associations -> Known Types -> x-m...
Summary: Hello, Last night my system worked correctly. But today Xwindow can't start. I start the computer and all services responce OK but the login screen not appears and the monitor don't show anything and ...