S
S
Santiago K2017-01-10 14:39:44
Mail server
Santiago K, 2017-01-10 14:39:44

Is it possible to forward mail from an arbitrary address?

It is necessary to organize mail forwarding from arbitrary accounts ([email protected], [email protected], [email protected], [email protected] ... ) without creating these accounts on the server. Can this be implemented? In which direction to dig? postfix?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
B
blinkers, 2017-01-10
@blinkers

Можно реализовать и с использованием postfix :)
читайте про recipient_bcc_maps
Как пример, в конфиг постфикса добавляем строку
recipient_bcc_maps = hash:/usr/local/etc/postfix/recipient_bcc
Создаем файл /usr/local/etc/postfix/recipient_bcc
в него пишем строку: server.com [email protected] (перед server.com добавьте @)
что означает перенаправлять всю почту приходящую на server.com на ящик [email protected]
делаем postmap /usr/local/etc/postfix/recipient_bcc и postfix reload

Дмитрий Шицков, 2017-01-10
@Zarom

Или ещё проще на основе дефалтного конфига Exim. Просто прописать в /etc/aliases по аналогии с существующими записями нужные адреса для пересылки.

C
CityCat4, 2017-01-10
@CityCat4

Ээээ...куда перенаправлять-то? На локальный ящик? На другой произвольный адрес?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question