I remember earlier posts with this problem. After a quick search, there's a series of posts from 5/10/03-5/13 with the subject line: Running on Start Up. Of particular interest to you is the post by Andres E. Gallo with subject: Running on Start Up --SOLVED on 5/13/03:
Well friends....problem solved. I set as Scott said: ------------------------------------------------------------------- # /etc/mail/mailer.conf # Execute the Postfix sendmail program, named /usr/sbin/sendmail # sendmail /usr/sbin/sendmail send-mail /usr/sbin/sendmailmailq /usr/sbin/sendmail newaliases /usr/sbin/sendmail ------------------------------------------------------------------- And latermodified the rc.conf ------------------------------------------------------------------- # # Sendmail (Postfix) # sendmail_enable="YES" sendmail_flags="-bd" sendmail_outbound_enable="NO" sendmail_submit_enable="NO" sendmail_msp_queue_enable="NO" ------------------------------------------------------------------- So after reboot, startup programs begun, no more CTRL-C to get login at the console. Again, thanks to ALL Andres.- Hope that helps! Gerry Tim McCullagh wrote: Hi All I has just put together another postfix box with amavisd and mailman on it. The OS FreeBSD 4.8 stable. I am getting the same startup / bootup problem detailed below where the system boots, I can ssh to it, but the startup scripts are hanging on the postfix startup. If I hit Crtl C the process is escaped and the startup /etc/rc script runs all the startup scripts in /usr/local/etc/rc.d Has anyone else come across this and found a solution? Thanks Tim ----- Original Message ----- From: "Internet Chicago Staff" <[EMAIL PROTECTED]>[1] To: <[EMAIL PROTECTED]>[2] Sent: Wednesday, February 19, 2003 8:36 AM Subject: [IMGate] Startup Okay, I have three of these up and running. They seem fine, except one thing when they reboot the boot process hangs at starting postfix server and the only way to get past it , is to hit control-c . When it is hung up at starting postfix server it does accept incoming e-mail fine, so I guess I just want to know ifthis is a sign of a bigger problem Thanks Eric --- Links --- 1 mailto:[EMAIL PROTECTED] 2 mailto:[EMAIL PROTECTED]
