vertex2
8th March 2007, 12:06
I've setup everything according to the steps in "The perfect..." tutorial. then installed ISPconfig. I've been running one domain with no problem with multiple email users. I then added another domain and added a e-mail user to that domain. However, when i send to this new user the email gets forwarded to the administrator and doesnt arrive in the users mail box.
I've searched and checked through forums for days and haven't been able to find the solution.
Here is my main.cf file:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
#smtp_host_lookup = native,dns
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
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
# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
myhostname=sourceline.co.za
mydomain=mail.sourceline.co.za
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin=/etc/mailname
mydestination=/etc/postfix/local-host-names
relay_domains=/etc/postfix/local-host-names
virtual_maps=hash:/etc/postfix/virtusertable
relayhost =
mynetworks = 127.0.0.0/8
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject _unauth_destination
and here are the log entries when trying to send to the newly created email ccount on the different domain:
Mar 8 05:03:32 sourceline postfix/smtpd[9787]: connect from dsl-241-45-200.telkomadsl.co.za[41.241.45.200]
Mar 8 05:03:34 sourceline postfix/smtpd[9787]: 812B7C06F7: client=dsl-241-45-200.telkomadsl.co.za[41.241.45.200], sasl_method=LOGIN, sasl_username=web2_vertex
Mar 8 05:03:36 sourceline postfix/cleanup[9788]: 812B7C06F7: message-id=<00f501c76168$f2dea8c0$d89bfa40$@co.za>
Mar 8 05:03:36 sourceline postfix/qmgr[9444]: 812B7C06F7: from=<mare@sourceline.co.za>, size=2676, nrcpt=1 (queue active)
Mar 8 05:03:36 sourceline postfix/cleanup[9788]: 7522CC07DD: message-id=<00f501c76168$f2dea8c0$d89bfa40$@co.za>
Mar 8 05:03:36 sourceline postfix/qmgr[9444]: 7522CC07DD: from=<mare@sourceline.co.za>, size=2815, nrcpt=1 (queue active)
Mar 8 05:03:36 sourceline postfix/local[9789]: 812B7C06F7: to=<web2_admin@sourceline.co.za>, orig_to=<info@cptbff.co.za>, relay=local, delay=2, status=sent (forwarded as 7522CC07DD)
Mar 8 05:03:36 sourceline postfix/qmgr[9444]: 812B7C06F7: removed
Mar 8 05:03:36 sourceline postfix/pickup[9443]: 86898C0881: uid=10023 from=<web2_vertex>
Mar 8 05:03:36 sourceline postfix/cleanup[9788]: 86898C0881: message-id=<20070308100336.86898C0881@sourceline.co.za>
Mar 8 05:03:36 sourceline postfix/local[9790]: 7522CC07DD: to=<web2_vertex@sourceline.co.za>, orig_to=<info@cptbff.co.za>, relay=local, delay=0, status=sent (delivered to command: /usr/bin/procmail -f-)
Mar 8 05:03:36 sourceline postfix/qmgr[9444]: 7522CC07DD: removed
Mar 8 05:03:36 sourceline postfix/qmgr[9444]: 86898C0881: from=<web2_vertex@sourceline.co.za>, size=385, nrcpt=1 (queue active)
Mar 8 05:03:36 sourceline postfix/local[9789]: 86898C0881: to=<admispconfig@localhost.localdomain>, relay=local, delay=0, status=sent (delivered to command: /usr/bin/procmail -f-)
Mar 8 05:03:36 sourceline postfix/qmgr[9444]: 86898C0881: removed
any help would be much appreciated, totally stumped.
I've searched and checked through forums for days and haven't been able to find the solution.
Here is my main.cf file:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
#smtp_host_lookup = native,dns
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
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
# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
myhostname=sourceline.co.za
mydomain=mail.sourceline.co.za
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin=/etc/mailname
mydestination=/etc/postfix/local-host-names
relay_domains=/etc/postfix/local-host-names
virtual_maps=hash:/etc/postfix/virtusertable
relayhost =
mynetworks = 127.0.0.0/8
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject _unauth_destination
and here are the log entries when trying to send to the newly created email ccount on the different domain:
Mar 8 05:03:32 sourceline postfix/smtpd[9787]: connect from dsl-241-45-200.telkomadsl.co.za[41.241.45.200]
Mar 8 05:03:34 sourceline postfix/smtpd[9787]: 812B7C06F7: client=dsl-241-45-200.telkomadsl.co.za[41.241.45.200], sasl_method=LOGIN, sasl_username=web2_vertex
Mar 8 05:03:36 sourceline postfix/cleanup[9788]: 812B7C06F7: message-id=<00f501c76168$f2dea8c0$d89bfa40$@co.za>
Mar 8 05:03:36 sourceline postfix/qmgr[9444]: 812B7C06F7: from=<mare@sourceline.co.za>, size=2676, nrcpt=1 (queue active)
Mar 8 05:03:36 sourceline postfix/cleanup[9788]: 7522CC07DD: message-id=<00f501c76168$f2dea8c0$d89bfa40$@co.za>
Mar 8 05:03:36 sourceline postfix/qmgr[9444]: 7522CC07DD: from=<mare@sourceline.co.za>, size=2815, nrcpt=1 (queue active)
Mar 8 05:03:36 sourceline postfix/local[9789]: 812B7C06F7: to=<web2_admin@sourceline.co.za>, orig_to=<info@cptbff.co.za>, relay=local, delay=2, status=sent (forwarded as 7522CC07DD)
Mar 8 05:03:36 sourceline postfix/qmgr[9444]: 812B7C06F7: removed
Mar 8 05:03:36 sourceline postfix/pickup[9443]: 86898C0881: uid=10023 from=<web2_vertex>
Mar 8 05:03:36 sourceline postfix/cleanup[9788]: 86898C0881: message-id=<20070308100336.86898C0881@sourceline.co.za>
Mar 8 05:03:36 sourceline postfix/local[9790]: 7522CC07DD: to=<web2_vertex@sourceline.co.za>, orig_to=<info@cptbff.co.za>, relay=local, delay=0, status=sent (delivered to command: /usr/bin/procmail -f-)
Mar 8 05:03:36 sourceline postfix/qmgr[9444]: 7522CC07DD: removed
Mar 8 05:03:36 sourceline postfix/qmgr[9444]: 86898C0881: from=<web2_vertex@sourceline.co.za>, size=385, nrcpt=1 (queue active)
Mar 8 05:03:36 sourceline postfix/local[9789]: 86898C0881: to=<admispconfig@localhost.localdomain>, relay=local, delay=0, status=sent (delivered to command: /usr/bin/procmail -f-)
Mar 8 05:03:36 sourceline postfix/qmgr[9444]: 86898C0881: removed
any help would be much appreciated, totally stumped.