Problem Solved!
The (slightly inaccurate) comment in my imapd.conf file is illustrative:
defaultdomain: mailadmin.com
## ACHTUNG! The default domain must match the host name
my hosts file contained the following entry:
10.0.0.2mailadmin.com mailadmin
I changed it to
10.0.0.2
Cristian Mitrana wrote:
> Looks like a configuration problem, can please give more details about it ?
> Post your imapd.conf and tell us what version of Cyrus are you using. How
> are you authenticating your users ? Do you use Saslauthd, sasldb or sql ?
I am using sasldb to authenticate
Cyrus V
I added a second IP address to my Cyrus mail host: 10.0.0.2
My error log shows the following:
Sep 12 14:18:53 imap imap[17667]: badlogin: mailadmin.com [10.0.0.2] plaintext
tqis SASL(-13): user not found: checkpass failed
Sep 12 14:19:18 imap imap[17667]: accepted connection
Sep 12 14:19:18 imap
My effort to install Cyrus has been largely successful.
I would expect to see a function to bounce email with a "5.1.1 User unknown"
error. But I haven't seen this function described or even acknowledged
within Cyrus.
As far as I understand, I need a hook for my MTA (Sendmail) to query. Does
Move the declaration
extern struct imapopt_s imapopts[];
To the end of the file, after the definition of struct imapopt_s, and
everything compiles (nearly) perfectly.
Does this qualify as a bug?
-Jim
On Tue July 18, Jim Schueler wrote:
mapopts.h:181: error: array type has incomplete e