Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2015 17:12:14 -0600
From:      Adam Weinberger <adamw@adamw.org>
To:        Ashish SHUKLA <ashish@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r394424 - in head/mail/opensmtpd: . files
Message-ID:  <55ACC6E4-F8A6-4A1F-B40A-BD1AD574400F@adamw.org>
In-Reply-To: <201508162154.t7GLsG2t087786@repo.freebsd.org>
References:  <201508162154.t7GLsG2t087786@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> On 16 Aug, 2015, at 15:54, Ashish SHUKLA <ashish@FreeBSD.org> wrote:
>=20
> Author: ashish
> Date: Sun Aug 16 21:54:15 2015
> New Revision: 394424
> URL: https://svnweb.freebsd.org/changeset/ports/394424
>=20
> Log:
>  - Add a patch to handle long usernames during SMTP authentication,
>    e.g. often username exceeds the limit when it contains @host.name
>    part.
>=20
>=20
> Added: head/mail/opensmtpd/files/patch-usernamelen
>=20
> +
> ++		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


--=20
Adam Weinberger
adamw@adamw.org
http://www.adamw.org





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55ACC6E4-F8A6-4A1F-B40A-BD1AD574400F>