On Sat, Mar 29, 2003 at 11:41:51PM +0530, komal wrote: > where to put ip address of server in Sendmail configuration file ? I have > leased line setup for one company and they want to start mail server. we > have leased line and static ip address.
You don't put it anywhere. Sendmail is pretty much capable of figuring out the IP address of the server its running on :) You get your DNS administrator to have the primary MX record for your domain to point to your sendmail server's IP address, and add your domain to /etc/mail/local-host-names - that's all. Now you can start experimenting with virtual hosts, mailer tables etc. :) Binand (Note that MX record should not point directly to an IP address). -- Russian Roulette with Unix: while :; do kill $RANDOM &> /dev/null && break || sleep 1; done ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
