Dear

I woulf like to use amavis in multi-postfix instances.
I have created one instance, and i receive this error.
When switching to single instance, i have no error.

I would like to know if my master.cf have some wrong settings :




Jul 12 02:48:17 appliance postfix-mail.touzeau.biz/master[31968]: reload -- version 2.7.0, configuration /etc/postfix-mail.touzeau.biz Jul 12 02:48:31 appliance postfix-mail.touzeau.biz/smtpd[16604]: connect from unknown[192.168.1.240] Jul 12 02:48:31 appliance postfix-mail.touzeau.biz/smtpd[16604]: CD52B8411B5: client=unknown[192.168.1.240] Jul 12 02:48:31 appliance postfix-mail.touzeau.biz/cleanup[16607]: CD52B8411B5: message-id=<4c3a665e.6060...@touzeau.biz> Jul 12 02:48:31 appliance postfix-mail.touzeau.biz/qmgr[15659]: CD52B8411B5: from=<da...@touzeau.eu>, size=593, nrcpt=1 (queue active) Jul 12 02:48:31 appliance postfix-mail.touzeau.biz/qmgr[15659]: warning: connect to transport private/smtp-amavis: No such file or directory Jul 12 02:48:31 appliance postfix-mail.touzeau.biz/smtpd[16604]: disconnect from unknown[192.168.1.240] Jul 12 02:48:32 appliance postfix-mail.touzeau.biz/error[16608]: CD52B8411B5: to=<angeli...@touzeau.biz>, relay=none, delay=0.34, delays=0.15/0.04/0/0.15, dsn=4.3.0, status=deferred (mail transport unavailable)


here it is the content of private :

r...@appliance:/var/spool/postfix-mail.touzeau.biz/private# ls -la
total 8
drwx------  2 postfix root 4096 2010-07-12 02:38 .
drwxr-xr-x 24 root    root 4096 2010-06-23 04:10 ..
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 anvil
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 artica-blacklist
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 artica-filter
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 artica-reportquar
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 artica-reportwbl
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 artica-spam
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 artica-whitelist
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 bounce
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 bsmtp
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 defer
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 discard
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 error
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 ifmail
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 lmtp
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 local
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 maildrop
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 mailman
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 proxymap
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 proxywrite
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 relay
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 retry
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 rewrite
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 scache
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 scalemail-backend
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 scan
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 smtp
srw-rw-rw-  1 postfix root    0 2010-07-12 02:38 smtp-amavis:127.0.0.1:1026
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 tlsmgr
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 trace
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 uucp
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 verify
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 virtual
srw-rw-rw-  1 postfix root    0 2010-07-12 01:49 zarafa


Master.cf :


r...@appliance:/var/spool/postfix-mail.touzeau.biz/private# cat /etc/postfix-mail.touzeau.biz/master.cf |more
# Postfix master process configuration file.  For details on the format
# of the file, see the master(5) manual page (command: "man 5 master").
#
# ==========================================================================
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (100)
# ==========================================================================
smtp    inet    n    -    n    -    -    smtpd
  -o content_filter=smtp-amavis:127.0.0.1:1026

submission    inet    n    -    n    -    -    smtpd
  -o smtpd_etrn_restrictions=reject
  -o smtpd_enforce_tls=yes
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject

smtps    inet    n    -    n    -    -    smtpd
  -o smtpd_tls_wrappermode=yes
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject



smtp-amavis:127.0.0.1:1026    unix    -    -    -    -    7    smtp
  -o smtp_data_done_timeout=1200
  -o smtp_send_xforward_command=yes
  -o disable_dns_lookups=yes


192.168.1.228:10026    inet    n    -    n    -    2    smtp
  -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,192.168.1.228
  -o mynetworks_style=host
  -o strict_rfc821_envelopes=yes
  -o smtpd_error_sleep_time=0
  -o smtpd_soft_error_limit=1001
  -o smtpd_hard_error_limit=1000
  -o receive_override_options=no_header_body_checks

pickup    fifo    n    -    n    60    1    pickup
cleanup    unix    n    -    n    -    0    cleanup
qmgr    fifo    n    -    n    300    1    qmgr
tlsmgr    unix    -    -    n    1000?    1    tlsmgr
rewrite    unix    -    -    n    -    -    trivial-rewrite
bounce    unix    -    -    n    -    0    bounce
defer    unix    -    -    n    -    0    bounce
trace    unix    -    -    n    -    0    bounce
verify    unix    -    -    n    -    1    verify
flush    unix    n    -    n    1000?    0    flush
proxymap    unix    -    -    n    -    -    proxymap
proxywrite    unix    -    -    n    -    1    proxymap
smtp    unix    -    -    n    -    -    smtp
relay    unix    -    -    n    -    -    smtp
  -o fallback_relay=
showq    unix    n    -    n    -    -    showq
error    unix    -    -    n    -    -    error
discard    unix    -    -    n    -    -    discard
local    unix    -    n    n    -    -    local
virtual    unix    -    n    n    -    -    virtual
lmtp    unix    -    -    n    -    -    lmtp
anvil    unix    -    -    n    -    1    anvil
scache    unix    -    -    n    -    1    scache
scan    unix    -    -    n    -    10    sm -v
maildrop    unix    -    n    n    -    -    pipe
retry    unix    -    -    n    -    -    error
uucp    unix    -    n    n    -    -    pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail    unix    -    n    n    -    -    pipe
  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)

bsmtp    unix    -    n    n    -    -    pipe
flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient

scalemail-backend    unix    -    n    n    -    2    pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}

mailman         unix     -     n     n     -     -     pipe
flags=FR user=mail:mail argv=/etc/mailman/postfix-to-mailman.py ${nexthop} ${mailbox}



Reply via email to