#############################
# this file belongs to /etc #
#############################

# default mailbox mail is going to
defaultbox = "/var/spool/mail/"+username

# default destination of mail - do not change unless you have a reason
# (such as using maildir instead of mailbox as defaul)
default = MailBox(defaultbox)

# size of buffer where the header and beginning of message is read
# big enough to take the headers and some lines of message
initbufsize = 8192

# size of chunks used to write message to the mail folder. 
# better make it multiplication of filesystem buffer size for best performance
bufsize = 4096

# location of sendmail program
sendmailbin = "/usr/bin/sendmail"

# location of lockfile program
lockfilebin = "/usr/bin/lockfile"

