- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Desparate Sendmail Question
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
06-22-2004 01:16 AM
06-22-2004 01:16 AM
groupwise 6.5
webmin
I am using webmin administration to configure sendmail to relay email to groupwise.
Do I just use the Send outgoing mail via host module in webmin and forward to the groupwise server?
How would I configure sendmail to accept mail for xxxx.net and relay to groupwise without using the sendmail accounts??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 04:00 AM
06-22-2004 04:00 AM
SolutionQuite simple and laid out in this document:
http://www.sendmail.org/virtual-hosting.html
You will probably need to set up 1 account to accomplish the forwarding
call it gwise
in /etc/aliases
gwise: account_on_groupwise_server
You may not have to do this.
Virtual hosting will get you the tools you need to do the job.
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
06-22-2004 04:59 AM
06-22-2004 04:59 AM
Re: Desparate Sendmail Question
If I ...
gwise: account_on_groupwise_server
I still get a user unknown error
or
it's connects and mail is sent.But the mail stays on the linux box it doesn't make it to the groupwise server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 05:52 AM
06-22-2004 05:52 AM
Re: Desparate Sendmail Question
Before starting anything in my original post:
as root
useradd gwise
passwd gwise
# that creates the user and you need to set a password.
Now you can do the /etc/aliases mail forwarding in the original post.
As far as the account name after the colon You need to have that user set up on your groupwise server. I can't help you with that.
Also, You will probably need to rebuild your alias file for the mail to go through. I'm attaching a script that does that, though you will have to look through it, compare it to the one in sendmail.org and comment out the parts you don't need.
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
06-22-2004 12:43 PM
06-22-2004 12:43 PM
Re: Desparate Sendmail Question
I did as you instructed and i still can't get mail to the groupwise server.
I even tried the mailertable way.
any pointers on what I should look for?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2004 04:48 PM
06-22-2004 04:48 PM
Re: Desparate Sendmail Question
relaying is possible using the DS Macro in the /etc/mail/sendmail.cf file. search DS and put the name of the domain where you want to relay your mails. IP address of this relay server should be resolved using any of the resolver. ie. you have to put corresponding entry in /etc/hosts or add in the DNS database
regds
naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 05:07 AM
06-23-2004 05:07 AM
Re: Desparate Sendmail Question
I did it!!!
Linux server is now relaying to the groupwise server.
One more question.
Since everything goes directly to groupwise now...
is there a way to have certain accounts on the linux/sendmail server not go to the groupwise server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 07:55 AM
06-23-2004 07:55 AM
Re: Desparate Sendmail Question
useradd
passwd
Immediately mail to those accounts will go to /var/mail/username
The mail can be accessible by imap or pop if you set those daemons up to run.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com