On 07/11/03 09:37 +0000, Nasimuddin Ansari wrote: > Dear all > I'hv decided to setupmy mail server on postfix. > May some one point any URK having pdf document (like a > book is available for qmailat lifewithqmail.org), so Hmmm, google is your friend. Search the postfix-users list archives for details.
Also, the only documentation authoritative for Postfix is the one that ships with your version. You will want to watch out for that. > that i can follow it to install and configure postfix. >From source :) download package. tar -zxvf postfix-<version> cd postfix-<version>/README_FILES vi * cd .. CCARGS="CC options" LDARGS="LD options" make rpm -e --nodeps sendmail make install. postconf -e'myhostname=my.fq.dn' postconf -e'mynetworks=127.0.0.0/8 192.168.1.0/24' postconf -e'alias_database=hash:/etc/postfix/aliases' echo "root: myregularlogin" >> /etc/postfix/aliases postalias /etc/postfix/aliases postfix start You have a configured If you have a Debian based distro, get Lamont Jones' packages of Postfix 2. If RH or derivatives, Simon Mudd provides RPMs. Devdas Bhagat ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
