LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   configure sendmail in suse 10.1 (https://www.linuxquestions.org/questions/linux-server-73/configure-sendmail-in-suse-10-1-a-546980/)

mikeotieno 04-18-2007 03:51 AM

configure sendmail in suse 10.1
 
Hi you all,
Am learning how to configure sendmail in suse 10.1 i have already installed it but when i try locating the file /etc/mail/sendmail.mc i cant get it, what should i do please any help i will the grateful

djjoshuad 04-18-2007 03:19 PM

if it's not a production server, try this:

find / -name 'sendmail*'

and see what you get. it could very well be in a different spot, or named sendmail.MC, or some other combination of snafus.

good luck!

mikeotieno 04-19-2007 05:03 AM

Thanx i used te command but still it cant locate the sendmail.mc, what next. I just want to configure a simple mail server for the start is it easier wit postfix than sendmail please advise

djjoshuad 04-19-2007 01:51 PM

please run the following commands and post the output of each:

rpm -qa | grep sendmail
find /etc -name 'sendmail*'

This will help us troubleshoot your issue.

mikeotieno 04-20-2007 02:02 AM

Here is the output i got

linux-suse:~ # rpm -qa | grep sendmail
sendmail-8.13.6-9
linux-suse:~ # find /etc -name 'sendmail*'
/etc/sendmail.cf
/etc/sendmail.cf.rpmsave
/etc/sysconfig/sendmail
/etc/init.d/sendmail
/etc/sendmail.cf.SuSEconfig
/etc/permissions.d/sendmail.paranoid
/etc/permissions.d/sendmail
linux-suse:~ #


All times are GMT -5. The time now is 02:26 AM.