POstfix sous Debian pour newbie

Fermé
stephane - 17 déc. 2005 à 14:39
 marco - 4 juin 2010 à 12:59
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

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++
1
Ce tuto complet pourra peut être t'aider :
http://elbacalow.free.fr/wiki/index.php?title=Installation_et_configuration_de_Postfix
0
regarde ici debian-newbie.tuxfamily.org/doku.php
-2