Thanks so much for that have tested in 2.0.16 release now and is working fine.
Mark
From: Timo Sirainen [tss@iki.fi] Sent: 16 November 2011 18:25 To: Mark Zealey Cc: Dovecot Mailing List Subject: Re: [Dovecot] Port variable in LMTP userdb lookups?
On Mon, 2011-11-07 at 13:23 +0200, Mark Zealey wrote:
04-11-2011 23:56, Timo Sirainen yazmış: From my reading of the code in 2.0.15, you pass the local & remote IP in lmtp/commands.c:427 but the struct mail_storage_service_input only has remote_ip and local_ip fields, not port fields (unlike the auth_user_info struct which has both ip's and port entries as well). I think that the mail_storage_service_input struct needs the uint local_port, remote_port fields adding in & appropriate code changes to pass these through?
Yeah, you're right, I missed that one. Added to hg now.