On Wed, 10 Apr 2013 15:32:14 +0300, "Indiana Jones"
<indian...@inbox.lv> wrote:
> Thank you, but I don't have file /postfix/virtual
> What should I do?

Create one?

Use any text editor and create it.

Or, you can try something like this:

# for single address
printf "us...@example1.com us...@example2.com\n" > /etc/postfix/virtual

# for multiple addresses
printf "us...@example1.com us...@example2.com\nus...@example3.com
us...@example4.com\n" > /etc/postfix/virtual


M.

Reply via email to