Date: Fri, 23 Jan 2004 11:31:07 -0500 From: "JJB" <Barbish3@adelphia.net> To: "Dirk Meyer" <dirk.meyer@dinoex.sub.org>, <freebsd-questions@freebsd.org> Subject: RE: sendmail logs and other questions Message-ID: <MIEPLLIBMLEEABPDBIEGCEOFFFAA.Barbish3@adelphia.net> In-Reply-To: <nCR%2BS3H8CS@dmeyer.dinoex.sub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Dirk Thanks for the pointer to /usr/share/sendmail/cf/README. It seems like this is generic info not really targeted at the way sendmail is installed under FBSD. So guessing at what it's really trying to saw I have arrived at this to tell sendmail my sites domain name. cd /etc/mail ee freebsd.mc Change DOMAIN(generic) to DOMAIN(fbsdjones.com) Save file m4 freebsd.mc To compile the freebsd.mc source into the freebsd.cf file Reboot to enable Is this correct? To my question, How do I tell sendmail to not do reverse IP lookup? You said to Use: /etc/mail/service.switch There is no file like that on my system and the README gives no pointers as the where to find sample of this file. Need to know syntax of statement that goes into /etc/mail/service.switch and how to enable it. Thanks for your help -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Dirk Meyer Sent: Friday, January 23, 2004 6:20 AM To: freebsd-questions@freebsd.org Subject: Re: sendmail logs and other questions JJB schrieb:, > Is there some way to tell sendmail to use local5 as > it's facility and not mail? Only by recompiling ... but you can config in syslog.conf almost everything: !sendmail *.* /var/log/only-sendmail > I also see /var/log/sendmail.st but this log file is not > in syslog.conf. What is this file? It's the statistics, run "mailstats" to see them. > I use /etc/rc.conf hostname='gateway.fbsdjoned.com' and > sendmail is using userid@gateway.fbsdjoned.com. correct. > How do I tell sendmail to use just @fbsdjones.com? There is more than one way. $ less /usr/share/sendmail/cf/README e.g:) define(`confDOMAIN_NAME',`$m')dnl > How do I tell sendmail to not do reverse IP lookup? Use: /etc/mail/service.switch > Is the /var/log/maillog scanned by the daily cron management > report jobs? yes ... kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org ] _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?MIEPLLIBMLEEABPDBIEGCEOFFFAA.Barbish3>