2007/12/1, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>
> I have noticed something while reading on the net about this.
>
> There is a mention of putting these things in your tcp.smtp file;
>
> Notice; QMAILQUEUE="/var/qmail/bin/qmail-dk at the end of each line.
> Then; QMAILQUEUE="/var/qmail/bin/qmail-dk in place of my
> original QMAILQUEUE="/var/qmail/bin/simscan
>
> My original tcp.smtp file which is without the above lines on each IP and
> with
> the simscan over qmail-dk. Neither one works.
>
> So, which is it?
>
>
> 127.:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/private",RBL
> SMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-dk"
> 192.168.1.:allow,RELAYCLIENT="",RBLSMTPD="",SENDER_NOCHECK="1",DKSIGN="/
> var/qmail/control/domainkeys/%/private","QMAILQUE
> UE="/var/qmail/bin/qmail-dk"
> xx.xx.xx.:allow,RELAYCLIENT="",RBLSMTPD="",SENDER_NOCHECK="1",DKSIGN="/var
> /qmail/control/domainkeys/%/private","QMAILQUEU
> E="/var/qmail/bin/qmail-dk"
> :allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="15",
> CHKUSER_WRONGRCPTLIMIT="3",DKVERIFY="DEGIJKfh"
> QMAILQUEUE="/var/qmail/bin/qmail-dk",DKQUEUE="/var/qmail/bin/qmail-
> queue.orig"
> ,DKSIGN="/var/qmail/control/domainkeys/%/pr
> ivate"
>
>
>
>
> On Sat, 1 Dec 2007 09:54:40 -0600, [EMAIL PROTECTED] wrote:
> > I cannot seem to get past this when testing and trying to set up DK on
> one
> > of
> >
> > my QMT machines.
> >
> > DomainKey-Status: bad format: No DomainKey signature found
> >
> > I've looked on the net, in the wiki and cannot find enough information
> to
> > diagnose this problem. I do see some errors in the logging and when
> > searching
> > out these errors, nothing has fixed the problem yet.
> >
> > Might you have some thoughts on what else I should be looking for to
> resolve
> > this problem. Here is a bit of that logging;
> >
> > 2007-11-30 23:11:01.738441500 [3193] warn: Use of uninitialized value in
> > length at /usr/lib/perl5/site_perl/5.8.5/Mail/DomainKeys/Policy.pm line
> 89,
> > <GEN25> line 83.
> > 2007-11-30 23:11:02.488231500 [3193] info: spamd: clean message (1.0
> /5.0)
> > for
> > clamav:89 in 1.5 seconds, 4149 bytes.
> > 2007-11-30 23:11:02.488816500 [3193] info: spamd: result: . 1 -
> > AWL,DK_POLICY_SIGNSOME,HTML_IMAGE_ONLY_24,HTML_MESSAGE,
> > UNPARSEABLE_RELAY
> > scantime=1.5,size=4149,user=clamav,uid=89,required_score=5.0
> ,rhost=localhost
> ,r
> > addr=127.0.0.1,rport=3281
> > 0,mid=<[EMAIL PROTECTED]>,autolearn=no
> >
> > Mike
> >
> >
> > ---------------------------------------------------------------------
> > QmailToaster hosted by: VR Hosted <http://www.vr.org>
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> ---------------------------------------------------------------------
>      QmailToaster hosted by: VR Hosted <http://www.vr.org>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
Hi,

I've only got time to read this with enough attention today...
This is a sample of one of mine tcp.smtp. Observes as DKVERIFY is gone (only
use it for signing outgoiong msgs
and have spamassassin to scroe invalid DK signatures realy high cause this
way i get more info on DK reject messages and avoid some bugs) and that
QMAILQUEUE points to simscan.

tcp.smtp:

127.:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"
x.x.x.x:allow
,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"
:allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="5",QMAILQUEUE="/var/qmail/bin/simscan",DKSIGN="/var/qmail/control/domainkeys/%/private",NOP0FCHECK="1"


after this check /var/qmail/control/domainkeys/  to ensure that you have all
domain.tld dirs with private  file in there.
also check who owns the private file some times qmail wont sign  mails
because of wrong  owner or file permissions in these files and dirs.

all dir and files have to be chown root:qmail and you can see if there any
problems by setting permissions to 666 or 777  on private files and 777 on
the dirs.

drwxr-xr-x  root qmail /var/qmail/control/domainkeys
drwxrwxr-x root qmail /var/qmail/control/domainkeys/domain.tld
-rwxrwxr-x  root qmail /var/qmail/control/domainkeys/domain.tld/private


hope it helps


-- 
AM
agmsoft(at)gmail.com

Reply via email to