Hi
How I tell to the smtpd where is the qmail-queue?
This is my start script to run smtpd:
---------
#!/bin/sh
exec 2>&1 \
envdir ./env \
sh -c '
      export QMAILQUEUE
      case "$REMOTENAME" in h) H=;; p) H=p;; *) H=H;; esac
      case "$REMOTEINFO" in r) R=;; [0-9]*) R="t$REMOTEINFO";; *) R=R;; \
            esac
      exec \
      envuidgid qmaild \
      softlimit ${DATALIMIT+"-d$DATALIMIT"} \
      /usr/local/bin/tcpserver \
          -vDU"$H$R" \
          ${LOCALNAME+"-l$LOCALNAME"} \
          ${BACKLOG+"-b$BACKLOG"} \
          ${CONCURRENCY+"-c$CONCURRENCY"} \
          -xtcp.cdb \
          -- "${IP-0}" "${PORT-25}" \
      /var/qmail/bin/qmail-smtpd
'
---------

Thanks
Turbo Fredriksson wrote:

 > Quoting David Rodriguez Fernandez <[EMAIL PROTECTED]>:
 >
 >
 >>Hi,
 >>     Somebody has doit?
 >>
 >
 > It took me three hours. From scratch. All I did was following the 
information
 > included in Qmail-Scanner. Piece of cake!
 >
 >
 >>I'm trying to install qmail-scanner-1.14 but I can't to integrate with
 >>the system
 >>
 >
 > Why not?
 >
 >
 >>Michael Gmelin wrote:
 >>
 >>
 >>>Hello,
 >>>I want to integrate virus scanning on incoming/outgoing mails. It
 >>>would be best to do this on a per Mailbox Basis (e.g. using SMTPAUTH
 >>>for outgoing messages). Any ideas how to implement this (read about
 >>>qmail-scanner which seems to be script based)...
 >>>How will commercial scanners (like Sophos) integrate in such a model?
 >>>Thanks in advance,
 >>>greetings michael
 >>>--
 >>>/bin/done digital solutions GmbH | Michael Gmelin
 >>>Lothstr. 78a                     | Geschaeftsfuehrer
 >>>80797 Muenchen                   | Email: [EMAIL PROTECTED]
 >>>



Reply via email to