when checking mail with courier imap and authpgsql i can check
> [EMAIL PROTECTED] as the user id. why if default domain is off when
> sending mail the @domain1.com then courier-mta chops off the domain and
> the select statement in syslog shows select id, crypt, clear, uid, gid,
> home, '', quota, name from passwd where id = 'user1'; instead of
> [EMAIL PROTECTED] which shows up if i set the default domain is set. I
> have more than 1 domain so that doesn't work. Using debian stable
> courier packages, also tried unstable but same problem. please help