Postfix - Relay access denied

jonathan111 -  
 jonathan111 -
Bonjour à tous,

Voila depuis ce matin 9h je n'arrive pas à résoudre mon problème de relay avec postfix.
Quand j'envoi un mail vers l'exterieur j'obtient la fameuse Erreur 5.7.1 Relay access denied
ça va faire 4 heures que je me casse la tête en cherchant des solutions sur internet mais sans succès...

Une idée?

Voici mon main.cf

# /etc/postfix/main.cf 

queue_directory = /var/spool/postfix 
command_directory = /usr/sbin 
daemon_directory = /usr/lib/postfix 
home_mailbox = Maildir/ 

mail_owner = postfix 
default_privs = nobody 

mydomain = domaine.org 
myorigin = $mydomain 


inet_interfaces = all 
mydestination = $mydomain, domaine2.org, localhost.$mydomain, mail.$mydomain 
relayhost = smtp.free.fr 

defer_transports = smtp 
default_transport = smtp 


alias_maps = hash:/etc/postfix/aliases 
alias_database = hash:/etc/postfix/aliases 

mailbox_command = /usr/bin/procmail 
relay_domains = * 
mynetworks = 192.168.0.0/28 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 

#local_recipient_maps =  
#smtpd_recipient_restrictions = permit_mynetworks,permit 


debugger_command = 
  PATH=/usr/bin:/usr/X11R6/bin 
  xxgdb $daemon_directory/$process_name $process_id & sleep 5 


message_size_limit = 0 
recipient_delimiter = + 


Cordialement,

1 réponse

jonathan111
 
Petit up :)
0