Настроил почтовый сервер на Постфикс, и в процесс отправки сообщение, в логах следующие содержимое:
Код: Выделить всё
Dec 16 08:28:41 mymail postfix/smtpd[1698]: connect from pc-01.domain.com[192.168.1.20]
Dec 16 08:28:41 mymail postfix/smtpd[1698]: B39554501F: client=pc-01.domain.com[192.168.1.20]
Dec 16 08:28:43 mymail postfix/cleanup[1700]: B39554501F: message-id=<77941123.20101216082913@mymail.dyndns.org>
Dec 16 08:28:43 mymail postfix/qmgr[1354]: B39554501F: from=<root@mymail.dyndns.org>, size=771, nrcpt=1 (queue active)
Dec 16 08:28:43 mymail postfix/local[1701]: warning: maildir access problem for UID/GID=1001/1034: create maildir file /var/spool/mail/virtual/mymail.dyndns.org/admin/tmp/1292488123.P1701.mymail.dyndns.org: Permission denied
Dec 16 08:28:43 mymail postfix/local[1701]: warning: perhaps you need to create the maildirs in advance
Dec 16 08:28:43 mymail postfix/local[1701]: B39554501F: to=<admin@mymail.dyndns.org>, relay=local, delay=1.6, delays=1.4/0.14/0/0.07, dsn=5.2.0, status=bounced (maildir delivery failed: create maildir file /var/spool/mail/virtual/mymail.dyndns.org/admin/tmp/1292488123.P1701.mymail.dyndns.org: Permission denied)
Dec 16 08:28:43 mymail postfix/cleanup[1700]: 4A9C145026: message-id=<20101216082843.4A9C145026@mymail.dyndns.org>
Dec 16 08:28:43 mymail postfix/bounce[1702]: B39554501F: sender non-delivery notification: 4A9C145026
Dec 16 08:28:43 mymail postfix/qmgr[1354]: 4A9C145026: from=<>, size=3005, nrcpt=1 (queue active)
Dec 16 08:28:43 mymail postfix/qmgr[1354]: B39554501F: removed
Dec 16 08:28:43 mymail postfix/local[1701]: 4A9C145026: to=<root@mymail.dyndns.org>, relay=local, delay=0.08, delays=0.01/0/0/0.07, dsn=2.0.0, status=sent (delivered to maildir)
Dec 16 08:28:43 mymail postfix/qmgr[1354]: 4A9C145026: removed
Dec 16 08:28:43 mymail postfix/smtpd[1698]: disconnect from pc-01.domain.com[192.168.1.20]
Код: Выделить всё
/var/spool/mail/virtual/mymail.dyndns.org#ls -l
total 2
drwx------ 5 postfix virtual 512 Dec 15 10:09 root
Спасибо.