On Tue, 10 Apr 2007 00:36:08 -0400
"Jean-Daniel Beaubien" <[EMAIL PROTECTED]> wrote:

> Hi eveyrone,
> 
> I am having a bit of trouble installing DSPAM with Postfix.  The
> problem seems to be with the unix socket (and my lack of knowledge on
> the subjecT).
> 
> 
> Here is a small snippet of the config fordspam and postfix:
> --------------------------------------------------------------------------------------------
> # grep -R -e 'dspam.sock' /etc/*
> /etc/dspam.conf:ServerDomainSocketPath  "/tmp/dspam.sock"
> /etc/dspam.conf:#ClientHost     /tmp/dspam.sock
> /etc/postfix/master.cf:            -o
> content_filter=lmtp:unix:/tmp/dspam.sock
> 
> 
> And here is the content of /tmp:
> --------------------------------------------------
> # ls -l
> total 0
> srwxrwxrwx  1 root  wheel  0 Apr  9 20:11 dspam.sock
> 
> 
> And unfortunately I get the following errors in /var/log/maillog:
> --------------------------------------------------------------------------------------------
> Apr 10 00:22:17 mail_server postfix/lmtp[21514]: 2E9682B6:
> to=<[EMAIL PROTECTED]>, orig_to=<[EMAIL PROTECTED]>, relay=none, delay=15444,
> delays=15444/0.22/0/0, dsn=4.4.1, status=deferred (connect to
> mail_server.mydomain.com[/tmp/dspam.sock]: No such file or directory)
> 
> 
> This strikes me as odd since the file /tmp/dspam.sock seems to be
> there.
> 
> Anyone has an idea what's going on?
> 
> Thank you for your time,
> 
> -Jd

Check if your postfix runs chrooted(8) (check master.conf for this). If
so, /tmp should be in /var/spool/postfix/tmp

HTH,

timo

Reply via email to