Hi,<br><br>rc.6 which is executed during shutdown/reboot sets PATH=/sbin:/etc:/bin:/usr/bin. If I want to stop postfix automatically in rc.6 or rc.local_shutdown I get an error "postfix can't be found" because postfix is in /usr/sbin. Wouldn't it be better to write the full path in rc.postfix:<br>
<br>postfix_start() <br>{ <br>  /usr/sbin/postfix start <br>} <br> <br>postfix_stop() <br>{ <br>  /usr/sbin/postfix stop <br>}<br>?<br><br>Best regards<br>Eugene<br>