diff options
author | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2001-09-21 20:22:07 +0000 |
---|---|---|
committer | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2001-09-21 20:22:07 +0000 |
commit | f2234427fb48ac1ddff2888d88175a676f349d57 (patch) | |
tree | afeb388eb8d1d7da514b1395ecb5fe6502adc2aa /usr.sbin/popa3d/virtual.h | |
parent | fa205f9135d5a17814a8cee8cd9022324337f970 (diff) |
update to 0.4.9.4:
- stand-alone or inetd selectable from command-line (-D = daemon mode)
- logging priorities more accurate
- chroots to empty dir
- tcp wrappers support
Diffstat (limited to 'usr.sbin/popa3d/virtual.h')
-rw-r--r-- | usr.sbin/popa3d/virtual.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/popa3d/virtual.h b/usr.sbin/popa3d/virtual.h index 312e7c99743..baa8e3b6d8d 100644 --- a/usr.sbin/popa3d/virtual.h +++ b/usr.sbin/popa3d/virtual.h @@ -1,4 +1,4 @@ -/* $OpenBSD: virtual.h,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */ +/* $OpenBSD: virtual.h,v 1.2 2001/09/21 20:22:06 camield Exp $ */ /* * Virtual domain support. @@ -28,9 +28,9 @@ extern int virtual_startup(void); * indicated either by the connected IP address (the socket is available * on fd 0), or as a part of the username. If the virtual domain is known, * virtual_domain and virtual_spool are set appropriately. If the username - * is known as well, mailbox is set to the username. Returns the template - * user to run as if the authentication is successful, or NULL otherwise. + * is known as well, known is set. Returns the template user to run as if + * authentication is succeeds, or NULL otherwise. */ -extern struct passwd *virtual_userpass(char *user, char *pass, char **mailbox); +extern struct passwd *virtual_userpass(char *user, char *pass, int *known); #endif |