erroneously
put in the user's spam folder, ie, it is not spam. The user needs to put
a COPY of the message in the Report-NOTSPAM folder. Squirrelmail nor any
of the many plugins available appear to provide this feature.
If there is a way to do this, please pass it along!
thanks
Shelley
Mechanisms=PLAIN
needs to say:
O AuthMechanisms=PLAIN LOGIN
Mike O'Rourke, O.P.
> Shelley Waltz said:
>> My Imap and Sendmail configurations are configured to support the SASL
>> "Plain" mechanism only. I am trying to implement Squirre
This is correct, the server does not support auth LOGIN, but it does
support auth PLAIN - they are not the same thing. Nescape and other
client which use the auth PLAIN mechanism can authenticate fine to the
sendmail SMTP server.
I do not find detect in my conf.pl(1.2.0).
If I telnet to port 2
This is correct, the server does not support auth LOGIN, but it does
support auth PLAIN - they are not the same thing. Nescape and other
client which use the auth PLAIN mechanism can authenticate fine to the
sendmail SMTP server.
I do not find detect in my conf.pl(1.2.0).
If I telnet to port 2
ry to send is where it fails and reports
...
ERROR
Bad sequence of commands
Server replied: 503 5.3.3 AUTH mechanism LOGIN not
available
Why does the plain mechanism work for the Imap auth, but not for SMTP
auth?
{ Shelley Waltz