*** popa3d-1.0.2/params.h	2008-02-11 10:22:53.000000000 +0100
--- popa3d-1.0.2-mdir-pa1/params.h	2008-01-14 15:07:43.000000000 +0100
***************
*** 71,77 ****
  /*
   * Do we want to support virtual domains?
   */
! #define POP_VIRTUAL			0
  
  #if POP_VIRTUAL
  
--- 71,77 ----
  /*
   * Do we want to support virtual domains?
   */
! #define POP_VIRTUAL			1
  
  #if POP_VIRTUAL
  
***************
*** 93,99 ****
   * IP address doesn't correspond to a directory in VIRTUAL_HOME_PATH, the
   * authentication will be done globally.
   */
! #define VIRTUAL_ONLY			0
  
  #else
  
--- 93,99 ----
   * IP address doesn't correspond to a directory in VIRTUAL_HOME_PATH, the
   * authentication will be done globally.
   */
! #define VIRTUAL_ONLY			1
  
  #else
  
***************
*** 160,167 ****
   *
   * Note that there's no built-in password aging support.
   */
! #define AUTH_PASSWD			0
! #define AUTH_SHADOW			1
  #define AUTH_PAM			0
  #define AUTH_PAM_USERPASS		0
  #define USE_LIBPAM_USERPASS		0
--- 160,167 ----
   *
   * Note that there's no built-in password aging support.
   */
! #define AUTH_PASSWD			1
! #define AUTH_SHADOW			0
  #define AUTH_PAM			0
  #define AUTH_PAM_USERPASS		0
  #define USE_LIBPAM_USERPASS		0

