I have been trying to set up a mailserver for a while now. I tried to get one started last sumer, but gave up, and now I came back to it. I used this tutorial: http://workaround.org/articles/ispmail-sarge/ , and it seems to have worked fine for me, except for a few issues.

I telnet to my server fine, and send an email to xur17(at)epicconstructions.com with no errors. The email is supposed to be placed in the /home/vmail directory, but it isn't. It is placed in the /var/mail/ folder. What am I doing wrong.

Also, I can't access my mail.log file, because nothing is being added to it since I deleted it. (I deleted it because it was so long, that it took one minute to get to the bottom of it (I fixed all the errors in it fine, the only problem left is that I can't get the emails to go to the correct directory). Is there some way to fix this?

Since I think the problem might be with my main.cf file in the /etc/postfix folder, here is a copy of it:

Oh, and I will be willing to offer 1 itunes code to the person that helps me solve this (the first post that correctly fixes my problem). (If this isn't allow, please tell me).

Thank you very much!!

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h

relayhost = [smtp.fuse.net]

owner_request_special = no

recipient_delimiter = +

mailman_destination_recipient_limit = 1
myorigin = /etc/mailname
mydestination = localhost, epicconstructions.com
mynetworks = 127.0.0.0/8 192.168.0.0/24
mailbox_size_limit = 512
inet_interfaces = all

#added
virtual_alias_domains =
myhostname = epicconstructions.com
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_forwardings.cf mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_base = /home/vmail
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_use_tls = yes
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key
smtpd_tls_key_file = /etc/postfix/smtpd.key

#added
mailbox_size_limit = 15728640
message_size_limit = 10240000
virtual_mailbox_limit = 15728640