Bonjour a tous,
J'ai un petit probleme avec ma config Postfix / Amavis.
J'ai ce message d'erreur dans les logs : postfix/qmgr[19773]: warning: connect to transport amavis: No such file or directory
J'ai beau rechercher un peu partout sur le net, je ne trouve pas la solution.
Voici mon main.cf :
Citation :
# see /usr/share/postfix/main.cf.dist for a commented, fuller
# version of this file.
# Do not change these directory settings - they are critical to Postfix
# operation.
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
setgid_group = postdrop
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
myhostname = bob.lekeiser.com
alias_maps = hash etc/aliases
alias_database = hash etc/aliases
myorigin = /etc/mailname
mydestination = bob.lekeiser.com, lekeiser.com, localhost.lekeiser.com, localhost
#relayhost = smtp.easyconnect.fr
#mynetworks = 127.0.0.0/8
#mynetworks = 10.0.0.0/8
#mynetworks = 127.0.0.1 10.0.0.10 10.0.0.20
mynetworks = 127.0.0.1 192.168.1.0/8
home_mailbox= Maildir/
# mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
smtpd_helo_required = yes
smtpd_delay_reject = yes
smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_pipelining, reject_unauth_destinatio
n, reject_unlisted_recipient, permit_auth_destination, reject
content_filter = smtp-amavis:[127.0.0.1]:10024
receive_ovveride_options = no_address_mappings
|
et mon master.cf :
Citation :
smtp-amavis unix - - y - 4 smtp
-o smtp_data_done_timeout=1200
-o disable_dns_lookups=yes
smtp-amavis unix - - n - 10 pipe user=amavis
argv=/usr/sbin/amavisd-new $(sender) $(recipient)
127.0.0.1:10025 inet n - y - 5 smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
|
Notez qu'a l'install classique de Amavis, j'avais ecris amavis tout court dans le master.cf. Je n'ai seulement que amavisd-new dans /usr/sbin donc je l'ai remplace dans le master.cf
Merci pour votre aide
--
LeK
P.S. : maintenant, je me paie egalement une erreur : postfix/master[20501]: warning: /usr/lib/postfix/pipe: bad command startup -- throttling
et pas grand chose sur le net, ou alors je ne vois plus rien a cette heure tardive 
Message édité par LeKeiser le 04-11-2005 à 01:52:14
---------------
"I intend to live the first half of my life.I don't care about the rest."Errol Flynn."The difference between genius and stupidity is that genius has its limits."Albert Einstein