Scripta Manent

Icon

Kesempurnaan adalah Perjalanan

Mutt Configuration

I am wondering, why I can’t access my email with mutt email client? The mutt is accessing the /var/mail/ I try to figure it out. I have already Maildir configuration. So this is the problem. Mutt is accessing empty folder because my mail is in the Maildir configuration.

I putt mutt configuration .mutt rc on my home folder

set mbox_type=Maildir
set folder="~/Maildir"
set mask="!^\\.[^.]”
set mbox=”~/Maildir”
set record=”+.Sent”
set postponed=”+.Drafts”
set spoolfile=”~/Maildir”

Deploying Web App on Debian’s Tomcat

I think there’s a different way, to deploy web application on Debian’s Tomcat. It’s not as just simple copy to the webapps directory. I should start thinking/finding a new way to do it.