Qualcuno gestisce un mail server con postfix?
Ho un piccolo e banale problemino che non riesco a risolvere.
In pratica queste sono le mie restrictions:

smtpd_recipient_restrictions =
    reject_non_fqdn_sender,
    reject_non_fqdn_recipient,
    reject_unknown_sender_domain,
    reject_unknown_recipient_domain,
    permit_mynetworks,
    reject_invalid_hostname,
    reject_non_fqdn_hostname,
    reject_unauth_destination,
    check_policy_service inet:127.0.0.1:60000
    check_sender_access hash:/etc/postfix/sender_checks,
    check_helo_access hash:/etc/postfix/helo_checks,
    reject_rbl_client sbl-xbl.spamhaus.org,
    reject_rbl_client dul.dnsbl.sorbs.net,
    reject_rbl_client list.dsbl.org,
    reject_rbl_client relays.ordb.org,
    permit

Ovviamente mi vengono rifiutate le mail provenienti dai server interni
poiche' da una mail del tipo [EMAIL PROTECTED] mi dice che il
dominio server1.... non esiste.
Come posso fare in modo che mi vengano considerate valide le mail
proveniente dai miei server interni?
Grazie. 


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Rispondere a