Hello prasetyo, Friday, June 6, 2003, 9:07:43 AM, you wrote:
p> Yth Linuxer: p> Saya mengkompile qmail-1.03.tar.gz, nah setelah p> sebelumnya saya ekstrak dg command #tar zxvf p> qmail-1.03.tar.gz lalu saya kompile #./config atau p> #./config-fast hostname.domain tetapi error : p> bash: ./config: No such file or directory p> gimana ya solusinya. Jadi kalau saya lihat berarti p> file confignya kan tidak ada..kenapa bisa? mohon p> pencerahan p> Terimakasih #cd /usr/local/src #wget http://cr.yp.to/software/qmail-1.03.tar.gz #wget http://www.ckdhr.com/ckd/qmail-103.patch #wget http://www.qmail.org/qmailqueue-patch #wget http://www.shupp.org/patches/qmail-maildir++.patch #wget ftp://ftp.pipeline.com.au/PipeInt/Sources/Linux/WebMail/qmail-date-localtime.patch.txt #wget ftp://ftp.pipeline.com.au/pipeint/sources/linux/WebMail/qmail-badmailfrom-badrcptto.patch.txt #wget ftp://ftp.pipeline.com.au/pipeint/sources/linux/WebMail/qmailctl.txt #groupadd nofiles #useradd -g nofiles -d /var/qmail qmaild #useradd -g nofiles -d /var/qmail qmaill #useradd -g nofiles -d /var/qmail qmailp #useradd -g nofiles -d /var/qmail/alias alias #groupadd qmail #useradd -g qmail -d /var/qmail qmailq #useradd -g qmail -d /var/qmail qmailr #useradd -g qmail -d /var/qmail qmails #tar xzf qmail-1.03.tar.gz #cd qmail-1.03 apply oversize dns patch #patch -p1 < ../qmail-103.patch apply qmailqueue patch this patch gives you the required support for other popular addons like Qmail-Scanner #patch -p1 < ../qmailqueue-patch apply patch to make qmail-local and qmail-pop3d compatible with the maildir++ quota system that is used by vpopmail and courier-imap #patch < ../qmail-maildir++.patch apply patch for local timestamps. This will make the emails headers be written in localtime rather than GMT #patch -p1 < ../qmail-date-localtime.patch.txt build support for badmailfrom logging and also build support for badrcptto functionality and logging #patch < ../qmail-badmailfrom-badrcptto.patch.txt #vi qmail-smtpd.c and change the code on the straynewline function (around line 51) from 451 to 553 Without this you will get nasty loops forming when a remote servers sends you an message with invalid formatting. By default qmail will says something like "I am not going to accept that message at the moment, you can try again later". However in my experience the sending server will try sending the same message again a few seconds later, and this will go around and around in a loop for days on end - consuming valuable bandwidth and resources. By changing the error code to 553, it is making the error be permanent ie "I am not going to accept that message, don't try sending it again" #make setup check #./config-fast perusahaanku.com ------------- Best regards, Nyoman Diartha PT. IVO Indonesia --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
