I've searched all over the place to find a solution but with no luck Pease help
Here is a output from the /var/log/maillog
Code:
Mar 7 16:23:37 linux sendmail[14160]: l273NZdh014160: from=root, size=85, class=0, nrcpts=1, msgid=<200703070323.l273NZdh014160@linux.jwservices.ath.cx>, relay=root@localhost
Mar 7 16:23:37 linux postfix/smtpd[14161]: connect from linux.jwservices.ath.cx[127.0.0.1]
Mar 7 16:23:37 linux sendmail[14160]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256
Mar 7 16:23:37 linux postfix/smtpd[14161]: BAD7A66788: client=linux.jwservices.ath.cx[127.0.0.1], sasl_sender=root@linux.jwservices.ath.cx
Mar 7 16:23:37 linux postfix/cleanup[14168]: BAD7A66788: message-id=<200703070323.l273NZdh014160@linux.jwservices.ath.cx>
Mar 7 16:23:37 linux postfix/qmgr[12001]: BAD7A66788: from=<root@linux.jwservices.ath.cx>, size=625, nrcpt=1 (queue active)
Mar 7 16:23:37 linux sendmail[14160]: l273NZdh014160: to=sales@jwcomputers.ath.cx, ctladdr=root (0/0), delay=00:00:02, xdelay=00:00:00, mailer=relay, pri=30085, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (Ok: queued as BAD7A66788)
Mar 7 16:23:37 linux postfix/smtpd[14161]: disconnect from linux.jwservices.ath.cx[127.0.0.1]
Mar 7 16:23:38 linux postfix/smtp[14169]: connect to jwservices.ath.cx[125.238.160.65]: Connection refused (port 25)
Mar 7 16:23:38 linux postfix/smtp[14169]: BAD7A66788: to=<sales@jwservices.ath.cx>, relay=none, delay=1, status=deferred (connect to jwservices.ath.cx[125.238.160.65]: Connection refused)
Mar 7 16:25:11 linux postfix/qmgr[12001]: 805DD6648E: from=<root@linux.jwservices.ath.cx>, size=725, nrcpt=1 (queue active)
Mar 7 16:25:11 linux postfix/qmgr[12001]: 4EF586673E: from=<root@linux.jwservices.ath.cx>, size=637, nrcpt=1 (queue active)
Mar 7 16:25:11 linux postfix/smtp[14178]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Mar 7 16:25:11 linux postfix/smtp[14180]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Mar 7 03:25:11 linux postfix/smtp[14178]: 805DD6648E: to=<jonathanwood27@gmail.com>, relay=none, delay=112959, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Mar 7 03:25:11 linux postfix/smtp[14180]: 4EF586673E: to=<sales@jwservices.ath.cx>, relay=none, delay=100831, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
and here is a copy of my main.cf (Note i've removed the comments)
Code:
mail_owner = postfix
mydomain = jwservices.ath.cx
myorigin = $mydomain
inet_interfaces = all
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.2.8/samples
readme_directory = /usr/share/doc/postfix-2.2.8/README_FILES
myhostname = linux.jwservices.ath.cx
mynetworks = 127.0.0.0/8
virtual_alias_domains =
virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.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
transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
virtual_create_maildirsize = yes
virtual_mailbox_extended = yes
virtual_mailbox_limit_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf
virtual_mailbox_limit_override = yes
virtual_maildir_limit_message = "The user you are trying to reach is over quota."
virtual_overquota_bounce = yes
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recip$
#content_filter = amavis:[127.0.0.1]:10024
receive_override_options = no_address_mappings
If you need anything else to help solve this problem i'll be happy to help