Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sendmail and cyrus

Status
Not open for further replies.

andrewthegrate

Programmer
Joined
Jul 11, 2007
Messages
3
Location
AU
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top