I am implementing virtual hosting via the virtusers/generics hack of
setting usernames like "postmaster_domain1_com". This breaks
saslpoppassd.
saslpoppassd.c:
#define MAX_LEN_USERNAME "16"
I am a mere system administrator, not a coder, so I have no idea if I
can just "adjust" the MAX_LEN_USERNAME setting without
causing all sorts of havoc. Should the max not be set to whatever
the max is in the sasl code anyway?
What do I need to do to set the max to say, 32?
mikey@linuxwiz.org