andrewthegrate
Programmer
I have a suse10 server on which I am trying to setup cyrus/sendmail/sasl
Cyrus and sasl is running fine and I can get an inbox, shared folders and all that. I seem to be missing something with the sendmail bit. If if send mail to user@localhost, it windows up in /var/spool/mail instead of the user folder in /var/spool/imap.
My mc file is pretty simple as per the below. I have read the cyrus docos and tried reading a few sendmail/cyrus tuts and had a borwse through O'Reily's bat book but I am getting nowhere. Any thoughts anyone? I tried putting the local mailer before the cyrus mailer and I tried removing the local mailer altogether. I have also tried cyrus instead of cyrus2. I recon I am missing some basic thing.
VERSIONID(`Sendmail Config for LiftCap 29/09/2007')dnl
OSTYPE(`linux')dnl
DOMAIN(`generic')dnl
define(`ALIAS_FILE', `/etc/aliases')dnl
define(`confAUTH_OPTIONS', `A')dnl
define('confLOCAL_MAILER','cyrus2')dnl
MAILER(cyrus2)dnl
define('CYRUS_MAILER_FLAGS','A5@W')dnl
MAILER(local)dnl
MAILER(smpt)dnl
Cyrus and sasl is running fine and I can get an inbox, shared folders and all that. I seem to be missing something with the sendmail bit. If if send mail to user@localhost, it windows up in /var/spool/mail instead of the user folder in /var/spool/imap.
My mc file is pretty simple as per the below. I have read the cyrus docos and tried reading a few sendmail/cyrus tuts and had a borwse through O'Reily's bat book but I am getting nowhere. Any thoughts anyone? I tried putting the local mailer before the cyrus mailer and I tried removing the local mailer altogether. I have also tried cyrus instead of cyrus2. I recon I am missing some basic thing.
VERSIONID(`Sendmail Config for LiftCap 29/09/2007')dnl
OSTYPE(`linux')dnl
DOMAIN(`generic')dnl
define(`ALIAS_FILE', `/etc/aliases')dnl
define(`confAUTH_OPTIONS', `A')dnl
define('confLOCAL_MAILER','cyrus2')dnl
MAILER(cyrus2)dnl
define('CYRUS_MAILER_FLAGS','A5@W')dnl
MAILER(local)dnl
MAILER(smpt)dnl