- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Mailing 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
07-14-2005 01:45 AM
07-14-2005 01:45 AM
Mailing configuration
I have an account on an ISP working with POP3 protocol where I can reach my mailbox. I can also define some aliases on my e-mail address by this provider.
I would like to install a Linux front end system to fetch my mails and dispach them in different mailboxes in function on e-mail addresses & aliases. Different clients will then reach the front end and dialogue with it to get/send mail.
How can install, configure a tool (like Exhange server) to reach my aim.
If anybody can help me or guide me, I will appreciate !
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 02:02 AM
07-14-2005 02:02 AM
Re: Mailing configuration
Bynari Insight Server
www.bynari.net
If you run SuSE, the is OpenExchange from Novell
Search on google using 'Exchange server + Linux'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 02:25 AM
07-14-2005 02:25 AM
Re: Mailing configuration
fetchmail multidrop
You will get a lot of information to configure with the differents MTAs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 10:53 PM
07-14-2005 10:53 PM
Re: Mailing configuration
Thanks a lot for your answers.
A lot of information found, now I need time to find my way.
Another question :
Is is possible that a configuration plays as client on POP3/ISP and at the same time a mail server for local clients (workstations) ?
My project is to install a home mail relay with different accounts.
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 11:46 PM
07-14-2005 11:46 PM
Re: Mailing configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2005 02:37 PM
07-15-2005 02:37 PM
Re: Mailing configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2005 01:39 AM
07-17-2005 01:39 AM
Re: Mailing configuration
you can use fetchmail to fetch e-mail from your isp with pop3. If your local clients want to access this server to read / send e-mail, you also need an pop3 oder imap server on your linux server. I would setup a cyrus imapd with squirrelmail as webinterface (you need also apache to deliver the webpages for squirrelmail). In fact you need
- a local mta (Postfix, Sendmail, Qmail) that can send e-mails to your isp
- a pop3 or imap server. Otherwiese the mta will deliver the e-mails from your isp to local mailboxes on the linux system.
- an apache webserver an squirrelmail for a webinterface (only for imap-server, courier, cyrus....)
Regards
Patrick
Patrick