We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
the authenticated user does not have to be an email address:
imap(username)<153410><nzM0ukwPnui5ldfj>: Disconnected: Logged out in=137 out=1227 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
So I suggest to change DOVECOT_AUTHENTICATED_PREFIX to:
DOVECOT_AUTHENTICATED_PREFIX
DOVECOT_AUTHENTICATED_PREFIX \(%{DATA:[dovecot][user]}\)<%{INT:[dovecot][mpid]}><%{DATA:[dovecot][session]}>:
I'm fairly new to grok though, so I am not sure if DATA would be the right template. Perhaps you have a better idea.
Regards, Balu
The text was updated successfully, but these errors were encountered:
allow basic usernames
f677067
Resolves: eltrai#1
55d8025
Successfully merging a pull request may close this issue.
Hi,
the authenticated user does not have to be an email address:
So I suggest to change
DOVECOT_AUTHENTICATED_PREFIX
to:I'm fairly new to grok though, so I am not sure if DATA would be the right template. Perhaps you have a better idea.
Regards,
Balu
The text was updated successfully, but these errors were encountered: