Found a problem in the startup script for postfix. Wget'd a new one from www.geocities.com/scottlhenderson/postfix-startup-script.txt, renamed it to postfix in etc/init.d and made sure it had the right permissions(755). Postfix now starts up correctly on boot. I am still getting this error in /var/log/maillog. I have tried stopping the iptables service but the error below still occurs. Any suggestions ?
Aug 19 16:20:21 SA postfix/smtpd[2070]: connect from rnutter.georgetowncollege.edu[10.26.1.15] Aug 19 16:21:01 SA postfix/smtpd[2070]: warning: support for restriction "reject_maps_rbl" will be removed from Postfix; use "reject_rbl_client domain-name" instead Aug 19 16:21:51 SA postfix/smtpd[2070]: D7CE425B46: client=rnutter.georgetowncollege.edu[10.26.1.15] Aug 19 16:22:07 SA postfix/cleanup[2072]: D7CE425B46: message-id=<[EMAIL PROTECTED]> Aug 19 16:22:07 SA postfix/qmgr[1486]: D7CE425B46: from=<[EMAIL PROTECTED]>, size=445, nrcpt=1 (queue active) Aug 19 16:22:20 SA amavis[1488]: (01488-01) mail_via_smtp: 450 4.4.1 Can't connect to 127.0.0.1 port 10025, Connection refused at /usr/local/sbin/amavisd line 3743, <GEN4> line 32., id=01488-01 Aug 19 16:22:20 SA amavis[1488]: (01488-01) Blocked CLEAN, <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>, Message-ID: <[EMAIL PROTECTED]>, Hits: 3.595 Aug 19 16:22:21 SA postfix/smtp[2073]: D7CE425B46: to=<[EMAIL PROTECTED]>, relay=localhost[127.0.0.1], delay=92, status=deferred (host localhost[127.0.0.1] said: 450 4.4.1 Can't connect to 127.0.0.1 port 10025, Connection refused at /usr/local/sbin/amavisd line 3743, <GEN4> line 32., id=01488-01 (in reply to end of DATA command)) Ron -------------------------------------------------------------------- Ron Nutter [EMAIL PROTECTED] Network Manager Information Technology Services (502)863-7002 Georgetown College Georgetown, KY 40324-1696 -------------------------------------------------------------------- -----Original Message----- From: Nick Oliver [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 3:49 PM To: [EMAIL PROTECTED] Subject: Re: Troubleshooting a SA setup -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Did you do a "postmap /etc/postfix/transport" to put the transport file in a .db format? Then you need to ensure that your main.cf has a line that says: transport_maps = hash:/etc/postfix/transport nwo - ----- Original Message ----- From: "Ronald I. Nutter" <[EMAIL PROTECTED]> To: "Nick Oliver" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, August 19, 2004 2:31 PM Subject: RE: Troubleshooting a SA setup > Nick: > > I added the relayhost = [10.1.7.7]:25 to my main.cf file and restarted > postfix. Looked in the /etc/postfix/transport file. Saw an entry for > my domain with a smtp:10.1.7.7 in it. Still no mail. > > Ron > > -----Original Message----- > From: Nick Oliver [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 19, 2004 2:48 PM > To: [EMAIL PROTECTED] > Subject: Re: Troubleshooting a SA setup > > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > This could be a relay problem. I had the same problem. Check your > main.cf for > > relayhost = [192.168.xxx.xxx]:25 > > you may also have to take a look at your /etc/postfix/transport file, > if you have activated that option. nwo > > > - ----- Original Message ----- > From: "Ronald I. Nutter" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, August 19, 2004 1:40 PM > Subject: Troubleshooting a SA setup > > >> It looks like I have gone through the ScottLHenderson setup document >> and have everything done. Using the document at >> http://exchange.mvps.org/smtp_frames.htm, I started a telnet test over > >> port 25. I get responses back as I would expect with the last >> message > >> being messaged queued. I never get anything on my exchange server. >> Is there a document somewhere that walks me through troubleshooting SA > >> to see if the mail is getting stuck on SA or pointing to where the >> problem is ? >> >> Thanks, >> Ron > > -----BEGIN PGP SIGNATURE----- > Version: PGP 8.0.2 > > iQA/AwUBQST17oHa2qg1FTg0EQLrPACg8mqEYvtXPLIlkagE810NjU1mxjAAn2TO > 1NysFJ/1I8WZyE86Eabz6pUa > =Oz5X > -----END PGP SIGNATURE----- -----BEGIN PGP SIGNATURE----- Version: PGP 8.0.2 iQA/AwUBQSUEK4Ha2qg1FTg0EQKQogCgpP3Rsj/6Dr5+ZZSx0OaH+UNG6tMAn3Vp Q8lGdlEd6jJSmHWHVu5e60MU =Tc97 -----END PGP SIGNATURE-----
