On Thu, Jul 11, 2013 at 12:58:58AM +0530, Sunil Nimmagadda wrote: > Second iteration... > > 1. Fixed CRLF issues in RETR and TOP commands that caused message > truncation. > 2. Properly "byte stuff" a line beginning with termination > character "." . > 3. Implemented STLS and CAPA. (STARTTLS RFC 2595) > > Comments? >
Hi Sunil, I've been following your development on bitbucket and want to see if you ever got any feedback from the smtpd guys? Also, I threw together the attached rc.d script for pop3d. -- James Turner
#!/bin/sh daemon="/usr/sbin/pop3d" . /etc/rc.d/rc.subr pexp="pop3d: \[priv\]" rc_reload=NO rc_cmd $1