Relay access denied while I try to send emails
I am trying to set up mail server. Thanks to the list I have succeded in receiving emails on my Tiger mailserver. Unfortunately I have currently difficulties is just sending emails. (was thinking it was easier to set up emails going out than emails going in 🙂 )
each time I try to send emails (outside my domain) I get the following error message : "Relay access denied"
here is my postconf -n
Many thanks if someone can help me in solving this issue.
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug peerlevel = 2
enable serveroptions = yes
html_directory = no
inet_interfaces = all
local recipientmaps = proxy:unix:passwd.byname $alias_maps
luser_relay =
mail_owner = postfix
mailbox sizelimit = 0
mailbox_transport = cyrus
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
maps rbldomains =
message sizelimit = 10485760
mydestination = $myhostname,localhost.$mydomain,localhost,youontheweb.net
mydomain = youontheweb.net
mydomain_fallback = localhost
myhostname = mail.youontheweb.net
mynetworks = 127.0.0.1/32,192.168.0.2/32,youontheweb.net
mynetworks_style = host
newaliases_path = /usr/bin/newaliases
queue_directory = /private/var/spool/postfix
readme_directory = /usr/share/doc/postfix
sample_directory = /usr/share/doc/postfix/examples
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtpd clientrestrictions = permit_mynetworks reject rblclient sbl-xbl.spamhaus.org permit
smtpd pw_server_securityoptions = none
smtpd recipientrestrictions = permit mynetworks,reject_unauthdestination,permit
smtpd sasl_authenable = no
smtpd tls_keyfile =
smtpd use_pwserver = no
unknown local_recipient_rejectcode = 550
Cube Mac OS X (10.4.4)