powered by simpleCommunicator - 2.0.61     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / Unix-системы [игнор отключен] [закрыт для гостей] / SMTP authentication Exim не работает
1 сообщений из 1, страница 1 из 1
SMTP authentication Exim не работает
    #36204599
armix2000
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
SMTP authentication Exim не работает!????
в конфиге отремейковал строки

Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
plain:
  driver                     = plaintext
  public_name                = PLAIN  
  server_set_id              = $auth2
  server_prompts             = :
  server_condition           = ${if saslauthd{{$ 2 }{$ 3 }{smtp}} { 1 }}
#  server_advertise_condition = ${if def:tls_cipher }

# LOGIN authentication has traditional prompts and responses. There is no
# authorization ID in this mechanism, so unlike PLAIN the username and
# password are $auth1 and $auth2. Apart from that you can use the same
# server_condition setting for both authenticators.

login:
  driver                     = plaintext
  server_set_id              = $auth1
  server_prompts             = <| Username: | Password:
  server_condition           = ${if saslauthd{{$ 1 }{$ 2 }{smtp}} { 1 }}
#  server_advertise_condition = ${if def:tls_cipher }


затем проверяю через телнет так
Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
$ telnet server.example  25 
Trying  192 . 168 . 34 . 25 ...
Connected to server.example.
Escape character is ’^]’.
 220  server.example ESMTP Exim  4 . 20  ...
ehlo client.example
 250 -server.example Hello client.example [ 10 . 8 . 4 . 5 ]
 250 -SIZE  52428800 
 250 -PIPELINING
 250 -AUTH PLAIN
 250  HELP

и у меня строки AUTH PLAIN, которая и указывает на вкл. SMTP authentication нету!!!

В чем дело?

Возможно такое, что аутентификаторы в бинарнике не определены при сборке?
Как пофиксить?
...
Рейтинг: 0 / 0
1 сообщений из 1, страница 1 из 1
Форумы / Unix-системы [игнор отключен] [закрыт для гостей] / SMTP authentication Exim не работает
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]