| | There's few way to restart you sendmail in AIX. 1. # refresh -s sendmail 2. # sendmail -bi 3. # sendmail.cf stop # sendmail.cf start 4. # stopsrc -s sendmail # startsrc -s sendmail
If you discover that the sendmail daemon dies after you started it. You have to pass the parameters to sendmail to start it correctly. So best would be: # stopsrc -s sendmail # startsrc -s sendmail -a"-bd -q30m" If you only need to refresh the configuration you can also run: # refresh -s sendmail |
| | Posted 5/20/2008 8:02 AM - 207 Views - 0 eProps - 0 comments
- recommend
    - recs0
- share
- email
 - sent0
Give eProps or Post a Comment |