I got a tip a while back from another Plesk user that you have to run
spamdyke before relaylock to avoid these errors. So in your
/etc/xinetd.d/smtp_psa file, try changing the "server_args" line to:
server_args = -Rt0 /usr/local/bin/spamdyke --config-file
/var/qmail/spamdyke/spamdyke.conf /var/qmail/bin/relaylock
/var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true
/var/qmail/bin/cmd5checkpw /var/qmail/bin/true
I need to update the documentation to include this.
-- Sam Clippinger
david boh wrote:
> Sure my friend.
>
> Both server has the same smtp_psa and configure ( both server have 3.0.1
> and duplicate/mirror setting)
>
> SMTP_PSA
> {
> socket_type = stream
> protocol = tcp
> wait = no
> disable = no
> user = root
> instances = UNLIMITED
> server = /var/qmail/bin/tcp-env
> server_args = -Rt0 /var/qmail/bin/relaylock
> /usr/local/bin/spamdyke --config-file /var/qmail/spamdyke/spamdyke.conf
> /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true
> /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
> }
>
> SPAMDYKE.CONF
> log-level=2
> local-domains-file=/var/qmail/control/rcpthosts
> max-recipients=30
> idle-timeout-secs=300
> graylist-dir=/var/qmail/spamdyke/graylist
> graylist-min-secs=120
> graylist-max-secs=1814400
> #greeting-delay-secs = 1
> sender-blacklist-file=/var/qmail/spamdyke/blacklist_senders
> recipient-blacklist-file=/var/qmail/spamdyke/blacklist_recipients
> # ip-in-rdns-keyword-file=/var/qmail/spamdyke/blacklist_keywords
> ip-blacklist-file=/var/qmail/spamdyke/blacklist_ip
> # rdns-blacklist-dir=/var/qmail/spamdyke/blacklist_rdns.d
> sender-whitelist-file=/var/qmail/spamdyke/whitelist_recipients
> # reject-empty-rdns
> # reject-unresolvable-rdns
> # reject-ip-in-cc-rdns
> # rdns-whitelist-file=/var/qmail/spamdyke/whitelist_rdns
> ip-whitelist-file=/var/qmail/spamdyke/whitelist_ip
> reject-missing-sender-mx
> check-dnsrbl=dul.dnsbl.sorbs.net
> #check-dnsrbl=sbl.spamhaus.org
>
> ----- Original Message ----
> From: Sam Clippinger <[EMAIL PROTECTED]>
> To: spamdyke users <[email protected]>
> Sent: Wednesday, November 14, 2007 12:13:44 AM
> Subject: Re: [spamdyke-users] Problem in v3.1.1 make it un-usable.
>
> Can you send more information about your setup? Could you send the
> contents of your /etc/xinetd.d/smtp_psa file and your spamdyke
> configuration file (if you have one)?
>
> -- Sam Clippinger
>
> david boh wrote:
> > I would like to report that v3.1.0 also suffer from the same issue as
> > described below.
> >
> > So now I am back to v3.0.1, I think many mail will be missing if I
> > continue to test.
> >
> > I believei it should be able to resolve quickly.
> >
> > ----- Original Message ----
> > From: david boh <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
> > To: [email protected] <mailto:[email protected]>
> > Sent: Tuesday, November 13, 2007 11:22:01 PM
> > Subject: [spamdyke-users] Problem in v3.1.1 make it un-usable.
> >
> > I have two server. One I install the latest spamdyke v3.1.1, let's call
> > this server A and the other server B.
> >
> > Both have spamdyke v3.1.1, using plesk. But when I send email via
> > webmail from server A to the server B email, some how the email cannot
> > be delivered.
> > When I check server B the log shows a lot of Broken pipe. How I know as
> > all the email was trap in server A queue, so I force qmail to send and
> > immediately check the server log in server B.
> >
> > Nov 13 22:19:52 manna spamdyke[19583]: ERROR: unable to write 36 bytes
> > to file descriptor 1: Broken pipe
> > Nov 13 22:19:52 manna spamdyke[19585]: ERROR: unable to write 1542 bytes
> > to file descriptor 1: Broken pipe
> > Nov 13 22:19:52 manna spamdyke[19585]: ERROR: unable to write 36 bytes
> > to file descriptor 1: Broken pipe
> > Nov 13 22:19:52 manna spamdyke[19580]: ERROR: unable to write 1542 bytes
> > to file descriptor 1: Broken pipe
> > Nov 13 22:19:52 manna spamdyke[19580]: ERROR: unable to write 36 bytes
> > to file descriptor 1: Broken pipe
> > Nov 13 22:19:52 manna spamdyke[19586]: ERROR: unable to write 1542 bytes
> > to file descriptor 1: Broken pipe
> > Nov 13 22:19:52 manna spamdyke[19586]: ERROR: unable to write 36 bytes
> > to file descriptor 1: Broken pipe
> > Nov 13 22:19:52 manna spamdyke[19587]: ERROR: unable to write 1542 bytes
> > to file descriptor 1: Broken pipe
> > Nov 13 22:19:52 manna spamdyke[19587]: ERROR: unable to write 36 bytes
> > to file descriptor 1: Broken pipe
> >
> > So I install v3.0.1 in server B (with the same configuration) and did
> > the same thing by forcing qmail to send the trap queue. Now all the
> > email is send through.
> >
> > At this point I have kept v3.1.1 on server A to see if there are other
> > issue.
> >
> > Have to down grade to v3.0.1 as both email send via webmail cannot be
> > transmitted.
> >
> > It seems like v3.1.1 need to resolve this critical issue. I hope some
> > how this report will help to resolve the issue.
> >
> > Send instant messages to your online friends
> http://uk.messenger.yahoo.com
> >
> >
> > Send instant messages to your online friends
> http://uk.messenger.yahoo.com
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > spamdyke-users mailing list
> > [email protected] <mailto:[email protected]>
> > http://www.spamdyke.org/mailman/listinfo/spamdyke-users
> _______________________________________________
> spamdyke-users mailing list
> [email protected] <mailto:[email protected]>
> http://www.spamdyke.org/mailman/listinfo/spamdyke-users
>
>
> Send instant messages to your online friends http://uk.messenger.yahoo.com
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> spamdyke-users mailing list
> [email protected]
> http://www.spamdyke.org/mailman/listinfo/spamdyke-users
_______________________________________________
spamdyke-users mailing list
[email protected]
http://www.spamdyke.org/mailman/listinfo/spamdyke-users