Hello list!

I'am running qpsmtpd with qmail on a openbsd machine.

My problem is, NO outlook (outlook and outlook express) user
can authenticate and i get alway a relaying denied in the logfile.
It's weird, because other Email programms i've tested works fine
(Pegeasus, Thunderbird, uebimiau webail, sylpheed, bat ..) with the
same email account.

The authentication works fine (I've printed out every shit to see if
it is working properly)

Then, I've found that the rcpt_ok matches this else statement:


  else 
  {
    # default of relaying_denied is obviously DENY, 
    # we use the default "Relaying denied" message...
    return Qpsmtpd::DSN->relaying_denied();
  }


But I don't know why.

Maybe someone here has any suggestions for me?

Below is a list of plugins i'm using (I've tested
also with all plugins disabled, expeting auth_vpopmail_sql, 
rcpt_ok and the queue plugin).


quit_fortune
check_earlytalker
count_unrecognized_commands 4
check_relay
rhsbl
dnsbl
check_badrcptto
check_spamhelo
auth/auth_vpopmail_sql
rcpt_ok
spamassassin reject_threshold 13 munge_subject_threshold 5
virus/clamav clamscan_path=/usr/local/bin/clamdscan action=add-header 
clamd_conf=/etc/clamd.conf
queue/qmail-queue


Regards, Matthias

-- 

*fnord

Reply via email to