- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Postfix/Sendmail and IBM Domino
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
Discussions
Discussions
Discussions
Forums
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
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-09-2007 06:25 PM
тАО10-09-2007 06:25 PM
Email Domain: test.com
IBM Lotus Domino is running and configured for Mail and Messaging.
Now we want that Lotus Domino doesnt face the internet, but there will be a Linux based mail server(postfix or sendmail) that will recieve the mails from outside/internet, do some filtering etc, and then pass the emails to the Lotus Domino.
Since Lotus Domino doesnt face the internet directly, we also have to configure that postfix/sendmail also recives the emails from Lotus Domino, and send email to the appropriate destination/internet.
Now
1, what to do on postfix/sendmail so that it will forward/pass all the emails it recives from internet/outside for test.com to the Lotus Domino Server.
2, what to do on postfix/sendmail so that it will accept/forward/pass all the emails it recives from Lotus Domino to the internet/outside.
Regards
Maaz
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2007 11:45 PM
тАО10-09-2007 11:45 PM
Solutionsendmail DS directive is easiest.
DShostname_domino_server
or
DS
[192.168.0.10]
If that ip address is the ip of the Domino server.
That assumes the Lotus Domino server can accept smtp traffic, which I think it can.
Restart sendmail and you are done.
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
тАО10-10-2007 04:05 PM
тАО10-10-2007 04:05 PM
Re: Postfix/Sendmail and IBM Domino
DShostname_domino_server
or
DS
[192.168.0.10]
is the above configs are for both of my question 1 and 2. in sendmail?
Any1 Please also let me know for POSTFIX.
Thanks and Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-10-2007 07:01 PM
тАО10-10-2007 07:01 PM
Re: Postfix/Sendmail and IBM Domino
This is so simple, I don't know if I'd bother with Postfix.
But here is a procedure to do the same thing.
http://www.informit.com/articles/article.aspx?p=24672
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
тАО10-11-2007 12:14 AM
тАО10-11-2007 12:14 AM
Re: Postfix/Sendmail and IBM Domino
Please lock down your mail server to prevent spammers from using it as an open relay.
In Postfix, alter /etc/postfix/transport and add: test.com smtp:[xxx.xxx.xxx.xxx]:25
where xxx.xxx.xxx.xxx is the IP address of the Lotus server.
Add a line in main.cf "mynetworks = xxx.xxx.xxx.xxx/yy where xxx.xxx.xxx.xxx is the subnet where the Lotus server resides and yy is the number of bits of the subnet. For example, 10.10.10.0/24 is a class c.
Update Post fix by running "postmap /etc/postfix/transport" and restarting postfix.
I've subscribed to this thread and let me know if you need anything else.
Jim Ruddell, CISSP