Bonjour,

Quand j’envoie des mail sur postfix depuis mon poste perso avec outlook ou firebird j'ai le message :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
NOQUEUE: reject: RCPT from liv77-1-88-xxx-xxx-xxx: 554 5.7.1 <lio@gg.name>: Relay access denied; from=<lio@gg.eu> to=<lio@gg.name> proto=ESMTP
En revanche je reçois parfaitement bien les mails sur gg.eu.
J'arrive à envoyer des mails à partir du serveur. visiblement tous le monde à ce problème il existe de milliers d'explication sur le sujet et toutes différentes.
voici mon main.cf.
Je craque j'ai testé toutes les solutions trouvées sur google....
merci de votre aide

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
queue_directory = /var/spool/postfix
 
 
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
 
data_directory = /var/lib/postfix
 
mail_owner = postfix
 
inet_interfaces = all
 
inet_protocols = all
 
mydestination = $myhostname, localhost.$mydomain, localhost, 87-98-166-154.ovh.net
 
unknown_local_recipient_reject_code = 550
 
virtual_mailbox_domains = gg.eu
virtual_mailbox_base = /var/mail/vhosts
virtual_mailbox_maps = hash:/etc/postfix/vmailbox
virtual_minimum_uid = 100
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
virtual_alias_maps = hash:/etc/postfix/virtual
 
alias_maps = hash:/etc/aliases
 
alias_database = hash:/etc/aliases
debug_peer_level = 2
 
debugger_command =
         PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
         ddd $daemon_directory/$process_name $process_id & sleep 5
 
sendmail_path = /usr/sbin/sendmail.postfix
 
newaliases_path = /usr/bin/newaliases.postfix
 
mailq_path = /usr/bin/mailq.postfix
 
setgid_group = postdrop
 
html_directory = no
 
 
manpage_directory = /usr/share/man
 
 
sample_directory = /usr/share/doc/postfix-2.6.6/samples
 
 
readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
 
smtpd_client_restrictions =
  permit_mynetworks
# permit_sasl_authenticated,
# reject_unknown_client_hostname,
# reject_unknown_reverse_client_hostname
 
#smtpd_recipient_restrictions =
  permit_mynetworks
#  permit_sasl_authenticated,
#  reject_unauth_destination,
#  reject_unknown_recipient_domain,
#  reject_non_fqdn_recipient,
#  reject_unverified_recipient
 
#smtpd_sender_restrictions =
#  reject_non_fqdn_sender,
#  reject_unknown_sender_domain,
#  reject_unverified_sender
#  ismtpd_helo_restrictions = warn_if_reject reject_invalid_helo_hostname,
#  warn_if_reject reject_non_fqdn_helo_hostname,
#  warn_if_reject reject_unknown_helo_hostname