- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Mail Relay
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
01-27-2004 06:17 PM
01-27-2004 06:17 PM
Mail Relay
I'm trying to configure a mail relay server using sendmail 8.12.8. Unfortunately, the relaying would not work. What seems to be the problem?
Regards,
LAT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 06:20 PM
01-27-2004 06:20 PM
Re: Mail Relay
/etc/mail/access
allowing relay for domain for which you're trying to enable it?
after inserting this line you should restart the sendmail service or to run "make" from within /etc/mail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 06:27 PM
01-27-2004 06:27 PM
Re: Mail Relay
Yes, I already configured the access file and even the relay-domains.
Regards,
LAT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 06:34 PM
01-27-2004 06:34 PM
Re: Mail Relay
I mean did you configure it to listen on it's actual IP (not the loopback)?
in /etc/mail/access the domain name syntax should be like in the following example:
for domain microsof.com you simply add
microsoft.com RELAY
line. No preceding/trailing dots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 07:04 PM
01-27-2004 07:04 PM
Re: Mail Relay
Regards,
LAT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 07:28 PM
01-27-2004 07:28 PM
Re: Mail Relay
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 07:33 PM
01-27-2004 07:33 PM
Re: Mail Relay
Linux.com OK
10.0 RELAY
Accepting mails coming from linux.com, relaying everything from 10.0.x.x
Did you set up /etc/mail/relay-domains, or do you just use /etc/mail/access ?
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 07:56 PM
01-27-2004 07:56 PM
Re: Mail Relay
FEATURE(promiscuous_relay)
it will enable relay for everybody
then do:
m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
service sendmail restart
Best Regards...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 10:47 PM
01-27-2004 10:47 PM
Re: Mail Relay
Have you compiled the access.db after creating access file ?.
#cd /etc/mail
#make
Restart the sendmail and try again.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 11:35 PM
01-28-2004 11:35 PM
Re: Mail Relay
If you have problems with sendmail, and you can switch to another MTA, try postfix, is easier configure it.
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 02:37 AM
01-29-2004 02:37 AM
Re: Mail Relay
check the /etc/sysconfig/iptables file
make sure port 25 is set to allow traffic.
Post your file if you need help.
service iptables restart
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
01-29-2004 08:49 AM
01-29-2004 08:49 AM
Re: Mail Relay
just one word of caution, FEATURE(promiscous_relay) is nothing you want to do on a system with a direct connection to the internet. SPAM services will find and misuse your system in no time! If you are behind a secure firewall and need to route internal networks only OTOH it might be a handy shortcut.
Greetings, Martin