Author Topic: Virtuser?  (Read 5004 times)

Offline gbainbridge

  • Jr. Member
  • **
  • Posts: 10
Virtuser?
« on: May 19, 2008, 06:42:56 AM »
Hi I'm trying to understand more about RoundCubeMail.

How do I create and use a virtuser file please?

Quote
// Path to a virtuser table file to resolve user names and e-mail addresses
$rcmail_config['virtuser_file'] = '';

Offline gbainbridge

  • Jr. Member
  • **
  • Posts: 10
Nobody with an answer?
« Reply #1 on: May 28, 2008, 10:47:44 AM »
Nobody with an answer?

Offline Destian

  • Newbie
  • *
  • Posts: 1
Virtuser?
« Reply #2 on: May 29, 2009, 01:28:46 PM »
Bumping this old post because I would also like to know. Is it just a text file with no extension stored on the server? Is it a table in the db? The example is etc/mail/virtuser, but I don't see a etc directory.

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
Virtuser?
« Reply #3 on: May 31, 2009, 04:31:27 AM »
The virtuser file is usually a file used by mailers like sendmail en postfix to assign email adresses to usernames (login names). It's just plaintext and the mailers compile that file for their own use.

Format:
Code: [Select]

email@address.com user1
email@address.net user1
email@address.org user2
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline rallek

  • Newbie
  • *
  • Posts: 1
Virtuser?
« Reply #4 on: June 05, 2009, 02:26:24 PM »
I need some alias names. I already found the field in the database to put in an alias. But for special reason I would prefer to handle it in a file. I found the hint in trac (#1396161 (Allow Login via [email] / [passwort] ) ? RoundCube Webmail) But how must the file be specified?

email@address/login-name/alias?

Greetings,
Ralf

edit: I reopend the feature request ;-)
« Last Edit: June 05, 2009, 02:40:52 PM by rallek »