On Mon, Dec 08, 2008 at 12:28:22PM -0800, Daniel V. Reinhardt wrote:
> 
> 
> 
> 
> 
> ----- Original Message ----
> > From: Tolga <[EMAIL PROTECTED]>
> > To: postfix-users@postfix.org
> > Sent: Monday, December 8, 2008 8:26:25 PM
> > Subject: Relay access denied
> > 
> > Hi,
> > 
> > When I try to send mail, I get 5.7.1 Relay access denied. Although I don't 
> > get 
> > this when I send mail with mutt, I am 
> > wondering if this is a Postfix issue. If not, can you redirect me?
> > 
> > Regards,
> > mto
> 
> Can you please post your postconf -n content, and some log messages.  I am 
> thinking this is a configuration error with $mynetworks.

My postconf -n, I don't have logs.
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
inet_interfaces = all
mailbox_size_limit = 0
mydestination = ozses.net, localhost.net, , localhost
myhostname = ozses.net
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost = 
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_client_restrictions = permit_mynetworks,       permit_sasl_authenticated, 
      reject_unauth_destination,       
reject_unknown_reverse_client_hostname,       reject_unauth_pipelining,       
reject_non_fqdn_recipient,       
reject_rbl_client zen.spamhaus.org
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes
> 
> 
> 
>       

Reply via email to