I think I forgot to tell you to compile the mimedefang source, not install it, just compile.
This will build a correct redhat/mimedefang-init file for you.
Just follow this commands: # tar xzf mimedefang-2.51.tar.gz # cd mimedefang-2.51 # ./configure --prefix=/usr --sysconfdir=/etc --with-user=defang # make # cp /etc/init.d/mimedefang /etc/init.d/mimedefang.pre251 # cp redhat/mimedefang-init /etc/init.d/mimedefang # chkconfig --del mimedefang # chkconfig --add mimedefang # chkconfig mimedefang on
Also, you may want to check that the file /etc/sysconfig/mimedefang is not that different from redhat/mimedefang-sysconfig, because the file /etc/init.d/mimedefang uses the file /etc/sysconfig/mimedefang for reading the runtime options.
Hope this helps Oliver
-- Oliver Schulze L. <[EMAIL PROTECTED]>
_______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

