Hello,
I really like the qpsmtpd prgram but somehow i can't get it to work...
here is a part that was written to my console.
tcpserver: status: 0/10
tcpserver: status: 1/10
tcpserver: pid 900 from 127.0.0.1
tcpserver: ok 900 localhost:127.0.0.1:25 localhost:127.0.0.1::33183
900 loading plugins from ./plugins
900 running plugin dnsbl
900 220 Allowee ESMTP qpsmtpd 0.27-dev ready; send us your mail, but not your
spam.
900 dispatching EHLO Allowee
900 running plugin check_spamhelo
900 250-Allowee Hi localhost [127.0.0.1]
900 250-PIPELINING
900 250 8BITMIME
900 dispatching MAIL FROM: <[EMAIL PROTECTED]>
900 full from_parameter: FROM: <[EMAIL PROTECTED]>
900 from email address : [<[EMAIL PROTECTED]>]
900 running plugin require_resolvable_fromhost
900 running plugin rhsbl
900 rhsbl plugin: checking allowee.no-ip.com in dsn.rfc-ignorant.org
900 running plugin check_badmailfrom
900 getting mail from [EMAIL PROTECTED]
900 250 [EMAIL PROTECTED], sender OK - how exciting to get mail from
you!
900 dispatching RCPT TO: <[EMAIL PROTECTED]>
900 running plugin rhsbl
900 running plugin dnsbl
900 running plugin check_badmailfrom
900 running plugin check_badrcptto
900 running plugin check_relay
900 FATAL PLUGIN ERROR: Can't use string ("Allowee") as an ARRAY ref while
"strict refs" in use at lib/Qpsmtpd.pm line 41, <STDIN> line 3.
900 450 No plugin decided if relaying is allowed
900 dispatching QUIT
900 running plugin quit_fortune
900 221 Allowee closing connection. Have a wonderful day.
900 running plugin dnsbl
tcpserver: end 900 status 0
tcpserver: status: 0/10
----------
it says that the plugin check_relay in running but after that it says there's
no plugin to check relays etc..
does anybody know what I'm doing wrong???
'Allowee' is my hostname and allowee.no-ip.com is used to test qpsmtpd
Thanks for your help,
Allowee