LINUX.ORG.RU
ФорумAdmin

Postfix пересыл почты для рута виртуальному пользователю


0

1

Настраивать только начал сейчас добился того что уходит почта виртуальным пользователям (mail amdrey@dracon753.ru) main.cf

# See /usr/share/postfix/main.cf.dist for a commented, more complete version


# Debian specific:  Specifying a file name will cause the first
# line of that file to be used as the name.  The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h

readme_directory = no

# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache

# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.

myhostname = posts.dracon753.ru
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination =
relayhost =
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
virtual_alias_domains =
virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-forwards.cf, mysql:/etc/postfix/mysql-email.cf
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-mailboxes.cf
virtual_mailbox_base = /home/vmail
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
собственно хочу чтобы все письма которые система шлёт руту , шли к виртуальному пользователю как это организовать ?

★★

в /etc/mail/aliases прописываешь алиас вида root: mailbox@maildomain

Pinkbyte ★★★★★
()
May  5 14:13:20 posts postfix/pickup[1768]: 2DDE7146D1: uid=0 from=<root>
May  5 14:13:20 posts postfix/cleanup[1829]: 2DDE7146D1: message-id=<20110505101320.2DDE7146D1@posts.dracon753.ru>
May  5 14:13:20 posts postfix/qmgr[1769]: 2DDE7146D1: from=<root@dracon753.ru>, size=302, nrcpt=1 (queue active)
May  5 14:13:20 posts postfix/virtual[1833]: 2DDE7146D1: to=<root@dracon753.ru>, orig_to=<root>, relay=virtual, delay=0.16, delays=0.1/0.03/0/0.03, dsn=5.1.1, status=bounced (unknown user: "root@dracon753.ru")
May  5 14:13:20 posts postfix/cleanup[1829]: 490B5146D7: message-id=<20110505101320.490B5146D7@posts.dracon753.ru>
May  5 14:13:20 posts postfix/qmgr[1769]: 490B5146D7: from=<>, size=2109, nrcpt=1 (queue active)
May  5 14:13:20 posts postfix/bounce[1834]: 2DDE7146D1: sender non-delivery notification: 490B5146D7
May  5 14:13:20 posts postfix/qmgr[1769]: 2DDE7146D1: removed
May  5 14:13:20 posts postfix/virtual[1833]: 490B5146D7: to=<root@dracon753.ru>, relay=virtual, delay=0.05, delays=0.03/0.01/0/0.01, dsn=5.1.1, status=bounced (unknown user: "root@dracon753.ru")
May  5 14:13:20 posts postfix/qmgr[1769]: 490B5146D7: removed

чёт я похоже перекрутил получается чтобы почта шла на рута мне необходимо создать виртуального пользователя root@dracon753.ru ?

drac753 ★★
() автор топика

Как вариант, можно добавить в начало virtual_alias_maps строку «hash:ИМЯ_ФАЙЛА», в файле прописать всё, что нужно:

root@dracon753.ru:andrey@dracon753.ru

Не забыть сделать postmap на этот файл.

mky ★★★★★
()
Ответ на: комментарий от mky

сделал так

virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-forwards.cf, mysql:/etc/postfix/mysql-email.cf, hash:/etc/postfix/aliases
в самом файле
root@dracon753.ru:andrey@dracon753.ru
делаю postmap /etc/postfix/aliases получаю root@posts:/etc/postfix# postmap /etc/postfix/aliases postmap: warning: /etc/postfix/aliases, line 0: expected format: key whitespace value вчём прикол не пойму

drac753 ★★
() автор топика
Ответ на: комментарий от drac753

в логах

May  6 08:39:04 posts postfix/qmgr[1813]: 68FAC14700: from=<root@dracon753.ru>, size=306, nrcpt=1 (queue active)
May  6 08:39:04 posts postfix/smtp[1816]: 68FAC14700: to=<root@localhost>, relay=none, delay=1314, delays=1314/0.07/0/0, dsn=4.4.3, status=deferred (Host or domain name not found. Name service error for name=localhost type=A: Host not found, try again)
May  6 08:39:05 posts postfix/postmap[1818]: warning: /etc/postfix/aliases, line 0: expected format: key whitespace value

drac753 ★★
() автор топика
Ответ на: комментарий от drac753

>нас колько я понял newaliases тут не поможет

Чувак, есть файл /etc/aliases куда добавляются альясы пользователей. После того, как альяс добавлен, нужно обязательно запустить newaliases иначе этот свежий альяс не добавится.

Mr_Alone ★★★★★
()
Ответ на: комментарий от Mr_Alone

aliases используется локальным классом адресов, вродебы ,а почту я хочу слать виртуальному пользователю

drac753 ★★
() автор топика
Ответ на: комментарий от drac753

разобрался делал так

virtual_alias_maps = hash:/etc/postfix/aliases, proxy:mysql:/etc/postfix/mysql-forwards.cf, mysql:/etc/postfix/mysql-email.cf 
в самом файле/etc/postfix/aliases

root andrey@dracon753.ru

И письма для root идут виртуальному юзеру на почту andrey@dracon753.ru ошибка была в самом файле/etc/postfix/aliases root@dracon753.ru:andrey@dracon753.ru - неправильно описал кому форвардить, надо так root andrey@dracon753.ru

drac753 ★★
() автор топика
Ответ на: комментарий от drac753

