Date: Fri, 16 Dec 2005 01:30:36 +0100 From: "Ruben Bloemgarten" <rubenl@bloemgarten.demon.nl> To: "'Doug Hawkins'" <illusion65@gmail.com>, <freebsd-questions@freebsd.org> Subject: RE: Running sendmail w/o FQDN Message-ID: <20051216003105.95D9B43D45@mx1.FreeBSD.org> In-Reply-To: <43A20874.1000109@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
It seems that you are trying to run samba and ssh both from inetd and independantly. Hence the bind:already in use. This is not sendmail related. Do you want to use sendmail as an mua or as an mta ? -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Doug Hawkins Sent: December 16, 2005 1:21 AM To: freebsd-questions@freebsd.org Subject: Running sendmail w/o FQDN I am also having problems with sendmail configuration on my machine. I suppose it's all related to the fact that I don't have a fully qualified domain name (FQDN), but I have not been able to find a simple method to allow sendmail to operate as the "local message manager" without having a FQDN -- and not complain about it. I've skimmed the 180k '/usr/share/sendmail/cf/README' and 'man sendmail' and a few .cf files. There must be a simple way to have a "development' machine that's on a private LAN which has internet access and DNS via a router, but is not allocated an FQDN. When I wasn't running 'inetd' everything was fine, but I'd like those services (ftp, Samba's swat, etc.) to be available to the other LAN machines. I also get the 'sendmail sleeping' message when the machine is booting because it can't find its FQDN. Can anyone help? Thanks, Doug ------------------------ I get this in my message log every 10 minutes: {Date} {hostname} inetd[PID]: netbios-ns/udp: bind: Address already in use {Date} {hostname} inetd[PID]: ssh/tcp: bind: Address already in use {Date} {hostname} inetd[PID]: ssh/tcp: bind: Address already in use ------------------------ "Networking and Services" part of my /etc/rc.conf: ifconfig_rl0="DHCP" # Handled by my ADSL router/modem hostname="beastie" sendmail_enable="NO" inetd_enable="YES" nfs_client_enable="YES" nfs_server_enable="YES" ntpdate_enable="YES" ntpdate_flags="-b tk1.ihug.co.nz" router_enable="NO" rpc_lockd_enable="YES" rpc_statd_enable="YES" rpcbind_enable="YES" sshd_enable="YES" usbd_enable="YES" dictd_enable="YES" mysql_enable="YES" mysql_dbdir="/bsd5/var/db/mysql" samba_enable="YES" apache_enable="YES" gdm_enable="YES" _______________________________________________ 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" -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.13.13/200 - Release Date: 12/14/2005 -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.13.13/200 - Release Date: 12/14/2005
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051216003105.95D9B43D45>