blog.webwesen.com Rotating Header Image

Posts under ‘servers’

How to rotate catalina.out logs on Linux systems

Tomcat is dumping everything printed out to console to catalina.out by default. And with good uptimes (Tomcat is great ) the catalina.out log could get pretty big (in my case it grew to 8Gig). What is my remedy? Short of messing with catalina’s start.sh – piping the output to some logrotating utility instead of straight [...]

What is the defference between MTA and MDA (email)?

MTA = Mail Transfer Agent (sends and receives email between MTAs and among other elements of an email system) exim postfix sendmail MDA = Mail Delivery Agent (receives email from an MTA for delivery to a mailbox) courier dovecot procmail MUA = Mail User Agent (email client) Thunderbird elm mutt Note: An overview of how [...]