Yes i know that cram-md5 doesn't work on my server, but normally with 
spamdyke disabled Eudora after cram-md5 try to auth with login and finally 
auth in plain. With spamyke activated Eudora try to auth in CRAM-MD5 and 
STOP! This is the strange issue...with other clients everything works 
perfectly...
What's wrong ?
Thanks
Dario

At 00.19 21/06/2009, you wrote:

  You can check if authentication it's working.
  Simply disable spamdyke and check authentication it's working, if it
  goes.Next step is to check enabling spamdyke.
  At spamdyke mail archive you can see a message from me of my
  configuration, finally it works sucesfully.

  I hope this can help you, pardon me for my small english.

  Nightduke


  2009/6/20 Ulrich C. Manns <[email protected]>:
  > In the third Test you password fail. Only if your authentification 
works,
  > spamdyke don�t make the tests. You had to authenticate to skip the 
tests.
  >
  >
  >
  > ________________________________
  > Von: Dario - Cdj - <[email protected]>
  > Antworten an: Dario - Cdj - <[email protected]>, spamdyke users
  > <[email protected]>
  > Datum: Sat, 20 Jun 2009 01:15:58 +0200
  > An: <[email protected]>
  > Betreff: [spamdyke-users] smtp-auth problem with Eudora and spamdyke
  >
  > Hi all,
  > Ok  i'm running a linuxbox with a fedora core 5 and qmailrocks 
installation
  > plus some add one like clamd sanesecurity (nothing about auth).
  >
  > i've just installed spamdyke
  >
  > My spamdyke.conf :
  > log-level=info
  > #log-target=/var/log/spamdyke.log
  > local-domains-file=/var/qmail/control/rcpthosts
  > tls-certificate-file=/var/qmail/control/servercert.pem
  > dns-blacklist-entry=zen.spamhaus.org
  > smtp-auth-level=observe
  > smtp-auth-command=/home/vpopmail/bin/vchkpw /bin/true
  > hostname-file=/etc/mail.deskservice.com
  >
  > file /etc/mail.deskservice.com contain just 1 line : 
mail.deskservice.com
  >
  > I invoke spamdyke with this in run script (under supervise...)
  >
  > /usr/local/bin/tcpserver -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c
  > "$MAXSMTPD" -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
  > /usr/local/bin/spamdyke --config-file /etc/spamdyke.conf \
  > /var/qmail/bin/qmail-smtpd deskservice.com \
  > /home/vpopmail/bin/vchkpw /bin/true 2>&1
  >
  > This is the result :
  >
  > Outlook Express works perfectly with this output in /var/log/maillog :
  >
  > Jun 19 17:15:46 mail spamdyke[18553]: ALLOWED from: [email protected] 
to:
  > [email protected] origin_ip: 151.33.193.195 origin_rdns:
  > ppp-195-193.33-151.iol.it auth: [email protected]
  > Jun 19 17:15:46 mail spamd[11712]: spamd: checking message
  > <009d3d06298349cebd4aa8834dffc...@cdjhomestation> for qscand:514
  > Jun 19 17:15:50 mail spamd[11712]: spamd: result: . 3 -
  > BAYES_50,DOS_OE_TO_MX,RDNS_DYNAMIC,SPF_SOFTFAIL,STOX_REPLY_TYPE
  > 
scantime=3.2,size=736,user=qscand,uid=514,required_score=5.0,rhost=localhost,raddr=127.0.0.1,rport=/var/run/spamd-socket,mid=<009d3d06298349cebd4aa8834dffc...@cdjhomestation>,bayes=0.492908,autolearn=no
  > Jun 19 17:16:07 mail qmail-scanner[18561]:
  > Clear:RC:0(151.33.193.195):SA:0(3.4/5.0): 20.19228 699 
[email protected]
  > [email protected] cane_smarrito
  > <009d3d06298349cebd4aa8834dffc...@cdjhomestation>
  > orig-server.deskservice.com124542454678718561:699
  > 1245424546.18563-0.server.deskservice.com:15
  >
  >
  > The Bat works perfectly with this output in /var/log/maillog :
  >
  > Jun 20 01:08:22 mail vpopmail[20487]: vchkpw-smtp: password fail (pass:
  > '<[email protected]>') 
[email protected]:151.33.193.195
  > Jun 20 01:08:28 mail spamdyke[20482]: ALLOWED from: 
[email protected]
  > to: [email protected] origin_ip: 151.33.193.195 origin_rdns:
  > ppp-195-193.33-151.iol.it auth: [email protected]
  >
  > and this output in thebat log :
  >
  > invio messaggi di posta - 1 messaggi in attesa
  > connesso al server SMTP
  > autenticazione (software CRAM-MD5)
  > Il server riporta un errore. La risposta �: authorization failed 
(#5.7.0)
  > autenticazione (plain)
  > invio messaggio a [email protected]
  > (i think that also if this is italian everybody understand it...)
  >
  > finally EUDORA give an error that i need to solve :
  >
  > Eudora log :
  > Can't send to ''.  The server gives this reason: '554 Refused. Your IP
  > address is listed in the RBL at zen.spamhaus.org'.
  >
  > /var/log/maillog :
  > Jun 20 01:09:58 mail vpopmail[21172]: vchkpw-smtp: password fail (pass:
  > '<[email protected]>') [email protected]:151.33.193.195
  > Jun 20 01:10:03 mail spamdyke[21165]: DENIED_RBL_MATCH from:
  > [email protected] to: [email protected] origin_ip:
  > 151.33.193.195 origin_rdns: ppp-195-193.33-151.iol.it auth: (unknown)
  >
  > I've seen Eudora Manual :
  >
  > Eudora can log in to an SMTP server when sending mail, just like it does 
for
  > receiving mail. Not all SMTP servers require or allow such 
authentication.
  > Eudora will attempt authentication to servers that allow it. The 
preferred
  > SMTP authentication method is CRAM-MD5. If CRAM-MD5 is not available, 
LOGIN
  > or PLAIN will automatically be used.
  >
  > How i can fix this ? Obviously if i disable spamdyke everything works
  > perfectly... :(
  >
  > Please help me
  >
  > Thank you and regards
  > Dario Cdj
  >
  >
  >
  > _______________________________________________
  > 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
  >
  >
  _______________________________________________
  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

Reply via email to