svn commit: r245107 - head/etc/sendmail

Peter Wemm peter at FreeBSD.org
Sun Jan 6 19:25:43 UTC 2013


Author: peter
Date: Sun Jan  6 19:25:42 2013
New Revision: 245107
URL: http://svnweb.freebsd.org/changeset/base/245107

Log:
  Not using the full domain was a really bad idea.

Modified:
  head/etc/sendmail/freefall.mc

Modified: head/etc/sendmail/freefall.mc
==============================================================================
--- head/etc/sendmail/freefall.mc	Sun Jan  6 18:18:09 2013	(r245106)
+++ head/etc/sendmail/freefall.mc	Sun Jan  6 19:25:42 2013	(r245107)
@@ -43,5 +43,5 @@ divert(0)dnl
 VERSIONID(`$FreeBSD$')
 
 OSTYPE(freebsd6)
-FEATURE(nullclient, smarthost.ysv.$m)
+FEATURE(nullclient, smarthost.ysv.freebsd.org)
 MASQUERADE_AS(FreeBSD.org)


More information about the svn-src-head mailing list