Hi, I'm searching for help setting up my email server with virtual domain.
But I want user authenticating through [EMAIL PROTECTED] as username.
In other words, I want to be possible to have
[EMAIL PROTECTED]
[EMAIL PROTECTED]
The problem is that I cant find any doc not out of date. I cant understand
anything
reading old docs because cyrus support this only recently (2.2).
I'm using pam_mysql to manage users. Now in web-cyradm ($DOMAIN_PREFIX=1)
when I add [EMAIL PROTECTED] all works fine, but when I try to add [EMAIL
PROTECTED]
web-cyradm says that "user" is already in use.
cyradm > cm user/[EMAIL PROTECTED]
mysql> INSERT INTO accountuser (username, password, prefix, domain_name) VALUES
('user' , encrypt('secret') , 'domain.com','domain.com');
mysql> INSERT INTO virtual (alias, dest, username, status) values ('[EMAIL
PROTECTED]' , 'user' , 'user' , '1');
works fine, with my mailreader I can auth with [EMAIL PROTECTED] / secret.
BUT when I try to add [EMAIL PROTECTED] mysql says that "user" already exists.
Now, Is there a way to obtain what i want?
Thanks
_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch
_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm