[4833] in RedHat Linux List
Re: sendmail ->qmail problems, help
daemon@ATHENA.MIT.EDU (Wierdl Mate)
Sun Nov 17 18:46:27 1996
To: mmalecha@UTMEM1.UTMEM.EDU
cc: redhat-list@redhat.com
In-reply-to: Your message of "Sun, 17 Nov 1996 10:19:59 EST."
<01IBY6SFF5VM8X2LYY@UTMEM1.UTMEM.EDU>
Date: Sun, 17 Nov 1996 17:31:19 -0600
From: Wierdl Mate <matyi@wierdlmpc.msci.memphis.edu>
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
Here what to do to make qmail work:
1) Uninstall sendmail.
You probably need to use the --nodeps option.
2) In /etc/profile, set
MAIL=$HOME/Mailbox
export MAIL
In /etc/csh.cshrc set
setenv MAIL $HOME/Mailbox
This is because qmail drops the mail in ~user/Mailbox
3) To make qmail work with MH (exmh, mh-e,xmh), do
in /etc/profile
MAILDROP=$HOME/Mailbox
export MAILDROP
in /etc/csh.cshrc
setenv MAILDROP $HOME/Mailbox
If you previously removed MH (exmh), install them with the --nodeps
option.
4) To make pine work with qmail, do:
in /usr/lib/pine.conf
inbox-path=$MAIL
sendmail-path=/usr/sbin/sendmail -t
5) Install qmail rpm.
6) If you have problems with sending mail outside your domain (as I
had) , you want to remove /var/qmail/control/rcpthosts.
7) Only after rebooting was everything working well for me.
8) It is worth looking at the INSTALL.* and FAQ docs in /usr/doc/qmail*
But be careful, not everything should be taken verbatim for Linux.
Mate
M\'at\'e Wierdl
Department of Mathematical Sciences
University of Memphis,
E-mail: matyi@moni.msci.memphis.edu
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
________________________________________________________________________
http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null