Date: Thu, 10 Apr 2003 13:44:46 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Brian Astill <bastill@adam.com.au> Cc: freebsd-questions@freebsd.org Subject: Re: sendmail woes Message-ID: <20030410104446.GA21122@gothmog.gr> In-Reply-To: <3E95404A.3020003@adam.com.au> References: <20030405221114.GA2419@gothmog.gr> <1049637546.3e9032aae7488@webmail.adam.com.au> <20030406225854.GB9824@gothmog.gr> <3E942B3E.20309@adam.com.au> <20030409143657.GA61280@ei.bzerk.org> <3E94A79B.5020205@adam.com.au> <20030409234339.GC33664@gothmog.gr> <3E94C288.5070707@adam.com.au> <20030410112000.I5505@gothmog> <3E95404A.3020003@adam.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-04-10 19:28, Brian Astill <bastill@adam.com.au> wrote: > Giorgos Keramidas wrote > >Hmmm, this is usually an indication of DNS problems. > > Can only agree - but where is my error ? Obviously, I can't really know exactly what it is without more details about your network and DNS setup. > Apr 10 16:44:52 BAPhD sm-mta[114]: starting daemon (8.12.8): SMTP+queueing@00:30:00 > Apr 10 16:47:32 BAPhD sm-msp-queue[120]: starting daemon (8.12.8): queueing@00:30:00 > (the system used pid 113 and 119 when I ran top this morning) Looks fine. The pids are not really important as long as it doesn't fail to start at all. > sendmail -bt -d0.13 < /dev/null > ... > a.k.a.: localhost.my.domain You should probably edit /etc/hosts and change localhost.my.domain in the following lines: ::1 localhost localhost.my.domain 127.0.0.1 localhost localhost.my.domain to something that matches your local domain. I havn't tried resolving baphd.gihon.org.au but you should also make sure that it *does* resolve to an IP address correctly, and that address *does* resolve to baphd.gihon.org.au or one of its aliases too. - Giorgos
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030410104446.GA21122>