main.c revision 647afe054117804e3e156b46ada4c5bec0ac4c38
286N/A/* Copyright (C) 2002 Timo Sirainen */ 286N/A /* log failures into specified log file */ 286N/A /* prefix with imapd(user) */ 286N/A /* do the chrooting etc. */ 286N/A /* support also maildir-specific environment */ 286N/A /* warn about being killed because of some signal, except SIGINT (^C) 286N/A which is too common at least while testing :) */ 286N/A /* NOTE: we start rooted, so keep the code minimal until 286N/A restrict_access_by_env() is called */