Hey folks:<br><br>Thanks to Michael, Lance and Craig for helping me before.  Now I have a new problem.  For some reason postfix is playing silly buggers and I can't work out why.  Sending from gmail to my machine I get this error:<br>

<div class="Ih2E3d"><br>--- <br>This is an automatically generated Delivery Status Notification<br>
<br>
Delivery to the following recipient failed permanently:<br>
<br>
</div>     <a href="mailto:recipient@domain1.com">recipient@domain1.com</a><br>
<div class="Ih2E3d"><br>
Technical details of permanent failure:<br>
</div>PERM_FAILURE: Gmail tried to deliver your message, but it was
rejected by the recipient domain. The error that the other server
returned was: 554 554 <<a href="mailto:recipient@domain1.com">recipient@domain1.com</a>>:
Recipient address rejected: Access denied. We recommend contacting the
other email provider for further information about the cause of this
error. Thanks for your continued support. (state 14)<br>---<br><br>I've tried playing around with the mydestination setting in <a href="http://main.cf">main.cf</a> but for some reason I can never get mail being delivered to all my domains, and never to the machine's address ($myhostname in postfix). ie.  Sometimes the mail is delivered for <a href="http://domain2.com">domain2.com</a> and sometimes for <a href="http://domain2.com">domain2.com</a> and <a href="http://domain3.com">domain3.com</a>, but never for <a href="http://domain1.com">domain1.com</a>.  I'm no longer receiving internal mails (ie logcheck) either.<br>
<br>Any suggestions?<br><br>skribe<br><br>--- <a href="http://main.cf" target="_blank">main.cf</a> --<br># See /usr/share/postfix/main.cf.dist for a commented, more complete version<br><br><br># Debian specific:  Specifying a file name will cause the first<br>


# line of that file to be used as the name.  The Debian default<br># is /etc/mailname.<br>myorigin = /etc/mailname<br><br>smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)<br>biff = no<br><br># appending .domain is the MUA's job.<br>


append_dot_mydomain = no<br><br># Uncomment the next line to generate "delayed mail" warnings<br>delay_warning_time = 4h<br><br># TLS parameters<br>smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem<br>

smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key<br>
smtpd_use_tls = yes<br>smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache<br>smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache<br><br># See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for<br>


# information on enabling SSL in the smtp client.<br><br>alias_maps = hash:/etc/aliases<br>alias_database = hash:/etc/aliases<br>myorigin = <a href="http://amber.com.au" target="_blank">amber.com.au</a><br>mydestination = $myhostname, localhost.$mydomain, <a href="http://domain1.com" target="_blank">domain1.com</a>, <a href="http://www.domain1.com" target="_blank">www.domain1.com</a>, <a href="http://mail.domain1.com" target="_blank">mail.domain1.com</a>, domain2, <a href="http://www.domain2.com" target="_blank">www.domain2.com</a>, <a href="http://mail.domain2.com" target="_blank">mail.domain2.com</a>, <a href="http://domain3.com">domain3.com</a>, localhost<br>


mynetworks = <a href="http://127.0.0.0/8" target="_blank">127.0.0.0/8</a>, <a href="http://192.168.1.0/28" target="_blank">192.168.1.0/28</a>, x.x.x.x/32<br>mailbox_size_limit = 0<br>recipient_delimiter = +<br>mailbox_command = /usr/bin/procmail<br>

smtpd_recipient_restrictions = permit_mynetworks reject_unauth_destination permit_inet_interfaces<br>
relay_domains = $mydestination<br>