Ask a Question related to FreeBSD, Design and Development.
-
Ken Hawkins #1
sendmail startup script?
I am in the midst of reconfiguring sendmail on a box to forward the
mail from the domain to another box (true mail smtp box). is there a
script that I can call similar to what is in the /usr/local/etc/rc.d
area? how does sendmail konw what flags to set in the command on
startup?
btw my line from ps'ing is:
/usr/sbin/sendmail -FCronDaemon -odi -oem -oi -t
thanks in advance!
ken;
Ken Hawkins Guest
-
sendmail script
Please give me a link or sample code for an ASP sendmail form (from, subject, body, attachment would be nice). Thanks -
System Startup Script Question
Greetings one and all, I am installing some software on a test bed AIX/5L machine. The manual for the software instructed me to place a specific... -
perl script generates sendmail NOQUEUE: connect from root@localhost
Hello, I have numerous administrative scripts that contain the following chucnk of perl: # Mail Procedure # &send_mail; -
Bypass Startup Script
....but you can't create a relationship without having a master password, so regular users couldn't use this method. -Scott "Tim Morrison"... -
Oracle startup script
I have installed Oracle 9.2.1 RedHat 8.0, and it is up and running perfectly. But I need a startup script to put in /etc/rc.d/init.d to make Oracle... -
Giorgos Keramidas #2
Re: sendmail startup script?
On 2005-02-23 08:54, Ken Hawkins <ken@rosewoodblues.com> wrote:
/etc/rc.conf contains the flags for Sendmail.> I am in the midst of reconfiguring sendmail on a box to forward the
> mail from the domain to another box (true mail smtp box). is there a
> script that I can call similar to what is in the /usr/local/etc/rc.d
> area? how does sendmail konw what flags to set in the command on
> startup?
The /etc/rc.sendmail script can be used to stop, start or restart the
Sendmail daemon processes.
This doesn't look like a daemon invocation of Sendmail (i.e. no -bd> btw my line from ps'ing is:
>
> /usr/sbin/sendmail -FCronDaemon -odi -oem -oi -t
flags are present). The -t option means it's probably an invocation of
Sendmail from another user process, which is currently posting a
message.
- Giorgos
Giorgos Keramidas Guest



Reply With Quote

