как собственно происходит сама отправка из очереди?! помогите разобраться.. Видел решение на одном сайте но сайт закончился
sendmail (проблема в том что почта стоит на очереди)
Модераторы: SLEDopit, Модераторы разделов
-
monesh1
- Сообщения: 185
- ОС: bluewhite64
sendmail
Интересуют подробности в настройке
как собственно происходит сама отправка из очереди?! помогите разобраться.. Видел решение на одном сайте но сайт закончился
как собственно происходит сама отправка из очереди?! помогите разобраться.. Видел решение на одном сайте но сайт закончился
-
vr13
- Сообщения: 887
- ОС: gentoo
Re: sendmail
по умолчанию, любое сообщение, которое обрабатывается sendmail попадает в очередь. периодически (опция -q) sendmail делает попытку разгрести очередь, о чем пишет в логах. технически разгребание очереди - старт новых процессов sendmail, которе этим занимается (для каждого элемента очереди прорабатывают все нужные rulesets и делается попытка доставки. способ даставки определяется правилами). посмотреть состояние очереди можно можно mailq (alias того же sendmail). сообщения в очереди имеют срок хранения
журнал (лог) ведется при помощи syslog и может быть сконфигурирован в конфигурации последнего. обычно вид такой:
Mar 10 06:30:02 jsun sendmail[17947]: [ID 801593 mail.info] m2A3U0P17947: from=root, size=1993, class=0, nrcpts=1, msgid=<200803100330.m2A3U0P17947@jsun.local>, relay=root@localhost
Mar 10 06:30:02 jsun sendmail[17962]: [ID 801593 mail.info] m2A3U0P17947: to=hostmaster <mail>, ctladdr=root (0/1), delay=00:00:02, xdelay=00:00:00, mailer=local, pri=121993, relay=local, dsn=2.0.0, stat=Sent
журнал (лог) ведется при помощи syslog и может быть сконфигурирован в конфигурации последнего. обычно вид такой:
Mar 10 06:30:02 jsun sendmail[17947]: [ID 801593 mail.info] m2A3U0P17947: from=root, size=1993, class=0, nrcpts=1, msgid=<200803100330.m2A3U0P17947@jsun.local>, relay=root@localhost
Mar 10 06:30:02 jsun sendmail[17962]: [ID 801593 mail.info] m2A3U0P17947: to=hostmaster <mail>, ctladdr=root (0/1), delay=00:00:02, xdelay=00:00:00, mailer=local, pri=121993, relay=local, dsn=2.0.0, stat=Sent
-
monesh1
- Сообщения: 185
- ОС: bluewhite64
Re: sendmail
как все это поправить?
errors
info
warnings

