ae44c2c5bb
Split sqwebmail into sqwebmail and sqwebmaild. sqwebmaild is now a root daemon process that listens on a UNIX domain socket. sqwebmail is a tiny, unprivileged cgi-bin stub that forwards the HTTP request to the daemon process. The stub passes the client's file descriptor to sqwebmaild, on platforms that support passing file descriptors, else it proxies http traffic in both directions. Replace GIFs with PNGs Do GPG functions via a library instead of invoking mimegpg. RFC 2231 support
10 lines
568 B
Text
10 lines
568 B
Text
# $NetBSD: DEINSTALL,v 1.2 2004/02/23 23:41:43 jlam Exp $
|
|
|
|
# Additional files that are may be created for sqwebmail.
|
|
ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/calendarmode"
|
|
ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/defaultdomain"
|
|
ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/hostname"
|
|
ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/logindomainlist"
|
|
ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/nochangingfrom"
|
|
ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/noimages"
|
|
ALL_FILES="${ALL_FILES} /dev/null @PKG_SYSCONFDIR@/usexsender"
|