LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   SMTP Error <<: 503 AUTH command used when not advertised (https://www.linuxquestions.org/questions/linux-software-2/smtp-error-503-auth-command-used-when-not-advertised-4175446555/)

Rafael25 01-21-2013 03:38 AM

SMTP Error <<: 503 AUTH command used when not advertised
 
I have installed Exim4 however I face the tilted error in webmail lite.

Here is a snippet of my code info:
Code:

PLAIN:
  driver                    = plaintext
  server_set_id              = $auth2
  server_prompts            = :
  .ifndef AUTH_SERVER_ALLOW_NOTLS_PASSWORDS
  server_advertise_condition = ${if eq{$tls_cipher}{}{}{*}}
  .endif
  server_condition          = “${if crypteq{$auth3}{${extract{1}{:}{${lookup{$auth2}lsearch{/etc/$domain/passwd}{$value}{*:*}}}}}{1}{0}}”
#  server_advertise_condition = ${if def:tls_cipher }

What am I missing ? How do I enable AUTH ?

Thanks in advance.

kbp 01-21-2013 06:40 PM

I believe your code may be initiating a standard SMTP connection instead of an extended SMTP connection (HELO vs EHLO), auth is not available in standard SMTP.

Rafael25 01-28-2013 11:39 PM

Any idea what SMTP connection Webmail Lite uses ? Standard or Extended ? How do I trace it ?

Thanks in advance.


All times are GMT -5. The time now is 01:22 PM.