errors
Код:
Mar 20 23:52:52 localhost sendmail[14989]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 20 23:53:52 localhost sendmail[14989]: unable to qualify my own domain name (localhost) -- using short name
Mar 21 01:57:02 localhost postfix/sendmail[18891]: fatal: usage: sendmail [options]
Mar 21 01:57:17 localhost sendmail[18921]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 21 01:58:17 localhost sendmail[18921]: unable to qualify my own domain name (localhost) -- using short name
Mar 21 01:58:21 localhost postfix/postfix-script[18959]: fatal: the Postfix mail system is not running
Mar 21 02:11:44 localhost sendmail[19488]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 21 02:12:44 localhost sendmail[19488]: unable to qualify my own domain name (localhost) -- using short name
Mar 21 04:02:02 localhost sendmail[21640]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 21 04:03:02 localhost sendmail[21640]: unable to qualify my own domain name (localhost) -- using short name
Mar 22 04:02:02 localhost sendmail[13673]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 22 04:03:02 localhost sendmail[13673]: unable to qualify my own domain name (localhost) -- using short name
Mar 23 04:02:02 localhost sendmail[9958]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 23 04:02:06 localhost sendmail[9980]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 23 04:03:06 localhost sendmail[9980]: unable to qualify my own domain name (localhost) -- using short name
Mar 23 04:03:06 localhost sendmail[9997]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 23 04:04:06 localhost sendmail[9997]: unable to qualify my own domain name (localhost) -- using short name
Mar 23 04:04:06 localhost sm-msp-queue[10024]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 23 04:05:06 localhost sm-msp-queue[10024]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 01:09:33 localhost sendmail[12299]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 01:09:43 localhost sendmail[12304]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 01:09:45 localhost sendmail[12309]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 01:09:50 localhost sendmail[12314]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 01:09:51 localhost sendmail[12319]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 01:09:52 localhost sendmail[12324]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 01:10:06 localhost sendmail[12358]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 01:10:21 localhost sendmail[12398]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 01:10:33 localhost sendmail[12299]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 01:10:43 localhost sendmail[12304]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 01:10:45 localhost sendmail[12309]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 01:10:50 localhost sendmail[12314]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 01:10:51 localhost sendmail[12319]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 01:10:52 localhost sendmail[12324]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 01:12:55 localhost postfix/sendmail[13773]: fatal: usage: sendmail [options]
Mar 24 01:13:03 localhost sendmail[13808]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 01:14:03 localhost sendmail[13808]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 01:14:08 localhost postfix/postfix-script[13843]: fatal: the Postfix mail system is not running
Mar 24 01:21:32 localhost sendmail[14251]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 01:21:37 localhost sendmail[14256]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 01:21:39 localhost sendmail[14261]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 01:21:45 localhost sendmail[14267]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 01:21:54 localhost sendmail[14282]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 01:21:56 localhost sendmail[14287]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 01:21:58 localhost sendmail[14292]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 01:22:32 localhost sendmail[14251]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 01:22:37 localhost sendmail[14256]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 01:22:39 localhost sendmail[14261]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 01:22:45 localhost sendmail[14267]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 01:22:54 localhost sendmail[14282]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 01:22:56 localhost sendmail[14287]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 01:22:58 localhost sendmail[14292]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 02:37:29 localhost sendmail[15519]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 02:37:35 localhost sendmail[15524]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 02:37:36 localhost sendmail[15529]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 02:37:46 localhost sendmail[15540]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 02:37:48 localhost sendmail[15545]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 02:38:29 localhost sendmail[15519]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 02:38:35 localhost sendmail[15524]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 02:38:36 localhost sendmail[15529]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 02:38:46 localhost sendmail[15540]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 02:38:47 localhost sendmail[15618]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 02:38:54 localhost sendmail[15646]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 02:38:55 localhost sendmail[15666]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 02:38:56 localhost sendmail[15690]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 02:38:59 localhost sendmail[15714]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 02:39:29 localhost sendmail[15814]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 02:39:47 localhost sendmail[15618]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 02:39:54 localhost sendmail[15646]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 02:39:55 localhost sendmail[15666]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 02:39:56 localhost sendmail[15690]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 02:39:59 localhost sendmail[15714]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 02:40:29 localhost sendmail[15814]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 02:40:29 localhost sendmail[15858]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 02:41:29 localhost sendmail[15858]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 02:41:29 localhost sm-msp-queue[15895]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 02:42:29 localhost sm-msp-queue[15895]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 02:42:30 localhost sendmail[15922]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 02:43:55 localhost sendmail[15922]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 03:29:08 localhost sendmail[19963]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 03:30:08 localhost sendmail[19963]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 04:02:01 localhost sendmail[20692]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 04:03:02 localhost sendmail[20692]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 07:41:50 localhost sendmail[27175]: m2O4fTbf027175: SYSERR(root): hash map "generics": missing map file /etc/mail/genericstable.db: No such file or directory
Mar 24 23:01:31 localhost sendmail[7995]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 23:01:42 localhost sendmail[8002]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 23:01:43 localhost sendmail[8008]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 23:01:54 localhost sendmail[8019]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 23:01:57 localhost sendmail[8024]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 23:01:58 localhost sendmail[8029]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 24 23:02:31 localhost sendmail[7995]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 23:02:42 localhost sendmail[8002]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 23:02:43 localhost sendmail[8008]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 23:02:54 localhost sendmail[8019]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 23:02:57 localhost sendmail[8024]: unable to qualify my own domain name (localhost) -- using short name
Mar 24 23:02:58 localhost sendmail[8029]: unable to qualify my own domain name (localhost) -- using short name
Mar 25 04:02:02 localhost sendmail[13089]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 25 04:03:02 localhost sendmail[13089]: unable to qualify my own domain name (localhost) -- using short name
Mar 26 02:36:58 localhost sendmail[6882]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 26 02:37:58 localhost sendmail[6882]: unable to qualify my own domain name (localhost) -- using short name
Mar 26 04:02:01 localhost sendmail[8764]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 26 04:03:01 localhost sendmail[8764]: unable to qualify my own domain name (localhost) -- using short name
Mar 26 22:26:54 localhost sendmail[7593]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 26 22:27:20 localhost sendmail[7609]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 26 22:27:46 localhost sendmail[7616]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 26 22:27:54 localhost sendmail[7593]: unable to qualify my own domain name (localhost) -- using short name
Mar 26 22:28:20 localhost sendmail[7609]: unable to qualify my own domain name (localhost) -- using short name
Mar 26 22:28:46 localhost sendmail[7616]: unable to qualify my own domain name (localhost) -- using short name
Mar 27 02:51:02 localhost sendmail[15481]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 02:51:09 localhost sendmail[15485]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 02:51:17 localhost sendmail[15490]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 02:51:30 localhost sendmail[15553]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 02:52:30 localhost sendmail[15553]: unable to qualify my own domain name (localhost) -- using short name
Mar 27 02:52:31 localhost sendmail[15624]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 02:52:32 localhost sendmail[15646]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 02:53:31 localhost sendmail[15624]: unable to qualify my own domain name (localhost) -- using short name
Mar 27 02:53:32 localhost sendmail[15646]: unable to qualify my own domain name (localhost) -- using short name
Mar 27 02:53:33 localhost sendmail[15668]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 02:54:33 localhost sendmail[15668]: unable to qualify my own domain name (localhost) -- using short name
Mar 27 02:54:33 localhost sendmail[15681]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: cannot bind: Address already in use
Mar 27 02:54:33 localhost sendmail[15681]: daemon MTA: problem creating SMTP socket
Mar 27 02:54:33 localhost sm-msp-queue[15694]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 02:54:38 localhost sendmail[15681]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: cannot bind: Address already in use
Mar 27 02:54:38 localhost sendmail[15681]: daemon MTA: problem creating SMTP socket
Mar 27 02:54:43 localhost sendmail[15681]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: cannot bind: Address already in use
Mar 27 02:54:43 localhost sendmail[15681]: daemon MTA: problem creating SMTP socket
Mar 27 02:54:48 localhost sendmail[15681]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: cannot bind: Address already in use
Mar 27 02:54:48 localhost sendmail[15681]: daemon MTA: problem creating SMTP socket
Mar 27 02:54:53 localhost sendmail[15681]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: cannot bind: Address already in use
Mar 27 02:54:53 localhost sendmail[15681]: daemon MTA: problem creating SMTP socket
Mar 27 02:54:58 localhost sendmail[15681]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: cannot bind: Address already in use
Mar 27 02:54:58 localhost sendmail[15681]: daemon MTA: problem creating SMTP socket
Mar 27 02:55:03 localhost sendmail[15681]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: cannot bind: Address already in use
Mar 27 02:55:03 localhost sendmail[15681]: daemon MTA: problem creating SMTP socket
Mar 27 02:55:08 localhost sendmail[15681]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: cannot bind: Address already in use
Mar 27 02:55:08 localhost sendmail[15681]: daemon MTA: problem creating SMTP socket
Mar 27 02:55:13 localhost sendmail[15681]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: cannot bind: Address already in use
Mar 27 02:55:13 localhost sendmail[15681]: daemon MTA: problem creating SMTP socket
Mar 27 02:55:18 localhost sendmail[15681]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: cannot bind: Address already in use
Mar 27 02:55:18 localhost sendmail[15681]: daemon MTA: problem creating SMTP socket
Mar 27 02:55:23 localhost sendmail[15681]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: cannot bind: Address already in use
Mar 27 02:55:23 localhost sendmail[15681]: daemon MTA: problem creating SMTP socket
Mar 27 02:55:23 localhost sendmail[15681]: NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA: server SMTP socket wedged: exiting
Mar 27 02:55:33 localhost sm-msp-queue[15694]: unable to qualify my own domain name (localhost) -- using short name
Mar 27 04:02:01 localhost sendmail[17025]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 04:03:01 localhost sendmail[17025]: unable to qualify my own domain name (localhost) -- using short name
Mar 27 11:59:33 localhost sendmail[7602]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 11:59:44 localhost sendmail[7666]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 12:00:44 localhost sendmail[7666]: unable to qualify my own domain name (localhost) -- using short name
Mar 27 12:00:44 localhost sendmail[7755]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 12:01:44 localhost sendmail[7755]: unable to qualify my own domain name (localhost) -- using short name
Mar 27 12:01:44 localhost sm-msp-queue[7846]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 12:02:44 localhost sm-msp-queue[7846]: unable to qualify my own domain name (localhost) -- using short name
Mar 27 12:02:45 localhost sendmail[7874]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 12:03:45 localhost sendmail[7874]: unable to qualify my own domain name (localhost) -- using short name
Mar 27 12:19:39 localhost sendmail[8263]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 12:20:39 localhost sendmail[8263]: unable to qualify my own domain name (localhost) -- using short name
Mar 27 14:45:42 localhost sendmail[7463]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 14:46:42 localhost sendmail[7463]: unable to qualify my own domain name (localhost) -- using short name
Mar 27 14:46:42 localhost sendmail[7480]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 14:47:42 localhost sendmail[7480]: unable to qualify my own domain name (localhost) -- using short name
Mar 27 14:47:42 localhost sm-msp-queue[7509]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 14:48:42 localhost sm-msp-queue[7509]: unable to qualify my own domain name (localhost) -- using short name
Mar 27 20:43:14 localhost sendmail[13018]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 20:44:14 localhost sendmail[13018]: unable to qualify my own domain name (localhost) -- using short name
Mar 27 21:28:44 localhost sendmail[13646]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 21:29:44 localhost sendmail[13646]: unable to qualify my own domain name (localhost) -- using short name
Mar 27 22:13:01 localhost sendmail[14278]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 27 22:14:01 localhost sendmail[14278]: unable to qualify my own domain name (localhost) -- using short name
Mar 28 00:48:02 localhost sendmail[16368]: m2RLlg4n016368: SYSERR(root): hash map "generics": missing map file /etc/mail/genericstable.db: No such file or directory
Mar 28 02:27:07 localhost sendmail[19124]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 28 02:28:07 localhost sendmail[19124]: unable to qualify my own domain name (localhost) -- using short name
Mar 28 02:33:38 localhost sendmail[19267]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 28 02:34:38 localhost sendmail[19267]: unable to qualify my own domain name (localhost) -- using short name
Mar 28 04:02:01 localhost sendmail[8466]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 28 04:03:01 localhost sendmail[8466]: unable to qualify my own domain name (localhost) -- using short name
Mar 28 05:20:14 localhost sendmail[14202]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 28 05:21:14 localhost sendmail[14202]: unable to qualify my own domain name (localhost) -- using short name
Mar 28 05:21:15 localhost sendmail[14256]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 28 05:22:15 localhost sendmail[14256]: unable to qualify my own domain name (localhost) -- using short name
Mar 28 05:22:15 localhost sm-msp-queue[14294]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 28 05:23:15 localhost sm-msp-queue[14294]: unable to qualify my own domain name (localhost) -- using short name
Mar 28 05:23:16 localhost sendmail[14339]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 28 05:24:16 localhost sendmail[14339]: unable to qualify my own domain name (localhost) -- using short name
Mar 29 04:02:01 localhost sendmail[2817]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 29 04:03:01 localhost sendmail[2817]: unable to qualify my own domain name (localhost) -- using short name
Mar 29 22:39:10 localhost sendmail[21931]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 29 22:40:10 localhost sendmail[21931]: unable to qualify my own domain name (localhost) -- using short name
Mar 30 00:25:16 localhost sendmail[23431]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 30 00:26:16 localhost sendmail[23431]: unable to qualify my own domain name (localhost) -- using short name
Mar 30 04:02:02 localhost sendmail[25628]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 30 04:02:03 localhost sendmail[25698]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 30 04:03:02 localhost sendmail[25628]: unable to qualify my own domain name (localhost) -- using short name
Mar 30 04:03:03 localhost sendmail[25698]: unable to qualify my own domain name (localhost) -- using short name
Mar 30 04:03:03 localhost sendmail[25715]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 30 04:04:03 localhost sendmail[25715]: unable to qualify my own domain name (localhost) -- using short name
Mar 30 04:04:04 localhost sm-msp-queue[25741]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 30 04:05:04 localhost sm-msp-queue[25741]: unable to qualify my own domain name (localhost) -- using short name
Mar 30 05:29:08 localhost sendmail[9089]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 30 05:30:08 localhost sendmail[9089]: unable to qualify my own domain name (localhost) -- using short name
Mar 30 06:04:24 localhost sendmail[9711]: m2U244VU009711: SYSERR(root): hash map "generics": missing map file /etc/mail/genericstable.db: No such file or directory
Mar 31 04:02:01 localhost sendmail[30249]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 31 04:03:01 localhost sendmail[30249]: unable to qualify my own domain name (localhost) -- using short name
Mar 31 04:40:43 localhost sendmail[1651]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 31 04:41:43 localhost sendmail[1651]: unable to qualify my own domain name (localhost) -- using short name
Mar 31 04:42:10 localhost sendmail[1704]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 31 04:42:16 localhost sendmail[1709]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 31 04:42:50 localhost sendmail[1725]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 31 04:43:10 localhost sendmail[1704]: unable to qualify my own domain name (localhost) -- using short name
Mar 31 04:43:16 localhost sendmail[1709]: unable to qualify my own domain name (localhost) -- using short name
Mar 31 04:43:50 localhost sendmail[1725]: unable to qualify my own domain name (localhost) -- using short name
Mar 31 04:51:42 localhost sendmail[1941]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 31 04:52:42 localhost sendmail[1941]: unable to qualify my own domain name (localhost) -- using short name
Mar 31 09:04:04 localhost sendmail[6257]: m2TLQGmL023445: SYSERR(root): readqf: cannot open ./dfm2TLQGmL023445: No such file or directory
Mar 31 19:40:36 localhost sendmail[7630]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 31 19:41:36 localhost sendmail[7630]: unable to qualify my own domain name (localhost) -- using short name
Mar 31 19:41:37 localhost sendmail[7649]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 31 19:42:37 localhost sendmail[7649]: unable to qualify my own domain name (localhost) -- using short name
Mar 31 19:42:37 localhost sm-msp-queue[7676]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 31 19:43:37 localhost sm-msp-queue[7676]: unable to qualify my own domain name (localhost) -- using short name
Mar 31 19:50:42 localhost sendmail[7881]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 31 19:51:42 localhost sendmail[7881]: unable to qualify my own domain name (localhost) -- using short name
Mar 31 20:00:49 localhost sendmail[7366]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 31 20:00:59 localhost sendmail[7428]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 31 20:01:59 localhost sendmail[7428]: unable to qualify my own domain name (localhost) -- using short name
Mar 31 20:01:59 localhost sendmail[7452]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 31 20:02:59 localhost sendmail[7452]: unable to qualify my own domain name (localhost) -- using short name
Mar 31 20:03:00 localhost sm-msp-queue[7479]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 31 20:04:00 localhost sm-msp-queue[7479]: unable to qualify my own domain name (localhost) -- using short name
Mar 31 20:13:30 localhost sendmail[7714]: My unqualified host name (localhost) unknown; sleeping for retry
Mar 31 20:14:30 localhost sendmail[7714]: unable to qualify my own domain name (localhost) -- using short name
Apr 1 04:02:04 localhost sendmail[16972]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 1 04:03:04 localhost sendmail[16972]: unable to qualify my own domain name (localhost) -- using short name
Apr 1 05:24:32 localhost sendmail[21521]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 1 05:25:32 localhost sendmail[21521]: unable to qualify my own domain name (localhost) -- using short name
Apr 1 23:22:34 localhost postfix/sendmail[31741]: fatal: usage: sendmail [options]
Apr 1 23:23:18 localhost sendmail[31782]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 1 23:24:18 localhost sendmail[31782]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 01:40:50 localhost sendmail[7514]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 01:40:58 localhost sendmail[7520]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 01:41:00 localhost sendmail[7526]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 01:41:50 localhost sendmail[7514]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 01:41:58 localhost sendmail[7520]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 01:42:00 localhost sendmail[7526]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 01:44:32 localhost sendmail[7747]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 01:45:32 localhost sendmail[7747]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 01:45:32 localhost sendmail[7774]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 01:46:32 localhost sendmail[7774]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 01:46:33 localhost sm-msp-queue[7800]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 01:47:33 localhost sm-msp-queue[7800]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 01:47:33 localhost sendmail[7828]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 01:48:33 localhost sendmail[7828]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 04:02:02 localhost sendmail[10395]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 04:03:02 localhost sendmail[10395]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 14:04:02 localhost sendmail[8372]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 14:04:06 localhost sendmail[8379]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 14:04:07 localhost sendmail[8381]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 14:05:02 localhost sendmail[8372]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 14:05:06 localhost sendmail[8379]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 14:05:07 localhost sendmail[8381]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 14:22:43 localhost sendmail[7698]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 14:23:43 localhost sendmail[7718]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 14:23:43 localhost sendmail[7698]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 14:23:43 localhost sendmail[7720]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 14:24:43 localhost sendmail[7718]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 14:24:43 localhost sendmail[7720]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 14:25:11 localhost sendmail[7823]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 14:26:11 localhost sendmail[7823]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 14:26:11 localhost sendmail[7870]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 14:27:11 localhost sendmail[7870]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 14:27:11 localhost sm-msp-queue[7896]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 14:28:11 localhost sm-msp-queue[7896]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 14:31:53 localhost sendmail[8093]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 14:32:53 localhost sendmail[8093]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 14:34:51 localhost sendmail[8195]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 14:35:14 localhost sendmail[8207]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 14:35:51 localhost sendmail[8195]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 14:36:14 localhost sendmail[8207]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 14:50:19 localhost sendmail[8741]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 14:51:19 localhost sendmail[8741]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 14:53:27 localhost sendmail[8949]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 14:53:29 localhost sendmail[8957]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 14:54:27 localhost sendmail[8949]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 14:54:29 localhost sendmail[8957]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 14:54:38 localhost sendmail[9014]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 14:55:38 localhost sendmail[9014]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 15:06:03 localhost sendmail[9211]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 15:06:14 localhost sendmail[9244]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 15:07:03 localhost sendmail[9211]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 15:07:14 localhost sendmail[9244]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 15:19:05 localhost sendmail[9577]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 15:19:34 localhost sendmail[9611]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 15:19:37 localhost sendmail[9615]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 15:19:38 localhost sendmail[9619]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 15:20:05 localhost sendmail[9577]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 15:20:34 localhost sendmail[9611]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 15:20:37 localhost sendmail[9615]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 15:20:38 localhost sendmail[9619]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 15:21:27 localhost sendmail[9691]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 15:22:27 localhost sendmail[9691]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 15:24:05 localhost sendmail[9734]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 15:25:05 localhost sendmail[9734]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 15:28:50 localhost sendmail[9841]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 15:29:50 localhost sendmail[9841]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 15:29:54 localhost sendmail[9922]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 15:30:54 localhost sendmail[9922]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 15:58:39 localhost sendmail[10492]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 15:59:39 localhost sendmail[10492]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 17:00:25 localhost sendmail[11981]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 17:01:25 localhost sendmail[11981]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 17:22:29 localhost sendmail[7484]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 17:22:41 localhost sendmail[7547]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 17:23:41 localhost sendmail[7547]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 17:23:41 localhost sendmail[7567]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 17:24:41 localhost sendmail[7567]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 17:24:41 localhost sm-msp-queue[7593]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 17:25:41 localhost sm-msp-queue[7593]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 17:25:42 localhost sendmail[7623]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 17:26:42 localhost sendmail[7623]: unable to qualify my own domain name (localhost) -- using short name
Apr 2 20:32:53 localhost sendmail[11053]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 2 20:33:53 localhost sendmail[11053]: unable to qualify my own domain name (localhost) -- using short name
Apr 3 00:02:14 localhost sendmail[15437]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 3 00:03:14 localhost sendmail[15437]: unable to qualify my own domain name (localhost) -- using short name
Apr 3 01:12:32 localhost sendmail[17384]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 3 01:13:32 localhost sendmail[17384]: unable to qualify my own domain name (localhost) -- using short name
Apr 3 02:47:51 localhost sendmail[19068]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 3 02:48:51 localhost sendmail[19068]: unable to qualify my own domain name (localhost) -- using short name
Apr 3 02:49:38 localhost sendmail[19153]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 3 02:50:38 localhost sendmail[19153]: unable to qualify my own domain name (localhost) -- using short name
Apr 3 04:02:07 localhost sendmail[20512]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 3 04:03:07 localhost sendmail[20512]: unable to qualify my own domain name (localhost) -- using short name
Apr 3 14:47:57 localhost sendmail[339]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 3 14:48:57 localhost sendmail[339]: unable to qualify my own domain name (localhost) -- using short name
Apr 3 19:25:04 localhost sendmail[4225]: m33FOfIu004225: SYSERR(root): hash map "generics": missing map file /etc/mail/genericstable.db: No such file or directory
Apr 3 19:53:56 localhost sendmail[4857]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 3 19:54:13 localhost sendmail[4872]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 3 19:54:56 localhost sendmail[4857]: unable to qualify my own domain name (localhost) -- using short name
Apr 3 19:55:13 localhost sendmail[4872]: unable to qualify my own domain name (localhost) -- using short name
Apr 3 23:20:38 localhost sendmail[10843]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 3 23:21:38 localhost sendmail[10843]: unable to qualify my own domain name (localhost) -- using short name
Apr 3 23:42:15 localhost sendmail[7402]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 3 23:42:32 localhost sendmail[7408]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 3 23:42:34 localhost sendmail[7414]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 3 23:43:07 localhost sendmail[7546]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 3 23:44:07 localhost sendmail[7546]: unable to qualify my own domain name (localhost) -- using short name
Apr 3 23:44:07 localhost sendmail[7569]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 3 23:45:07 localhost sendmail[7569]: unable to qualify my own domain name (localhost) -- using short name
Apr 3 23:45:07 localhost sm-msp-queue[7632]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 3 23:46:07 localhost sm-msp-queue[7632]: unable to qualify my own domain name (localhost) -- using short name
Apr 4 00:02:04 localhost sendmail[7956]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 4 00:03:04 localhost sendmail[7956]: unable to qualify my own domain name (localhost) -- using short name
Apr 4 00:27:58 localhost sendmail[8458]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 4 00:28:58 localhost sendmail[8458]: unable to qualify my own domain name (localhost) -- using short name
Apr 4 01:55:58 localhost sendmail[10086]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 4 01:56:58 localhost sendmail[10086]: unable to qualify my own domain name (localhost) -- using short name
Apr 4 04:02:02 localhost sendmail[13292]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 4 04:03:02 localhost sendmail[13292]: unable to qualify my own domain name (localhost) -- using short name
Apr 4 04:16:22 localhost sendmail[16984]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 4 04:17:07 localhost sendmail[16999]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 4 04:17:22 localhost sendmail[16984]: unable to qualify my own domain name (localhost) -- using short name
Apr 4 04:17:40 localhost sendmail[17041]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 4 04:18:07 localhost sendmail[16999]: unable to qualify my own domain name (localhost) -- using short name
Apr 4 04:18:21 localhost sendmail[17073]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 4 04:18:40 localhost sendmail[17041]: unable to qualify my own domain name (localhost) -- using short name
Apr 4 04:19:21 localhost sendmail[17073]: unable to qualify my own domain name (localhost) -- using short name
Apr 4 04:54:04 localhost sendmail[17782]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 4 04:54:17 localhost sendmail[17787]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 4 04:55:04 localhost sendmail[17782]: unable to qualify my own domain name (localhost) -- using short name
Apr 4 04:55:17 localhost sendmail[17787]: unable to qualify my own domain name (localhost) -- using short name
Apr 4 08:12:47 localhost sendmail[21999]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 4 08:13:47 localhost sendmail[21999]: unable to qualify my own domain name (localhost) -- using short name
Apr 4 14:33:18 localhost sendmail[27664]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 4 14:34:18 localhost sendmail[27664]: unable to qualify my own domain name (localhost) -- using short name
Apr 4 14:47:12 localhost sendmail[28137]: My unqualified host name (localhost) unknown; sleeping for retry
Apr 4 14:48:12 localhost sendmail[28137]: unable to qualify my own domain name (localhost) -- using short name
info
Код:
Mar 20 23:53:53 localhost sendmail[14989]: alias database /etc/aliases rebuilt by root
Mar 20 23:53:53 localhost sendmail[14989]: /etc/aliases: 14 aliases, longest 10 bytes, 152 bytes total
Mar 21 01:58:17 localhost sendmail[18921]: alias database /etc/aliases rebuilt by root
Mar 21 01:58:17 localhost sendmail[18921]: /etc/aliases: 14 aliases, longest 10 bytes, 152 bytes total
Mar 21 04:16:31 localhost sendmail[21640]: m2L132Oh021640: from=root, size=578, class=0, nrcpts=1, msgid=<200803210103.m2L132Oh021640@localhost>, relay=root@localhost
Mar 21 04:16:31 localhost sendmail[21640]: m2L132Oh021640: to=root, ctladdr=root (0/0), delay=00:13:29, xdelay=00:00:00, mailer=relay, pri=30578, relay=[localhost] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [localhost]
Mar 22 04:39:11 localhost sendmail[13673]: m2M132UX013673: from=root, size=578, class=0, nrcpts=1, msgid=<200803220103.m2M132UX013673@localhost>, relay=root@localhost
Mar 26 12:41:50 localhost sendmail[19697]: m2O0U9H9019977: to=<marusya649@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=2+09:11:21, xdelay=00:00:20, mailer=esmtp, pri=5341203, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 26 13:41:50 localhost sendmail[20527]: m2O0U9H9019977: to=<marusya649@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=2+10:11:21, xdelay=00:00:20, mailer=esmtp, pri=5431203, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 26 14:41:50 localhost sendmail[21399]: m2O0U9H9019977: to=<marusya649@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=2+11:11:21, xdelay=00:00:20, mailer=esmtp, pri=5521203, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 26 15:41:50 localhost sendmail[22235]: m2O0U9H9019977: to=<marusya649@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=2+12:11:21, xdelay=00:00:20, mailer=esmtp, pri=5611203, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 26 16:41:50 localhost sendmail[23066]: m2O0U9H9019977: to=<marusya649@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=2+13:11:21, xdelay=00:00:20, mailer=esmtp, pri=5701203, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 26 17:41:50 localhost sendmail[24133]: m2O0U9H9019977: to=<marusya649@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=2+14:11:21, xdelay=00:00:20, mailer=esmtp, pri=5791203, relay=mail.ru.,
Mar 30 04:03:03 localhost sendmail[25698]: /etc/aliases: 14 aliases, longest 10 bytes, 152 bytes total
Mar 30 04:04:03 localhost sendmail[25728]: starting daemon (8.14.1): SMTP+queueing@01:00:00
Mar 30 04:04:24 localhost sendmail[25730]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=02:37:48, xdelay=00:00:20, mailer=esmtp, pri=391069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 04:05:04 localhost sm-msp-queue[25754]: starting daemon (8.14.1): queueing@01:00:00
Mar 30 04:18:31 localhost sendmail[25628]: m2U032fO025628: from=root, size=1359, class=0, nrcpts=1, msgid=<200803300003.m2U032fO025628@localhost>, relay=root@localhost
Mar 30 04:18:31 localhost sendmail[29307]: m2U0IVVT029307: from=<root@localhost>, size=1590, class=0, nrcpts=1, msgid=<200803300003.m2U032fO025628@localhost>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Mar 30 04:18:31 localhost sendmail[25628]: m2U032fO025628: to=root, ctladdr=root (0/0), delay=00:15:29, xdelay=00:00:00, mailer=relay, pri=31359, relay=[localhost] [127.0.0.1], dsn=2.0.0, stat=Sent (m2U0IVVT029307 Message accepted for delivery)
Mar 30 04:18:31 localhost sendmail[29308]: m2U0IVVT029307: to=<root@localhost>, ctladdr=<root@localhost> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=31773, dsn=2.0.0, stat=Sent
Mar 30 05:04:24 localhost sendmail[8684]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=03:37:48, xdelay=00:00:20, mailer=esmtp, pri=481069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 06:04:24 localhost sendmail[9711]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=04:37:48, xdelay=00:00:20, mailer=esmtp, pri=571069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 06:04:24 localhost sendmail[9711]: m2TLQGmL023445: m2U244VU009711: sender notify: Warning: could not send message for past 4 hours
Mar 30 06:04:24 localhost sendmail[9711]: m2U244VU009711: to=<apache@localhost>, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=32306, dsn=2.0.0, stat=Sent
Mar 30 07:04:24 localhost sendmail[10515]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=05:37:48, xdelay=00:00:20, mailer=esmtp, pri=661069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 08:04:24 localhost sendmail[11345]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=06:37:48, xdelay=00:00:20, mailer=esmtp, pri=751069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 09:04:24 localhost sendmail[12146]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=07:37:48, xdelay=00:00:20, mailer=esmtp, pri=841069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 10:04:24 localhost sendmail[12956]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=08:37:48, xdelay=00:00:20, mailer=esmtp, pri=931069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 11:04:24 localhost sendmail[13761]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=09:37:48, xdelay=00:00:20, mailer=esmtp, pri=1021069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 12:04:24 localhost sendmail[14592]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=10:37:48, xdelay=00:00:20, mailer=esmtp, pri=1111069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 13:04:24 localhost sendmail[15394]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=11:37:48, xdelay=00:00:20, mailer=esmtp, pri=1201069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 14:04:24 localhost sendmail[16198]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=12:37:48, xdelay=00:00:20, mailer=esmtp, pri=1291069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 14:56:44 localhost sendmail[16905]: NOQUEUE: tcpwrappers (61-221-147-12.HINET-IP.hinet.net, 61.221.147.12) rejection
Mar 30 15:04:24 localhost sendmail[17009]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=13:37:48, xdelay=00:00:20, mailer=esmtp, pri=1381069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 16:04:24 localhost sendmail[17831]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=14:37:48, xdelay=00:00:20, mailer=esmtp, pri=1471069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 17:04:24 localhost sendmail[18662]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=15:37:48, xdelay=00:00:20, mailer=esmtp, pri=1561069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 18:04:24 localhost sendmail[19471]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=16:37:48, xdelay=00:00:20, mailer=esmtp, pri=1651069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 18:12:55 localhost sendmail[19579]: NOQUEUE: tcpwrappers (unknown, 222.183.153.66) rejection
Mar 30 19:04:24 localhost sendmail[20280]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=17:37:48, xdelay=00:00:20, mailer=esmtp, pri=1741069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 20:04:24 localhost sendmail[21084]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=18:37:48, xdelay=00:00:20, mailer=esmtp, pri=1831069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 21:04:24 localhost sendmail[21998]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=19:37:48, xdelay=00:00:20, mailer=esmtp, pri=1921069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 22:04:24 localhost sendmail[22912]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=20:37:48, xdelay=00:00:20, mailer=esmtp, pri=2011069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 30 23:04:26 localhost sendmail[24602]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=21:37:50, xdelay=00:00:20, mailer=esmtp, pri=2101069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 31 00:04:24 localhost sendmail[26636]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=22:37:48, xdelay=00:00:20, mailer=esmtp, pri=2191069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 31 01:04:24 localhost sendmail[27662]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=23:37:48, xdelay=00:00:20, mailer=esmtp, pri=2281069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 31 02:04:24 localhost sendmail[28558]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=1+00:37:48, xdelay=00:00:20, mailer=esmtp, pri=2371069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 31 03:04:24 localhost sendmail[29392]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=1+01:37:48, xdelay=00:00:20, mailer=esmtp, pri=2461069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 31 03:26:04 localhost sendmail[29739]: NOQUEUE: tcpwrappers (219-84-10-217-adsl-tpe.dynamic.so-net.net.tw, 219.84.10.217) rejection
Mar 31 04:04:24 localhost sendmail[30361]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=1+02:37:48, xdelay=00:00:20, mailer=esmtp, pri=2551069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 31 04:15:08 localhost sendmail[30249]: m2V0318F030249: from=root, size=578, class=0, nrcpts=1, msgid=<200803310003.m2V0318F030249@localhost>, relay=root@localhost
Mar 31 04:15:08 localhost sendmail[1286]: m2V0F8B3001286: from=<root@localhost>, size=809, class=0, nrcpts=1, msgid=<200803310003.m2V0318F030249@localhost>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Mar 31 04:15:08 localhost sendmail[30249]: m2V0318F030249: to=root, ctladdr=root (0/0), delay=00:12:07, xdelay=00:00:00, mailer=relay, pri=30578, relay=[localhost] [127.0.0.1], dsn=2.0.0, stat=Sent (m2V0F8B3001286 Message accepted for delivery)
Mar 31 04:15:09 localhost sendmail[1287]: m2V0F8B3001286: to=<root@localhost>, ctladdr=<root@localhost> (0/0), delay=00:00:01, xdelay=00:00:01, mailer=local, pri=30992, dsn=2.0.0, stat=Sent
Mar 31 04:41:43 localhost sendmail[1651]: m2V0fhDU001651: from=apache, size=904, class=0, nrcpts=1, msgid=<200803310041.m2V0fhDU001651@localhost>, relay=apache@localhost
Mar 31 04:42:03 localhost sendmail[1673]: m2V0fhRL001673: from=<apache@localhost>, size=1119, class=0, nrcpts=1, msgid=<200803310041.m2V0fhDU001651@localhost>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Mar 31 04:42:03 localhost sendmail[1651]: m2V0fhDU001651: to=susel_ghetto@front.ru, ctladdr=apache (71/71), delay=00:00:20, xdelay=00:00:20, mailer=relay, pri=30904, relay=[localhost] [127.0.0.1], dsn=2.0.0, stat=Sent (m2V0fhRL001673 Message accepted for delivery)
Mar 31 04:42:23 localhost sendmail[1686]: m2V0fhRL001673: to=<susel_ghetto@front.ru>, ctladdr=<apache@localhost> (71/71), delay=00:00:20, xdelay=00:00:20, mailer=esmtp, pri=121119, relay=front.ru., dsn=4.0.0, stat=Deferred: Name server: front.ru.: host name lookup failure
Mar 31 04:52:42 localhost sendmail[1941]: m2V0qgXl001941: from=apache, size=944, class=0, nrcpts=1, msgid=<200803310052.m2V0qgXl001941@localhost>, relay=apache@localhost
Mar 31 04:53:03 localhost sendmail[1954]: m2V0qg3D001954: from=<apache@localhost>, size=1159, class=0, nrcpts=1, msgid=<200803310052.m2V0qgXl001941@localhost>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Mar 31 04:53:03 localhost sendmail[1941]: m2V0qgXl001941: to=ne.monesh@gmail.com, ctladdr=apache (71/71), delay=00:00:21, xdelay=00:00:21, mailer=relay, pri=30944, relay=[localhost] [127.0.0.1], dsn=2.0.0, stat=Sent (m2V0qg3D001954 Message accepted for delivery)
Mar 31 04:53:23 localhost sendmail[1970]: m2V0qg3D001954: to=<ne.monesh@gmail.com>, ctladdr=<apache@localhost> (71/71), delay=00:00:21, xdelay=00:00:20, mailer=esmtp, pri=121159, relay=gmail.com.,
Mar 31 12:04:24 localhost sendmail[9368]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=1+10:37:48, xdelay=00:00:20, mailer=esmtp, pri=3271069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 31 12:16:16 localhost sendmail[9524]: NOQUEUE: tcpwrappers (unknown, 222.183.153.47) rejection
Mar 31 13:04:24 localhost sendmail[10284]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=1+11:37:48, xdelay=00:00:20, mailer=esmtp, pri=3361069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 31 14:04:24 localhost sendmail[11239]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=1+12:37:48, xdelay=00:00:20, mailer=esmtp, pri=3451069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 31 15:04:24 localhost sendmail[12905]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=1+13:37:48, xdelay=00:00:20, mailer=esmtp, pri=3541069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 31 19:41:37 localhost sendmail[7630]: alias database /etc/aliases rebuilt by root
Mar 31 19:41:37 localhost sendmail[7630]: /etc/aliases: 14 aliases, longest 10 bytes, 152 bytes total
Mar 31 19:42:37 localhost sendmail[7663]: starting daemon (8.14.1): SMTP+queueing@01:00:00
Mar 31 19:42:57 localhost sendmail[7664]: m2TLQGmL023445: to=<west_panda@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=1+18:16:21, xdelay=00:00:20, mailer=esmtp, pri=3631069, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Mar 31 19:43:37 localhost sm-msp-queue[7696]: starting daemon (8.14.1): queueing@01:00:00
Mar 31 20:01:59 localhost sendmail[7428]: alias database /etc/aliases rebuilt by root
Mar 31 20:01:59 localhost sendmail[7428]: /etc/aliases: 14 aliases, longest 10 bytes, 152 bytes total
Mar 31 20:03:00 localhost sendmail[7466]: starting daemon (8.14.1): SMTP+queueing@01:00:00
Mar 31 20:04:00 localhost sm-msp-queue[7494]: starting daemon (8.14.1): queueing@01:00:00
Apr 1 04:11:56 localhost sendmail[16972]: m31034x2016972: from=root, size=578, class=0, nrcpts=1, msgid=<200804010003.m31034x2016972@localhost>, relay=root@localhost
Apr 1 04:11:57 localhost sendmail[20467]: m310BuG1020467: from=<root@localhost>, size=807, class=0, nrcpts=1, msgid=<200804010003.m31034x2016972@localhost>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Apr 1 04:11:57 localhost sendmail[16972]: m31034x2016972: to=root, ctladdr=root (0/0), delay=00:08:53, xdelay=00:00:01, mailer=relay, pri=30578, relay=[localhost] [127.0.0.1], dsn=2.0.0, stat=Sent (m310BuG1020467 Message accepted for delivery)
Apr 2 01:46:32 localhost sendmail[7787]: starting daemon (8.14.1): SMTP+queueing@01:00:00
Apr 2 01:47:33 localhost sm-msp-queue[7813]: starting daemon (8.14.1): queueing@01:00:00
Apr 2 05:17:36 localhost sendmail[10395]: m32032OO010395: from=root, size=578, class=0, nrcpts=1, msgid=<200804020003.m32032OO010395@localhost>, relay=root@localhost
Apr 2 05:17:36 localhost sendmail[14851]: m321HahR014851: from=<root@localhost>, size=807, class=0, nrcpts=1, msgid=<200804020003.m32032OO010395@localhost>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Apr 2 05:17:36 localhost sendmail[10395]: m32032OO010395: to=root, ctladdr=root (0/0), delay=01:14:34, xdelay=00:00:00, mailer=relay, pri=30578, relay=[localhost] [127.0.0.1], dsn=2.0.0, stat=Sent (m321HahR014851 Message accepted for delivery)
Apr 2 05:17:36 localhost sendmail[14852]: m321HahR014851: to=<root@localhost>, ctladdr=<root@localhost> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30989, dsn=2.0.0, stat=Sent
Apr 2 14:26:11 localhost sendmail[7823]: alias database /etc/aliases rebuilt by root
Apr 2 14:26:11 localhost sendmail[7823]: /etc/aliases: 14 aliases, longest 10 bytes, 152 bytes total
Apr 2 14:27:11 localhost sendmail[7883]: starting daemon (8.14.1): SMTP+queueing@01:00:00
Apr 2 14:28:11 localhost sm-msp-queue[7914]: starting daemon (8.14.1): queueing@01:00:00
Apr 2 14:35:51 localhost sendmail[8195]: m32AZpJ8008195: from=apache, size=892, class=0, nrcpts=1, msgid=<200804021035.m32AZpJ8008195@localhost>, relay=apache@localhost
Apr 2 14:36:11 localhost sendmail[8224]: m32AZpZi008224: from=<apache@localhost>, size=1103, class=0, nrcpts=1, msgid=<200804021035.m32AZpJ8008195@localhost>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Apr 2 14:36:11 localhost sendmail[8195]: m32AZpJ8008195: to=pochta-2g@list.ru, ctladdr=apache (71/71), delay=00:00:20, xdelay=00:00:20, mailer=relay, pri=30892, relay=[localhost] [127.0.0.1], dsn=2.0.0, stat=Sent (m32AZpZi008224 Message accepted for delivery)
Apr 2 14:36:31 localhost sendmail[8243]: m32AZpZi008224: to=<pochta-2g@list.ru>, ctladdr=<apache@localhost> (71/71), delay=00:00:20, xdelay=00:00:20, mailer=esmtp, pri=121103, relay=list.ru., dsn=4.0.0, stat=Deferred: Name server: list.ru.: host name lookup failure
Apr 2 14:51:19 localhost sendmail[8741]: m32ApJp1008741: from=apache, size=958, class=0, nrcpts=1, msgid=<200804021051.m32ApJp1008741@localhost>, relay=apache@localhost
Apr 2 14:51:39 localhost sendmail[8754]: m32ApJ8q008754: from=<apache@localhost>, size=1169, class=0, nrcpts=1, msgid=<200804021051.m32ApJp1008741@localhost>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Apr 2 14:51:39 localhost sendmail[8741]: m32ApJp1008741: to=tutchka-vratch@inbox.ru, ctladdr=apache (71/71), delay=00:00:20, xdelay=00:00:20, mailer=relay, pri=30958, relay=[localhost] [127.0.0.1], dsn=2.0.0, stat=Sent (m32ApJ8q008754 Message accepted for delivery)
Apr 2 14:51:59 localhost sendmail[8763]: m32ApJ8q008754: to=<tutchka-vratch@inbox.ru>, ctladdr=<apache@localhost> (71/71), delay=00:00:20, xdelay=00:00:20, mailer=esmtp, pri=121169, relay=inbox.ru., dsn=4.0.0, stat=Deferred: Name server: inbox.ru.: host name lookup failure
Apr 2 15:07:03 localhost sendmail[9211]: m32B73P3009211: from=apache, size=835, class=0, nrcpts=1, msgid=<200804021107.m32B73P3009211@localhost>, relay=apache@localhost
Apr 2 15:07:23 localhost sendmail[9262]: m32B73sA009262: from=<apache@localhost>, size=1046, class=0, nrcpts=1, msgid=<200804021107.m32B73P3009211@localhost>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Apr 2 15:07:23 localhost sendmail[9211]: m32B73P3009211: to=goxagg@gmail.com, ctladdr=apache (71/71), delay=00:00:20, xdelay=00:00:20, mailer=relay, pri=30835, relay=[localhost] [127.0.0.1], dsn=2.0.0, stat=Sent (m32B73sA009262 Message accepted for delivery)
Apr 2 15:07:43 localhost sendmail[9302]: m32B73sA009262: to=<goxagg@gmail.com>, ctladdr=<apache@localhost> (71/71), delay=00:00:20, xdelay=00:00:20, mailer=esmtp, pri=121046, relay=gmail.com., dsn=4.0.0, stat=Deferred: Name server: gmail.com.: host name lookup failure
Apr 2 15:20:05 localhost sendmail[9577]: m32BK59w009577: from=apache, size=856, class=0, nrcpts=1, msgid=<200804021120.m32BK59w009577@localhost>, relay=apache@localhost
Apr 2 15:20:25 localhost sendmail[9672]: m32BK51W009672: from=<apache@localhost>, size=1067, class=0, nrcpts=1, msgid=<200804021120.m32BK59w009577@localhost>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Apr 2 15:20:25 localhost sendmail[9577]: m32BK59w009577: to=e-mail.kcu1900@mail.ru, ctladdr=apache (71/71), delay=00:00:20, xdelay=00:00:20, mailer=relay, pri=30856, relay=[localhost] [127.0.0.1], dsn=2.0.0, stat=Sent (m32BK51W009672 Message accepted for delivery)
Apr 2 15:20:45 localhost sendmail[9675]: m32BK51W009672: to=<e-mail.kcu1900@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=00:00:20, xdelay=00:00:20, mailer=esmtp, pri=121067, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Apr 2 15:22:27 localhost sendmail[9691]: m32BMRxP009691: from=apache, size=850, class=0, nrcpts=1, msgid=<200804021122.m32BMRxP009691@localhost>, relay=apache@localhost
Apr 2 15:22:47 localhost sendmail[9705]: m32BMRcc009705: from=<apache@localhost>, size=1061, class=0, nrcpts=1, msgid=<200804021122.m32BMRxP009691@localhost>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Apr 2 15:22:47 localhost sendmail[9691]: m32BMRxP009691: to=L0.ovemeplz@mail.ru, ctladdr=apache (71/71), delay=00:00:20, xdelay=00:00:20, mailer=relay, pri=30850, relay=[localhost] [127.0.0.1], dsn=2.0.0, stat=Sent (m32BMRcc009705 Message accepted for delivery)
Apr 2 15:23:07 localhost sendmail[9708]: m32BMRcc009705: to=<L0.ovemeplz@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=00:00:20, xdelay=00:00:20, mailer=esmtp, pri=121061, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Apr 2 15:27:31 localhost sendmail[9816]: m32BMRcc009705: to=<L0.ovemeplz@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=00:04:44, xdelay=00:00:20, mailer=esmtp, pri=211061, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Apr 2 15:27:31 localhost sendmail[9816]: m32BK51W009672: to=<e-mail.kcu1900@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=00:07:06, xdelay=00:00:00, mailer=esmtp, pri=211067, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Apr 2 17:23:41 localhost sendmail[7547]: alias database /etc/aliases rebuilt by root
Apr 2 17:23:41 localhost sendmail[7547]: /etc/aliases: 14 aliases, longest 10 bytes, 152 bytes total
Apr 2 17:24:41 localhost sendmail[7580]: starting daemon (8.14.1): SMTP+queueing@01:00:00
Apr 2 17:25:41 localhost sm-msp-queue[7609]: starting daemon (8.14.1): queueing@01:00:00
Apr 2 22:10:55 localhost sendmail[13029]: NOQUEUE: tcpwrappers (118-161-240-199.dynamic.hinet.net, 118.161.240.199) rejection
Apr 3 04:57:22 localhost sendmail[21512]: NOQUEUE: tcpwrappers (219-84-1-251-adsl-tpe.dynamic.so-net.net.tw, 219.84.1.251) rejection
Apr 3 06:41:55 localhost sendmail[20512]: m33038FP020512: from=root, size=578, class=0, nrcpts=1, msgid=<200804030003.m33038FP020512@localhost>, relay=root@localhost
ru>, ctladdr=<apache@localhost> (71/71), delay=02:35:44, xdelay=00:00:20, mailer=esmtp, pri=391169, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Apr 3 23:44:07 localhost sendmail[7546]: alias database /etc/aliases rebuilt by root
Apr 3 23:44:07 localhost sendmail[7546]: /etc/aliases: 14 aliases, longest 10 bytes, 152 bytes total
Apr 3 23:45:07 localhost sendmail[7619]: starting daemon (8.14.1): SMTP+queueing@01:00:00
Apr 3 23:45:27 localhost sendmail[7620]: m33AmvHa000354: to=<sokol_ggg@mail.ru>, ctladdr=<apache@localhost> (71/71), delay=08:56:10, xdelay=00:00:20, mailer=esmtp, pri=1021169, relay=mail.ru., dsn=4.0.0, stat=Deferred: Name server: mail.ru.: host name lookup failure
Apr 3 23:46:07 localhost sm-msp-queue[7647]: starting daemon (8.14.1): queueing@01:00:00
Apr 4 00:03:04 localhost sendmail[7956]: m33K34Re007956: from=apache, size=664, class=0, nrcpts=1, msgid=<200804032003.m33K34Re007956@localhost>, relay=apache@localhost
Apr 4 00:03:24 localhost sendmail[7980]: m33K34WM007980: from=<apache@localhost>, size=875, class=0, nrcpts=1, msgid=<200804032003.m33K34Re007956@localhost>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Apr 4 00:03:24 localhost sendmail[7956]: m33K34Re007956: to=specmontag-spb@list.ru, ctladdr=apache (71/71), delay=00:00:20, xdelay=00:00:20, mailer=relay, pri=30664, relay=[localhost] [127.0.0.1], dsn=2.0.0, stat=Sent (m33K34WM007980 Message accepted for delivery)
Apr 4 00:03:44 localhost sendmail[7983]: m33K34WM007980: to=<specmontag-spb@list.ru>, ctladdr=<apache@localhost> (71/71), delay=00:00:20, xdelay=00:00:20, mailer=esmtp, pri=120875, relay=list.ru., dsn=4.0.0, stat=Deferred: Name server: list.ru.: host name lookup failure
Apr 4 04:14:28 localhost sendmail[13292]: m34032Pn013292: from=root, size=578, class=0, nrcpts=1, msgid=<200804040003.m34032Pn013292@localhost>, relay=root@localhost
Apr 4 04:14:29 localhost sendmail[16946]: m340ESSO016946: from=<root@localhost>, size=807, class=0, nrcpts=1, msgid=<200804040003.m34032Pn013292@localhost>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Apr 4 04:14:29 localhost sendmail[13292]: m34032Pn013292: to=root, ctladdr=root (0/0), delay=00:11:27, xdelay=00:00:01, mailer=relay, pri=30578, relay=[localhost] [127.0.0.1], dsn=2.0.0, stat=Sent (m340ESSO016946 Message accepted for delivery)
Apr 4 04:14:29 localhost sendmail[16947]: m340ESSO016946: to=<root@localhost>, ctladdr=<root@localhost> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30989, dsn=2.0.0, stat=Sent
Apr 4 04:18:07 localhost sendmail[16999]: m340I7CW016999: from=apache, size=546, class=0, nrcpts=1, msgid=<200804040018.m340I7CW016999@localhost>, relay=apache@localhost
Apr 4 04:18:28 localhost sendmail[17064]: m340I7gh017064: from=<apache@localhost>, size=757, class=0, nrcpts=1, msgid=<200804040018.m340I7CW016999@localhost>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Apr 4 04:18:28 localhost sendmail[16999]: m340I7CW016999: to=monesh@yandex.ru, ctladdr=apache (71/71), delay=00:00:21, xdelay=00:00:21, mailer=relay, pri=30546, relay=[localhost] [127.0.0.1], dsn=2.0.0, stat=Sent (m340I7gh017064 Message accepted for delivery)
Apr 4 04:18:40 localhost sendmail[17041]: m340IePa017041: from=apache, size=546, class=0, nrcpts=1, msgid=<200804040018.m340IePa017041@localhost>, relay=apache@localhost
Apr 4 04:18:48 localhost sendmail[17076]: m340I7gh017064: to=<monesh@yandex.ru>, ctladdr=<apache@localhost> (71/71), delay=00:00:21, xdelay=00:00:20, mailer=esmtp, pri=120757, relay=yandex.ru., dsn=4.0.0, stat=Deferred: Name server: yandex.ru.: host name lookup failure
Apr 4 04:19:00 localhost sendmail[17080]: m340Iemd017080: from=<apache@localhost>, size=757, class=0, nrcpts=1, msgid=<200804040018.m340IePa017041@localhost>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Apr 4 04:19:00 localhost sendmail[17041]: m340IePa017041: to=monesh@yandex.ru, ctladdr=apache (71/71), delay=00:00:20, xdelay=00:00:20, mailer=relay, pri=30546, relay=[localhost] [127.0.0.1], dsn=2.0.0, stat=Sent (m340Iemd017080 Message accepted for delivery)
Apr 4 04:19:20 localhost sendmail[17084]: m340Iemd017080: to=<monesh@yandex.ru>, ctladdr=<apache@localhost> (71/71), delay=00:00:20, xdelay=00:00:20, mailer=esmtp, pri=120757, relay=yandex.ru., dsn=4.0.0, stat=Deferred: Name server: yandex.ru.: host name lookup failure
Apr 4 04:56:46 localhost sendmail[17883]: NOQUEUE: tcpwrappers (118-161-250-182.dynamic.hinet.net, 118.161.250.182) rejection
warnings
Код:
Mar 23 04:04:06 localhost sendmail[10011]: STARTTLS=server: file /etc/ssl/sendmail/MYcert.pem unsafe: No such file or directory
Mar 24 01:12:24 localhost postfix/postqueue[13709]: warning: Mail system is down -- accessing queue directly
Mar 24 02:41:29 localhost sendmail[15882]: STARTTLS=server: file /etc/ssl/sendmail/MYcert.pem unsafe: No such file or directory
Mar 27 02:53:31 localhost sendmail[15662]: STARTTLS=server: file /etc/ssl/sendmail/MYcert.pem unsafe: No such file or directory
Mar 27 02:54:33 localhost sendmail[15681]: STARTTLS=server: file /etc/ssl/sendmail/MYcert.pem unsafe: No such file or directory
Mar 27 12:01:44 localhost sendmail[7833]: STARTTLS=server: file /etc/ssl/sendmail/MYcert.pem unsafe: No such file or directory
Mar 27 14:47:42 localhost sendmail[7496]: STARTTLS=server: file /etc/ssl/sendmail/MYcert.pem unsafe: No such file or directory
Mar 28 05:22:15 localhost sendmail[14281]: STARTTLS=server: file /etc/ssl/sendmail/MYcert.pem unsafe: No such file or directory
Mar 30 04:04:04 localhost sendmail[25728]: STARTTLS=server: file /etc/ssl/sendmail/MYcert.pem unsafe: No such file or directory
Mar 31 19:42:37 localhost sendmail[7663]: STARTTLS=server: file /etc/ssl/sendmail/MYcert.pem unsafe: No such file or directory
Mar 31 19:51:42 localhost sendmail[7881]: STARTTLS=client: file /etc/ssl/sendmail/MYcert.pem unsafe: No such file or directory
Mar 31 19:51:42 localhost sendmail[7881]: STARTTLS=client, error: SSL_CTX_check_private_key failed(/etc/ssl/sendmail/MYkey.pem): 0
Mar 31 20:03:00 localhost sendmail[7466]: STARTTLS=server: file /etc/ssl/sendmail/MYcert.pem unsafe: No such file or directory
Apr 1 22:20:13 localhost postfix/postqueue[30371]: warning: Mail system is down -- accessing queue directly
Apr 2 01:46:32 localhost sendmail[7787]: STARTTLS=server: file /etc/ssl/sendmail/MYcert.pem unsafe: No such file or directory
Apr 2 14:27:11 localhost sendmail[7883]: STARTTLS=server: file /etc/ssl/sendmail/MYcert.pem unsafe: No such file or directory
Apr 2 17:24:41 localhost sendmail[7580]: STARTTLS=server: file /etc/ssl/sendmail/MYcert.pem unsafe: No such file or directory
Apr 3 23:45:07 localhost sendmail[7619]: STARTTLS=server: file /etc/ssl/sendmail/MYcert.pem unsafe: No such file or directory
-
DaemonTux
- Сообщения: 1480
- Статус: Юный падаван
- ОС: Gentoo
Re: sendmail
My unqualified host name (localhost) unknown;
Написанно же по человечески что вам не понятно?
Vladivostok Linux User Group
-
Indarien
- Сообщения: 436
- ОС: Debian, Fedora, Ubuntu
Re: sendmail
По-моему просто проблемы с DNS и не настроено SSL ....
-=Правильно заданный вопрос содержит 50% ответа=-
-
monesh1
- Сообщения: 185
- ОС: bluewhite64
Re: sendmail
спасибо, совет хороший он мне нужен был сильно... буду разбираться с SSL а вот про DNS немного не понял.. ладно сначала настрою ssl а там видно будет
-
LIRIK
- Сообщения: 80
- ОС: Debian
-
monesh1
- Сообщения: 185
- ОС: bluewhite64
Re: sendmail
Я чутка подразобрался с ssl и немного не понял зачем он мне ведь на этом форуме к пример я его еще ни разу не заметил ну это ладно.. опустим пока..
Нет не настроен DNS, MX не присвоен ..) я с этим не разобрался еще ... тупо вообще не монимаю что за MX такой..
Нет не настроен DNS, MX не присвоен ..) я с этим не разобрался еще ... тупо вообще не монимаю что за MX такой..
-
monesh1
- Сообщения: 185
- ОС: bluewhite64
Re: sendmail
Дайте инструкцию как делать дальше от того момента как установил сенд почта в него попадает а дальше стоит на очереди чего там надо еще подкрутить чтоб проскакиволо..
Из того что я разнюхал про днс мне стало понятно что нужно их два тоесть на моем компе и например взять днс сервер провайдера. Чтоб ему отправились данные из намид и он их переслал в другие.. ыыыы так или нет?!
Из того что я разнюхал про днс мне стало понятно что нужно их два тоесть на моем компе и например взять днс сервер провайдера. Чтоб ему отправились данные из намид и он их переслал в другие.. ыыыы так или нет?!