Date: 06 Aug 2003 10:19:18 -0500 From: "Kirk R. Wythers" <kwythers@umn.edu> To: Jonathan Chen <jonc@chen.org.nz> Cc: freebsd-questions@FreeBSD.ORG Subject: thanks everyone, was Re: sendmail configuration Message-ID: <1060183157.11385.25.camel@lorax.forestry.umn.edu> In-Reply-To: <20030805222547.GA81434@grimoire.chen.org.nz> References: <1060027238.8123.94.camel@lorax.forestry.umn.edu> <20030804204031.GB78561@grimoire.chen.org.nz> <1060101146.23050.25.camel@lorax.forestry.umn.edu> <20030805203210.GA81181@grimoire.chen.org.nz> <1060116349.23050.108.camel@lorax.forestry.umn.edu> <20030805222547.GA81434@grimoire.chen.org.nz>
next in thread | previous in thread | raw e-mail | index | archive | help
Looks like send mail is sending mail out to the virtual host (neighborsunited.net) now: root@lorax:189 echo "3,0 postmaster@neighborsunited.net" | sendmail -bt ADDRESS TEST MODE (ruleset 3 NOT automatically invoked) Enter <ruleset> <address> > canonify input: postmaster @ neighborsunited . net Canonify2 input: postmaster < @ neighborsunited . net > Mailman is not sending messages, but it looks like /var is full (which would cause problems) Aug 6 09:35:18 lorax sm-mta[27137]: h76EZIpZ086955: low on space (SMTP-DAEMON n eeds 0 bytes + 100 blocks in /var/spool/mqueue), max avail: 0 Aug 6 09:35:18 lorax sm-mta[27137]: rejecting new messages: min free: 100 root@lorax:204 df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/da0s1a 128814 69388 49122 59% / devfs 1 1 0 100% /dev /dev/da0s1e 7322350 2631730 4104832 39% /home /dev/da1s1d 7709614 6373536 719310 90% /usr /dev/da0s1d 257838 237312 -100 100% /var So I'm off to try and figure out where I can clear some space off in /var Thanks everyone... > > > > So are you saying that that I should type litterally: > > > > cp freebsd.mc `hostname`.mc (I had used neighborsunited.net.mc) > > Yes. And then you should edit the host.name.of.machine.mc file, eg > > # vi `hostname`.mc > > > and then in my favorite editor, add the lines: > > > > MASQUERADE_AS(`neighborsunited.net')dnl > > FEATURE(masquerade_envelope)dnl > > > > then litterally: > > > make > > make install-cf CF=neighborsunited.net > > sh /etc/rc.sendmail restart > > I would use: > > # make > # make install > # sh /etc/rc.sendmail restart > > The CF= stuff is for really odd tweaks. > > Cheers. -- Kirk R. Wythers Department of Forest Resources Tel: 612.625.2261 University of Minnesota Fax: 612.625.521 1530 Cleveland Ave. N Email: kwythers@umn.edu Saint Paul, MN 55108 USA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1060183157.11385.25.camel>