- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Sendmail Configuration
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2004 08:37 PM
10-31-2004 08:37 PM
Sendmail Configuration
I hv configured sendmail on Redhat 8.0
I am able to send & recv the mails internaly to my local user accounts also I can send mails to internet mails (i.e. Rediff,yahoo) but I am not able to recv the mails fm internet.
So can anybody help me out in this
Regds
Dhananjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2004 10:07 PM
10-31-2004 10:07 PM
Re: Sendmail Configuration
What abbout the firewall settings? Is port 25 allowed from the outside world?
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2004 10:34 PM
10-31-2004 10:34 PM
Re: Sendmail Configuration
Then from remote domain see (with nslookup or dig) that the MX record is actually the sendmail server.
Only then it will receive e-mail from internet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2004 11:12 PM
10-31-2004 11:12 PM
Re: Sendmail Configuration
in /var/named/raheja.forward i hv an entry of MX record like this
raheja.com. MX 10 mail.raheja.com
I have disable firewall.
pls tell me wether my MX setting in DNS is proper or if it is wrong how to do this setting, so i can recv the mail from Internet .
Regds
Dhananjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2004 11:25 PM
10-31-2004 11:25 PM
Re: Sendmail Configuration
in /var/named/raheja.forward i hv an entry of MX record like this
raheja.com. MX 10 mail.raheja.com
I have disable firewall.
pls tell me wether my MX setting in DNS is proper or if it is wrong how to do this setting, so i can recv the mail from Internet .
my netstat command output is as follows
# netstat -an | grep :25 | grep tcp
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
also i am attaching the raheja.forward and raheja.reverse file for my DNS Configuration.
Regds
Dhananjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2004 11:34 PM
10-31-2004 11:34 PM
Re: Sendmail Configuration
There are two ways:
- ask your hoster to add MX record to their DNS servers
http://www.dnsstuff.com/tools/lookup.ch?name=raheja.com&type=NS
- publish your DNS server as responsible for your domain
Rgds,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2004 11:36 PM
10-31-2004 11:36 PM
Re: Sendmail Configuration
I did a
dig mail.raheja.com
and
dig raheja.com MX
both commands gives no response. Is yours raheja.com DNS properly inserted in an authority DNS server?
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 12:44 AM
11-01-2004 12:44 AM
Re: Sendmail Configuration
sendmail -v -d8 -d38 someone@mail.net
type text
.
You get full diagnostics.
Common issues:
Sendmail daemon not running:
chkconfig --level 12345 sendmail on
service sendmail start
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 07:24 PM
11-01-2004 07:24 PM
Re: Sendmail Configuration
try sendmail -q to deliver and download e-mails. on my old (about 5 years ago) server i had a dial-in line and i want to deliver and receive mail only once per hour so i startet sendmail like that:
sendmail -q1h
or if you want to let sendmail work every 1h and 30 minutes:
sendmail -q1h30m
best regards,
johannes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 09:55 PM
11-01-2004 09:55 PM
Re: Sendmail Configuration
in this case [IMHO] the problem isn't sendmail config, but just absence of MX record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 04:30 PM
11-02-2004 04:30 PM
Re: Sendmail Configuration
Thanks for ur input.
As i am very new to this i have lot of doubt in my mind . I am using my sendmail server for internal use , my server is not publish how to do that .. or how to insert MX records to other end
we r using DSL Dishnet as a ISP they have provided one router with one public ip .
In such Scenario wether it is possible to recv mail from internet .
Regds
Dhananjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 07:49 PM
11-02-2004 07:49 PM