svn commit: r394424 - in head/mail/opensmtpd: . files

Adam Weinberger adamw at adamw.org
Sun Aug 16 23:12:26 UTC 2015


> On 16 Aug, 2015, at 15:54, Ashish SHUKLA <ashish at FreeBSD.org> wrote:
> 
> Author: ashish
> Date: Sun Aug 16 21:54:15 2015
> New Revision: 394424
> URL: https://svnweb.freebsd.org/changeset/ports/394424
> 
> Log:
>  - Add a patch to handle long usernames during SMTP authentication,
>    e.g. often username exceeds the limit when it contains @host.name
>    part.
> 
> 
> Added: head/mail/opensmtpd/files/patch-usernamelen
> 
> +
> ++		if (s->flags & SF_USERTOLONG) {
> ++			log_info("smtp-in: sesson %016"PRIx64
> ++				": auth failed because username to long",

You want "too long" there (extra 'o'). May also want it in the newly added SF_USERTOLONG flag.

# Adam


-- 
Adam Weinberger
adamw at adamw.org
http://www.adamw.org




More information about the svn-ports-head mailing list