Answer the question
In order to leave comments, you need to log in
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
Можно реализовать и с использованием 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
Или ещё проще на основе дефалтного конфига Exim. Просто прописать в /etc/aliases по аналогии с существующими записями нужные адреса для пересылки.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question