Roundcube Community Forum

 

Help with Virtual users

Started by nebenzahl, August 15, 2020, 09:34:55 AM

Previous topic - Next topic

nebenzahl

Hi!

How can I use the virtual user table, which I have in the /etc/postfix/virtual file.
The format I have in it is

email@domain user

I saw that in coding, I only found it for those who use databases.
I didn't find anything that was based on file.


nebenzahl

Got it.

And here I leave the solution to look for who.

In the config.inc.php file

The following lines are changed:

$ config ['plugins'] = array (
    'virtuser_file',
);

$ config ['virtuser_file'] = '/ etc / postfix / virtual';

In my case the file where the table is is this.

The table format is:

email@domain user

Tank's