On Wed, 10 Apr 2013 15:32:14 +0300, "Indiana Jones" <[email protected]> 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 "[email protected] [email protected]\n" > /etc/postfix/virtual # for multiple addresses printf "[email protected] [email protected]\[email protected] [email protected]\n" > /etc/postfix/virtual M.
