LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Sendmail pls help.... (https://www.linuxquestions.org/questions/linux-newbie-8/sendmail-pls-help-28277/)

AndySoft 08-19-2002 03:38 PM

Sendmail pls help....
 
Hi,

I'm a newby and I want to configure sendmail. Here are my problems (yes, I know, they are many....):

sending mail works perfect
BUT RECEIVEING IS NOT NOT NOT NOT.......

I'm runing Slackware 8.0 kernel 2.2.19 (till someone tell me how to build a new one) with unaltered sendmail(original config files).

I have a registered domain name and I want to be able to receive mail for all users on this machine. Ex: root@nettcafe.ro, bob@nettacafe.ro, you_name_it@nettcafe.ro, etc;

Pls give me generic configuration files or just a hint....

AndySoft 08-19-2002 03:56 PM

Anybody who want to talk to me live is invited to ssh-into me
at:
62.231.65.33
with
username: sendmailhowto
password: password

pls use "talk" program. I am the root
:)

acid_kewpie 08-19-2002 04:07 PM

well for a start just install the 2.4.5 kernel that is on the distro cd's on the shelf next to you, after that, presumably you need to open sendmail to the whole network, as is in the basic documentation, removing the 127.0.0.1 restriction in the sendmail.m4 file.

keevitaja 08-19-2002 04:10 PM

then open with texteditor /etc/mail/sendmail.mc and find

dnl This changes sendmail to only listen on the loopback device 127.0.0.1
dnl and not on any other network devices. Comment this out if you want
dnl to accept email over the network.
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')

you need to change the last line

DAEMON_OPTIONS(`Port=smtp, Name=MTA, Family=inet')

then execute the command at the beginning of this file. restart sendmail with

/etc/init.d/sendmail restart

the fail path maybe different cause i have RH.


All times are GMT -5. The time now is 01:55 AM.