>гммм тогда меня ввели заблуждение http://www.postfix.ru/viewtopic.php?p=41317#41317

Чувак, хватит прикалываться. Есть файл /etc/aliases, который присутствует почти в каждой системе(редхат, суся, дебиан), и не завист от того, есть у тебя постфикс, или нет. Там указываются альясы локальных юзеров, типа рут и т.д. Формат таков
root: vasja_pupkin@something.com

Для того, чтоб новая запись учитывалась, есть тулза в некоторых системах, newaliases называется. Она делает тоже самое, что и «sendmail -bi», то есть ребилдит базу альясов.

Mr_Alone ★★★★★
()
Ответ на: комментарий от Mr_Alone

Ну вообщето не прикалусь, прблема втом что с виртуальными пользователями alieses не сработало , делал так (вирт пользователь зоздан почта емуна andrey@dracon753.ru уходит)

 
ailer-daemon: postmaster 
postmaster: root 
nobody: root 
hostmaster: root 
usenet: root 
news: root 
webmaster: root 
www: root 
ftp: root 
abuse: root 
noc: root 
security: root 
root: andrey@dracon753.ru 
затем newaliases шлю письмо root mail root письмо не доходит

drac753 ★★
() автор топика
Ответ на: комментарий от drac753

до этого без виртульных пользователей , почту форвардил через aliases

drac753 ★★
() автор топика
Ответ на: комментарий от drac753

>затем newaliases шлю письмо root mail root письмо не доходит

В логах нужно было посмотреть, почему не уходило. Ведь если не уходило, значит что-то криво настроено.

Mr_Alone ★★★★★
()
Ответ на: комментарий от Mr_Alone

лог выложил в самом начале :) дублирую

May  5 14:13:20 posts postfix/pickup[1768]: 2DDE7146D1: uid=0 from=<root>
May  5 14:13:20 posts postfix/cleanup[1829]: 2DDE7146D1: message-id=<20110505101320.2DDE7146D1@posts.dracon753.ru>
May  5 14:13:20 posts postfix/qmgr[1769]: 2DDE7146D1: from=<root@dracon753.ru>, size=302, nrcpt=1 (queue active)
May  5 14:13:20 posts postfix/virtual[1833]: 2DDE7146D1: to=<root@dracon753.ru>, orig_to=<root>, relay=virtual, delay=0.16, delays=0.1/0.03/0/0.03, dsn=5.1.1, status=bounced (unknown user: "root@dracon753.ru")
May  5 14:13:20 posts postfix/cleanup[1829]: 490B5146D7: message-id=<20110505101320.490B5146D7@posts.dracon753.ru>
May  5 14:13:20 posts postfix/qmgr[1769]: 490B5146D7: from=<>, size=2109, nrcpt=1 (queue active)
May  5 14:13:20 posts postfix/bounce[1834]: 2DDE7146D1: sender non-delivery notification: 490B5146D7
May  5 14:13:20 posts postfix/qmgr[1769]: 2DDE7146D1: removed
May  5 14:13:20 posts postfix/virtual[1833]: 490B5146D7: to=<root@dracon753.ru>, relay=virtual, delay=0.05, delays=0.03/0.01/0/0.01, dsn=5.1.1, status=bounced (unknown user: "root@dracon753.ru")
May  5 14:13:20 posts postfix/qmgr[1769]: 490B5146D7: removed

drac753 ★★
() автор топика
Ответ на: комментарий от drac753

Ну и в логах написано, что от рута пересылаешь на рута, а не на amdrey@dracon753.ru Вполне возможно забыл newaliases

Mr_Alone ★★★★★
()
Ответ на: комментарий от drac753

Тем более, в конфиге:
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases

Зачем тебе предложили запись делать в /etc/mail/aliases я не знаю, зачастую такого каталога нет, и постфикс о нём в данном конфиге не знает.

Потом пишешь «делаю postmap /etc/postfix/aliases»
Откуда взялось /etc/postfix/aliases ?

Куча непонятных нагромождений, вместо понятного конфига.

Mr_Alone ★★★★★
()
Ответ на: комментарий от Mr_Alone

создал своими руками ) сейчас main.cf уменя так выглядит

# See /usr/share/postfix/main.cf.dist for a commented, more complete version


# Debian specific:  Specifying a file name will cause the first
# line of that file to be used as the name.  The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h

readme_directory = no

# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache

# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.

myhostname = posts.dracon753.ru
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination =
relayhost =
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
virtual_alias_domains =
virtual_alias_maps = hash:/etc/postfix/aliases, proxy:mysql:/etc/postfix/mysql-forwards.cf, mysql:/etc/postfix/mysql-email.cf
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-mailboxes.cf
virtual_mailbox_base = /home/vmail
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000

То что это куча нагромождений согласен, пилить его еще и пилить

drac753 ★★
() автор топика
Ответ на: комментарий от drac753

>virtual_alias_maps = hash:/etc/postfix/aliases, proxy:mysql:/etc/postfix/mysql-forwards.cf, mysql:/etc/postfix/mysql-email.cf

OH SHI~

Mr_Alone ★★★★★
()
Ответ на: комментарий от drac753

а чего mydestination пустой?

The list of domains that are delivered via the $local_transport mail delivery transport. By default this is the Postfix local(8) delivery agent which looks up all recipients in /etc/passwd and /etc/aliases.


по идее надо бы

mydestination = posts.dracon753.ru, localhost

frozen_twilight ★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.