Petit pb avec Posftix et mes domaines virtuels :
Déjà mon fichier de conf :
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
myhostname = nicotux.info
alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
# Mailman : hash:/var/lib/mailman/data/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = ntx.info, localhost
relayhost =
(…)