[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Unidentified subject!



Система Debian Sarg 3.0r1
Gnus соответственно из нее
При попытке отправить письмо через скажем gmail.ru ругается следующим образом
Sending...
Sending via mail...
220 athena.sema.ru ESMTP
250-athena.sema.ru
250-AUTH LOGIN CRAM-MD5 PLAIN
250-AUTH=LOGIN CRAM-MD5 PLAIN
250-PIPELINING
250 8BITMIME
250 ok
553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)
221 athena.sema.ru
smtpmail-send-it: Sending failed; SMTP protocol error

Вот так у меня настроенна отправка:
;;  
(require 'smtpmail)
(setq smtpmail-smtp-server "mail.gmail.ru")
(setq send-mail-function 'smtpmail-send-it) ; if you use `mail'
(setq message-send-mail-function 'smtpmail-send-it) ; if you are using Gnus.
(setq smtpmail-default-smtp-server "mail.gmail.ru")
(setq smtpmail-local-domain "gmail.ru")
(setq smtpmail-sendto-domain "mail.gmail.ru")
(setq smtpmail-debug-info t) ; only to debug problems
(setq smtpmail-auth-credentials
      '(("mail.gmail.ru" 25 "bla@gmail.ru" "password")))

Может кто сталкивался



Reply to: