|
0
|
1 |
#ifndef VMAILMGR__LOOKUP__H__
|
|
|
2 |
#define VMAILMGR__LOOKUP__H__
|
|
|
3 |
|
|
|
4 |
#include "misc/pwentry.h"
|
|
|
5 |
|
|
|
6 |
extern bool is_local(mystring);
|
|
|
7 |
extern mystring find_virtual(mystring);
|
|
|
8 |
extern bool lookup_baseuser(mystring fulluser, pwentry* &pw, mystring& virtname);
|
|
|
9 |
|
|
|
10 |
#endif // VMAILMGR__LOOKUP__H__
|