This is a discussion on Re: [courier-users] 550 Relaying denied within the Courier-Imap forums, part of the Mail Servers and Related category; Quoting Gordon Messmer <yinyang@eburg.com>: > Yvonne wrote: >> >> And the maillog messages : ruleset=...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Quoting Gordon Messmer <yinyang@eburg.com>:
> Yvonne wrote: >> >> And the maillog messages : ruleset=check_rcpt, >> arg1=<toto@essai.zut>, relay=xyz [192.168.1.2], reject=550 \5.7.1 >> <toto@essai.zut>... Relaying denied >> from=<infos@accesfacile.com>, size=337, class=0, nrcpts=0, >> proto=ESMTP, \daemon=MTA, relay=xyz [192.168.1.2] > > That's sendmail. Stop sendmail and configure courier's esmtpd to > start. You're probably best off removing sendmail entirely (though > I'm not sure how best to do that on FreeBSD). Depending on the version of FreeBSD, but most of the later versions have a /etc/mail/mailer.conf that will determine the courier paths as shown below from one of my FreeBSD boxes. That should work on any installation if it isn't more that a couple of years old by just modifying/varifying the paths. If courier is installed from ports it will give the person the opportunity to change the sendmail default if not it can easily be added. # $FreeBSD: src/etc/mail/mailer.conf,v 1.3 2002/04/05 04:25:12 gshapiro Exp $ # # Execute the Courier sendmail program, named /usr/local/bin/sendmail # sendmail /usr/local/bin/sendmail send-mail /usr/local/bin/sendmail mailq /usr/local/bin/mailq newaliases /usr/local/sbin/makealiases ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |