POstfix sous Debian pour newbie
stephane
-
marco -
marco -
Bonjour,
Je galère pour envoyer des emails à partir d'une machine que j'ai installé dans le réseau de mon entreprise.
Voila mon main.cf de postfix :
# 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 = (je ne sais pas quoi mettre ici ??)
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = (domaine de mon boulot ??), localhost.localdomain, localhost.localdomain, localhost
relayhost = (serveur smtp de mon boulot ??)
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
Merci de votre aide.
Stephane
Je galère pour envoyer des emails à partir d'une machine que j'ai installé dans le réseau de mon entreprise.
Voila mon main.cf de postfix :
# 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 = (je ne sais pas quoi mettre ici ??)
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = (domaine de mon boulot ??), localhost.localdomain, localhost.localdomain, localhost
relayhost = (serveur smtp de mon boulot ??)
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
Merci de votre aide.
Stephane
A voir également:
- POstfix sous Debian pour newbie
- Fedora ou debian - Guide
- Passer en root debian ✓ - Forum Debian
- Debian passer en root - Forum Linux / Unix
- Debian en français ✓ - Forum Linux / Unix
- Debian live user password ✓ - Forum Debian
3 réponses
salut a toi
dans ton main.cf il ya
myhostname = (ici tu doit mettre le nom de ton ordi comme ceci) server1.mondomaine.com
mydestination= (ici tu doit mettre le nom du domaine ) server1.mondomaine.com, localhost.mondomaine.com, localhost.localdomain, localhost
relayhost= ( la c si ton serveur doit aller chercher du courriers dans des serveur distant) par contre moi j'ai rien mis pour ca
voila a peu pres ce que tu doit mettre sinon le reste est bon
a++
dans ton main.cf il ya
myhostname = (ici tu doit mettre le nom de ton ordi comme ceci) server1.mondomaine.com
mydestination= (ici tu doit mettre le nom du domaine ) server1.mondomaine.com, localhost.mondomaine.com, localhost.localdomain, localhost
relayhost= ( la c si ton serveur doit aller chercher du courriers dans des serveur distant) par contre moi j'ai rien mis pour ca
voila a peu pres ce que tu doit mettre sinon le reste est bon
a++