disable verifying for unique aliases
Support knowledgebase (rsimai_imap_alias)
Applies to
eMail Server: Version 2
Situation
You like to use an alias twice or more often, e.g. in order to create a mailing list.
You always get the message: Alias already exists
Procedure
Edit the file
/usr/local/httpd/htdocs/lib/imas.pm
Go to the line
my $filter = "(& (| (alias=$alias) (uid=$alias) (mail=$alias@*)) (! (uid=$uid)))";
Change this to
my $filter = "(& (| (uid=$alias) (mail=$alias@*)) (! (uid=$uid)))";
Attention:
You are changing this on your own risk! Our for free installation support may not be able to offer you some help if problems occur by this modification!
Keywords: ALIAS, EMAILSERVER, IMAP2
Categories:
SuSE Linux IMAP Server
SDB-rsimai_imap_alias, Copyright SuSE Linux AG, Nürnberg, Germany
- Version: 27. Jun 2001
SuSE Linux AG - Last generated: 30. Nov 2001 by rsimai (sdb_gen 1.40.0)