Let's see...

1: I'm not sure why this is.  Are you using tcpserver or xinetd?  Can 
you post the script that's starting spamdyke?

2: Check your permissions.  DJB's checkpassword requires root 
permissions to run correctly, so you may need to mark the binary setuid 
root.  spamdyke's "config-test" option can test this for you.

3: This is correct -- spamdyke will block relaying unless the 
recipient's domain is listed in your rcpthosts file OR your 
/etc/tcp.smtp file allows relaying OR the remote server authenticates. 
If your remote servers weren't being blocked before, your server must 
have been running as an open relay.

-- Sam Clippinger

Ernesto Vega wrote:
> Hi Everyone. I  have a working qmail server and i decided to stop the
> spam and also to implement SMTP AUTH.
> So i installed spamdyke version 3.1.1.  And I´ve had some problens:
> 
> 1.- SMTP AUTH only starts on localhost connections ...
> 
> --------------------------------------------
> [EMAIL PROTECTED] etc]# telnet localhost 25
> Trying 127.0.0.1...
> Connected to localhost.localdomain (127.0.0.1).
> Escape character is '^]'.
> 220 myserver.mydomain ESMTP
> ehlo
> 250-myserver.mydomain
> 250-PIPELINING
> 250-8BITMIME
> 250 AUTH LOGIN PLAIN
> --------------------------------------------
> 
> If i connect from somewhre else it does not show the last line,
> telling that it can let me send mail if i authenticate.
> 
> 2.-  Authentication fails always, but I´m using the same password
> validation startegy (checkpassword) than the pop server (which works
> perfectly).
> 
> I use SMTP AUTH LOGIN PLAIN.
> 
> 3.- It does not exchange mail with other servers (could you believe that ??)
> 
> I keep getting :
> 
> --------------------------------------------
>  DENIED_RELAYING from: [EMAIL PROTECTED] to: [EMAIL PROTECTED]
> --------------------------------------------
> 
> Any Ideas ???
> 
> This is my  /etc/tcp.smtp:
> --------------------------------------------
> 127.0.0.1:allow,RELAYCLIENT=""
> :allow
> --------------------------------------------
> 
> This is my spamdyke.conf:
> --------------------------------------------
> hostname=myserver.mydomain
> log-level=4
> max-recipients=5
> idle-timeout-secs=60
> greeting-delay-secs=5
> local-domains-file=/var/qmail/control/rcpthosts
> access-file=/etc/spamdyke/access
> smtp-auth-command=/bin/checkpassword /bin/true
> --------------------------------------------
> 
> 
> Thanks in advance for the help!!!
> 
> Regards
> 
> Ernesto
> _______________________________________________
> spamdyke-users mailing list
> spamdyke-users@spamdyke.org
> http://www.spamdyke.org/mailman/listinfo/spamdyke-users
_______________________________________________
spamdyke-users mailing list
spamdyke-users@spamdyke.org
http://www.spamdyke.org/mailman/listinfo/spamdyke-users

Reply via email to