-------- Original-Nachricht -------- > Datum: Wed, 13 Feb 2008 22:54:08 +0100 > Von: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Kosova? Should that not be Kosovo? If you are referring to the Serbian region then it is Kosovo and not Kosova. In German that region is called "Amselfeld" and has a huge and deep importance to the Serbian ethnic group. Calling it Kosova is plain and simple wrong and an insult.
Now back to your DSPAM question/problem. > An: [email protected] > Betreff: [dspam-users] Postfix and Dspam > Hello, > > > I have installed Postfix 2.3.8, Clamav 0.92 and Dspam 3.8.0 on Debian > Etch. No Problems when i installed the software. But I want running the > Servers I got the problems. > > -------------------------------------------------------------------------- > <code /var/log/mail.log> > Feb 13 12:42:08 silviosiefke postfix/qmgr[8167]: 6216A6DC074: > from=<[EMAIL PROTECTED]>, > size=8472, nrcpt=1 (queue active) > Feb 13 12:42:09 silviosiefke postfix/lmtp[8168]: 6216A6DC074: > to=<[EMAIL PROTECTED]>, relay=none, > delay=40, delays=40/0/0/0, dsn=4.4.1, status=deferred (connect to > silviosiefke.dyndns.biz[/tmp/dspam.sock]: No such > file or directory) > </code> > -------------------------------------------------------------------------- > I runnting Postfix out of Chroot. > If you run Postfix in a chroot, then you have to get the DSPAM socket INTO the Postfix chroot. > -------------------------------------------------------------------------- > <code /etc/postfix/masters> > smtp inet n - n - - smtpd > -o content_filter=lmtp:unix:/tmp/dspam.sock > 127.0.0.1:10026 inet n - - - - smtpd > -o content_filter= > -o > receive_override_options=no_unknown_recipient_checks,no_header_body_checks > -o smtpd_helo_restrictions= > -o smtpd_client_restrictions= > -o smtpd_sender_restrictions= > -o smtpd_recipient_restrictions=permit_mynetworks,reject > -o mynetworks=127.0.0.0/8 > -o smtpd_authorized_xforward_hosts=127.0.0.0/8 > </code> > -------------------------------------------------------------------------- > Others System Logs and Configs: > > <code /usr/local/etc/dspam.conf> > Home /usr/local/var/dspam > StorageDriver /usr/local/lib/libmysql_drv.so > ServerPort 24 > ServerQueueSize 32 > ServerPID /var/run/dspam.pid > DeliveryHost 127.0.0.1 > DeliveryPort 10026 > DeliveryIdent localhost > DeliveryProto SMTP > OnFail error > Trust root > Trust mail > Trust mailnull > Trust smmsp > Trust daemon > Trust dspam > Debug * > TrainingMode teft > TestConditionalTraining on > Feature chained > Feature whitelist > Algorithm graham burton > PValue graham > Preference "signatureLocation=message" # 'message' or 'headers' > Preference "showFactors=on" > Preference "spamAction=tag" > Preference "spamSubject=[SPAM]" > AllowOverride trainingMode > AllowOverride spamAction spamSubject > AllowOverride statisticalSedation > AllowOverride enableBNR > AllowOverride enableWhitelist > AllowOverride signatureLocation > AllowOverride showFactors > AllowOverride optIn optOut > AllowOverride whitelistThreshold > MySQLServer /tmp/mysql.sock > MySQLUser dspam > MySQLPass passwort > MySQLDb dspam > MySQLCompress true > MySQLVirtualTable dspam_virtual_uids > MySQLVirtualUIDField uid > MySQLVirtualUsernameField username > MySQLUIDInSignature on > HashRecMax 98317 > HashAutoExtend on > HashMaxExtents 0 > HashExtentSize 49157 > HashMaxSeek 100 > HashConnectionCache 10 > IgnoreHeader X-Spam-Status > IgnoreHeader X-Spam-Scanned > IgnoreHeader X-Virus-Scanner-Result > Notifications off > PurgeSignatures 14 # Stale signatures > PurgeNeutral 90 # Tokens with neutralish probabilities > PurgeUnused 90 # Unused tokens > PurgeHapaxes 30 # Tokens with less than 5 hits (hapaxes) > PurgeHits1S 15 # Tokens with only 1 spam hit > PurgeHits1I 15 # Tokens with only 1 innocent hit > LocalMX 127.0.0.1 > SystemLog on > UserLog on > Opt out > ParseToHeaders on > ChangeModeOnParse on > ChangeUserOnParse off > MaxMessageSize 307200 > ServerQueueSize 32 > ServerPID /var/run/dspam.pid > ServerMode auto > ServerParameters "--deliver=innocent" > ServerIdent "localhost.localdomain" > ServerDomainSocketPath "/tmp/dspam.sock" > ProcessorBias on > </code> > > <code> > silviosiefke:~# ls -l /var/run | grep dspam > -rw-rw---- 1 root postfix 5 2008-02-13 12:49 dspam.pid > > silviosiefke:~# ls -l /tmp | grep dspam > srwxrwxrwx 1 root postfix 0 2008-02-13 12:49 dspam.sock > </code> > Is this inside the Postfix chroot? I doubt it. Get the socket into the Postfix chroot and you will not have any issues with Postfix accessing the socket. Or move away of using file sockets. Then you could use DSPAM from within the Postfix chroot. > > I need help, I don't know who is the error. Thanks for helping. > /etc/postfix/main.conf I no edit. > The error is that your run Postfix in chroot and have not put the DSPAM file based domain socket into the Postfix chroot. > > > Greetings > Silvio Siefke > www.silviosiefke.de // Steve -- Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games! http://games.entertainment.web.de/de/entertainment/games/free
