I installed via the RH9 RPMs on the site you gave before. It is now started up but I have a problem it seems regarding sending emails. I can't seem to sendmail them out to mailboxes. I have webmin installed and tried flushing the queue and it gives this line:
"Forcing the attempted delivery of mail with the command /usr/sbin/postqueue -c /etc/postfix -f .."
Does this mean I have some configuring to do in postfix such as master.cf and main.cf? Also, I have a dynamic host so I use dyndns.org to store my IP. Does it matter if I dont have anything put in for the mail exchanger in dyndns.org's records?
Regards, Ben
From: "Cowles, Steve" <steve@xxxxxxxxxxxxxxx> Reply-To: General Red Hat Linux discussion list <redhat-list@xxxxxxxxxx> To: "'General Red Hat Linux discussion list'" <redhat-list@xxxxxxxxxx> Subject: RE: Adding postfix to startup Date: Thu, 5 Aug 2004 00:24:36 -0500
Ben Sewell wrote: > Hi Steve, > Thank you for your reply. Maybe I should have been more specific but I > downloaded a tarball file from a postfix mirror site. The file was > called postfix-2.1.4.tar.gz and I successully installed postix. The > problem I'm having is that I want postfix to start during system > bootup. >
Did the taball you referenced above install the redhat postfix init script (/etc/init.d/postfix) after you compiled it? i.e. make; make install. Without the postfix init script, chkconfig will not be able to reference postfix to start at bootup. Which I believe is what your asking.
If you do have the postfix init script installed, then I'm at a loss as to
why you are not able to reference it with chkconfig. If all else fails, I
guess you could always manually create the link in the appropriate runelevel
to get postfix to start at bootup.
If you don't have the postfix init script installed, then try compiling postfix from the rpm source (instead of the tarball) as I stated in my previous post. The postfix init script will be installed.
# rpm -ql postfix | grep init.d /etc/rc.d/init.d/postfix
# chkconfig --list postfix postfix 0:off 1:off 2:on 3:on 4:on 5:on 6:off
Steve Cowles
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
_________________________________________________________________
Don?t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list