Hi rekan-rekan, Ingin tanya dikit nih.. saya masih ingin memperjelas mengenai qmail-smtp/run file. Kalau filenya begini ada yg salah nggak?
== start of file === #!/bin/sh QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` exec /usr/local/bin/softlimit -m 2000000 \ /usr/local/bin/tcpserver -v -x /etc/tcp.smtp.cdb -c 30 -R \ -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \ /usr/local/bin/rblsmtpd -b -C \ -r 'relays.ordb.org:Your message was rejected because the mail server you use is configured to allow OPEN RELAY - More detailed information regarding this problem is available from http://www.ordb.org/lookup/?%IP% - Please forward this error through to your email server support staff for easy resolution.' \ -r 'inputs.relays.osirusoft.com:Your message was rejected because the mail server you use is either configured to allow OPEN RELAY - More information regarding this problems is available at http://relays.osirusoft.com/cgi-bin/rbcheck.cgi?addr=%IP% - Please forward this error to your email server support staff for resolution.' \ -r 'proxies.relays.monkeys.com:Your message was rejected because the message was sent from an OPEN PROXY (%IP%) - More information regarding this problems is available at http://www.monkeys.com/anti-spam/filtering/proxies.html - Please forward this error to your email server support staff for resolution.' \ /var/qmail/bin/qmail-smtpd 2>&1 # for a linux gateway pc running fake ips etc, you should turn off dns lookups with # -H -l hostname.yourdomain.com \ === end of file === Saya coba kok nggak bisa jalan ya.. ? Terus apa sih sebenernya guna dari options berikut ini: -H -l 0 (ell nol). Kalau dilihat dari http://cr.yp.to/ucspi-tcp/tcpserver.html # -H: Do not look up the remote host name in DNS; remove the environment variable $TCPREMOTEHOST. To avoid loops, you must use this option for servers on TCP port 53. # -l localname: Do not look up the local host name in DNS; use localname for the environment variable $TCPLOCALHOST. A common choice for localname is 0. To avoid loops, you must use this option for servers on TCP port 53. ==> Yg bikin bingung adalah kalimat terakhir ini: To avoid loops.....dst Ada yg bisa bantu... -- Best regards, Romie Djapri -- Utk berhenti langganan, kirim email ke [EMAIL PROTECTED] Informasi arsip di http://www.linux.or.id/milis.php3

