Posts categorized under: administration

Creating postfix aliases

Just a reminder of the postfix alias flow. I don't do it enough to remember off the top of my head and this saves me the google time.

1. edit /etc/aliases or /etc/postfix/aliases (one is a symlink to the other):

# postalias /etc/aliases
# newaliases
# postfix reload

Fix for missing X11 libraries in Leopard

This solution comes straight from: Penny Smalls.. I've just put it here for personal reference.

dyld: NSLinkModule() error
dyld: Library not loaded: /usr/X11R6/lib/libdpstk.1.dylib
  Referenced from: /usr/local/lib/ruby/gems/1.8/gems/rmagick-1.15.9/lib/RMagick.bundle
  Reason: image not found
Trace ...

Fix for max attachment size stuck at 0 bug in leopard server

There's a bug in Server Admin which makes the max attachment size stick at 0 MB preventing file uploads. To fix this:

  • Manually set your preferred attachment size in /etc/wikid/wikid.conf under the maxattachmentsizekey

  • Save file

  • restart the team server on the command line

    sudo serveradmin ...