Rob Kettle wrote: > Hi, > > I've installed the full courier suite. > > The smtp gateway is working fine and is delivering mail locally. > > I'm trying to implement maildrop so that it can call spamassassin but > what ever I try the mail is delivered locally showing 'courierlocal' > in the mail logs. There is no evidence I can see that it tries to use > maildrop (no log entries). > > I've used theh webadmin tool to set teh local delivery method as well > as editing courier config file. > > Any ideas where I've gone wrong would be appreciated.
In you user definition (userdb, sql, whatever), are you specifying the location of the user's mailbox? If you do that, it will override defaultdelivery and deliver directly to the specified mailbox. If you want to use maildrop, you have to leave off the mailbox specification and only specify a home directory for the user. -- Bowie Bailey BUC International ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
