Хотите сделать посильный вклад в развитие Ubuntu и русскоязычного сообщества? Помогите нам с документацией!
0 Пользователей и 1 Гость просматривают эту тему.
Вы уверены, что правильно задаете команду at? Если она не предполагает вывода, то и письмо отсылаться не будет. Попробуйте временно переименовать, например, sudo mv /usr/sbin/sendmail /usr/sbin/sendmail1и повторить. Тогда в логе просто обязана появиться запись типаApr 19 10:43:00 vladimir atd[4047]: Exec failed for mail command: No such file or directoryЕсли нет - значит, Вы что-то делаете неправильно.
vlad@vlad-desktop:~$ at 11:05warning: commands will be executed using /bin/shat> find / -name "mail" -printat> <EOT>job 21 at Tue Apr 19 11:05:00 2011vlad@vlad-desktop:~$
vlad@vlad-desktop:~$ cat /var/log/syslog | grep atdvlad@vlad-desktop:~$
vlad@vlad-desktop:~$ at 12:25warning: commands will be executed using /bin/shat> find / -name "mail" -print 2>&1at> <EOT>job 25 at Tue Apr 19 12:25:00 2011vlad@vlad-desktop:~$
Попробуйте задать ключ -m у команды at. Скорее всего, вывод в stdout - нулевой (есть вывод в stderr), и письмо просто не отправляется. Или перенаправьте stderr в stdout:find / -name "mail" -print 2>&1После этого проверьте лог.
lad@vlad-desktop:~$ cat /var/log/syslog | grep atdvlad@vlad-desktop:~$
If a letter is found to be undeliverable, it is returned to the sender with diagnostics that indicate the location and nature of the failure. If mail is interrupted during input, the file dead.letter is saved to allow editing and resending. dead.letter is normally maintained by sendmail, and the interrupted message will be appended to the previous contents.
dead.letter - это и есть письмо. Письмо, которое не может быть доставлено по какой-то причине.ЦитироватьIf a letter is found to be undeliverable, it is returned to the sender with diagnostics that indicate the location and nature of the failure. If mail is interrupted during input, the file dead.letter is saved to allow editing and resending. dead.letter is normally maintained by sendmail, and the interrupted message will be appended to the previous contents.
Страница сгенерирована за 0.019 секунд. Запросов: 20.