12 May
2010
12 May
'10
3:51 a.m.
Hi,
You are stripping the domain part of the username with the username_format specifiers:
passdb passwd-file { args = scheme=crypt username_format=%Ln /etc/mailauth/%Ld.passwd }
userdb passwd-file { args = username_format=%Ln /etc/mailauth/%Ld.passwd }
Try replacing %Ln with %Lu in both these cases.
Chris
Phil Howard wrote:
So what I am wondering, right now, is where the value for %d ... as used in mail_location ... comes from when running in dovecot/deliver. Apparently it is not getting anything through that means. Not know where it gets it from, I don't know where to look to see what is misconfigured.