On Fri, 27 Feb 2004, Kevin A. McGrail wrote: > For a quick change on a server in place with plenty of ram with tmpfs > compiled and configured to /dev/shm, does anyone see a problem with just > adding the following (or very similar) to the mimedefang startup script? > > cd /dev/shm > mkdir MIMEDefang > chmod 700 MIMEDefang > chown defang.defang MIMEDefang > ln -s /dev/shm/MIMEDefang /var/spool/MIMEDefang
How to handle the case, if /var/spool/MIMEDefang already exists? Be it an old symlink or an old-style directory. BTW: Why don't you use mount? Bye, -- Steffen Kaiser _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

