This is a discussion on Re: postfix and sendmail within the mailing.postfix.users forums, part of the Mail Servers and Related category; ok, I think I just answered my own question. My main.cf had the header_checks parameter active. I commented this ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
ok, I think I just answered my own question. My main.cf had the
header_checks parameter active. I commented this out for now, and mail delivery works! Woo hoo. Now, I am assuming that I probably WANT these header checks turned on, and I'm assuming this is the place to tell me how to do that: http://www.postfix.org/SMTPD_ACCESS_README.html I'm also assuming this will tell me how to configure things so that it will allow relay from authenticated users, yes? If no, is there some other doc I should be looking at? THanks for your help, Christian Christian Cryder wrote: > Ralf Hildebrandt wrote: > >>> This makes me think that sendmail is intercepting the SMTP >>> connections instead of passing them on to postfix. Do I need to >>> remove sendmail completely? >> >> >> Of course! >> >> If you want to drive Porsche, you need to get rid of the old Beetle. > > > Thanks for your patience ;-) Ok, so I've removed sendmail, and now my > lsof looks better (I think): > --------------------------- > lsof -i:25 > COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME > master 25740 root 11u IPv6 480047 TCP *:smtp (LISTEN) > master 25740 root 12u IPv4 480048 TCP *:smtp (LISTEN) > smtpd 25748 postfix 6u IPv6 480047 TCP *:smtp (LISTEN) > smtpd 25748 postfix 7u IPv4 480048 TCP *:smtp (LISTEN) > smtpd 25761 postfix 6u IPv6 480047 TCP *:smtp (LISTEN) > smtpd 25761 postfix 7u IPv4 480048 TCP *:smtp (LISTEN) > smtpd 26097 postfix 6u IPv6 480047 TCP *:smtp (LISTEN) > smtpd 26097 postfix 7u IPv4 480048 TCP *:smtp (LISTEN) > smtpd 26098 postfix 6u IPv6 480047 TCP *:smtp (LISTEN) > smtpd 26098 postfix 7u IPv4 480048 TCP *:smtp (LISTEN) > > However, now if I try to send mail (even from local root account) I see > the following messages in /var/log/messages: (and the mail is not > delivered) > ---------------------------- > Jan 19 15:33:25 localhost postfix/cleanup[26513]: fatal: open > /etc/postfix/header_checks: No such file or directory > Jan 19 15:33:26 localhost postfix/master[25740]: warning: process > /usr/libexec/postfix/cleanup pid 26513 exit status 1 > Jan 19 15:33:26 localhost postfix/master[25740]: warning: > /usr/libexec/postfix/cleanup: bad command startup -- throttling > > > Sorry if this is obvious, but I'm not at all sure what I'm supposed to > do with this. I have started and stopped postfix, but to no avail. Is > something not configured correctly? > > If there is part of the manual that explains this, please just point me > in teh right direction... > > thanks again, -- Christian ---------------------------------------------- Christian Cryder Internet Architect, ATMReports.com Project Chair, BarracudaMVC - http://barracudamvc.org ---------------------------------------------- "Coffee? I could quit anytime, just not today" -- Christian ---------------------------------------------- Christian Cryder Internet Architect, ATMReports.com Project Chair, BarracudaMVC - http://barracudamvc.org ---------------------------------------------- "Coffee? I could quit anytime, just not today" |