OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Gilles Chehade (gillescvs.openbsd.org)
Date: Tue Mar 03 2009 - 17:23:53 CST


CVSROOT: /cvs
Module name: src
Changes by: gillescvs.openbsd.org 2009/03/03 16:23:52

Modified files:
        usr.sbin/smtpd : forward.c lka.c smtpd.c smtpd.h

Log message:
Fix a long standing issue where ~/.forward files were opened by user _smtpd
causing them not to be handled when a user's homedir is set to mode 0700. I
still need to do some cleanup and make sure it works as it should, but this
diff provides better behavior than what we had.