| bio | website | maclemon.at |
|---|---|---|
| location | Vienna, Austria | |
| age | 39 | |
| visits | member for | 3 years, 2 months |
| seen | yesterday | |
| stats | profile views | 9 |
Mac OS X Server Sysadmin
|
Sep 6 |
comment |
Mac OS X Server (10.5) mail trapped in queue Your observation that /var/amavis/tmp goes missing from time to time might be related to your server using an SSD and you having disabled access times to be written. Then amavisd thinks it didn't actually need the temp directory and removes it. (Yes this behaviour is extremely dumb.) |
|
Apr 7 |
comment |
ssh port forwarding / security risk Changing the default port from 22 to something arbitrary helps a lot to cut down on log spam by dumb scanning scripts. No added security, but I'd still recommend doing it. |
|
Apr 7 |
comment |
check if a domain is blacklisted / blocked Over IPv4 oder IPv6? By "Site" you mean Website (http) or other services? |
|
Mar 28 |
comment |
Do you use postfix or qmail and why You can use SpamAssassin with almost any mta. Definitely with postfix, qmail and exim. You definitely want a content (spam) filter with your mailsetup. Doesn't necessarily have to be SpamAssassin, but this one works fine. Remember that a good smtp setup will get rid of a lot of spam before it hits the expensive processing through a filter. PS: I'm a postfix person and like it very much, but I don't have a lot of experience with qmail or exim to be honest. |
|
Mar 28 |
comment |
Best way to backup and restore millions of files From my experience rsync is very likely to max out the IO performance on the Xserve, even with internal drives, and especially with FireWire devices. |
|
Mar 25 |
comment |
Is there a way to make scp run faster on a Mac OS X? rsync comes standard with Mac OS X and I expect it to be available on most Linux distros as well. You can just give it a try as rsync can use ssh as a transport. |
|
Mar 25 |
comment |
rsync over ssh backup failing after relocation of server Maybe you can get more helpful output by increasing verbosity with up to -vvv. |
|
Mar 23 |
comment |
SSH Connection refused Justin, you're actually right! It might still be a hosts.deny integration with the firewall that can produce this behaviour. (Though admittedly unlikely from the updated info.) |