PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Logiciels d'hébergement > comp.mail.sendmail > newbie moving from exchange
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.mail.sendmail Configuring and using the BSD sendmail agent.

newbie moving from exchange

Réponse
 
LinkBack Outils de la discussion
Vieux 25/10/2006, 15h26   #1
hohum
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut newbie moving from exchange

I've been tasked to move my company's email from exchange to linux/sendmail.
I'm new to linux and sendmail and need some . Our exchange 5.5 is
running the Internet Mail service and the clients use Outlook. We also have
our own dns server on a nt4 domain. We bought suse es9 and I'm getting to
know linux. What do I need from linux and/or sendmail(as far as
authentication/client software) for this migration to succeed. If someone
can point me in the right direction, I can do the rest. Any would be
much appreciated, tia.


  Réponse avec citation
Vieux 25/10/2006, 17h24   #2
jmaimon@ttec.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: newbie moving from exchange


hohum wrote:
> I've been tasked to move my company's email from exchange to linux/sendmail.
> I'm new to linux and sendmail and need some . Our exchange 5.5 is
> running the Internet Mail service and the clients use Outlook. We also have
> our own dns server on a nt4 domain. We bought suse es9 and I'm getting to
> know linux. What do I need from linux and/or sendmail(as far as
> authentication/client software) for this migration to succeed. If someone
> can point me in the right direction, I can do the rest. Any would be
> much appreciated, tia.


You also need software to run a pop3 server, an imap server, a webmail
server.

You need to create all the account needed on the server for your users
and you need a way to manage all those accounts conveniently.

You may need to be able to tie in the server to an external directory.

You need to consider which milters for antivirus and spam control you
want to run.

You may want to go the courier route.

Or you can use sendmail with popular servers like qpopper and uw-imapd
and squirellmail or horde (which will involve apache/php setup)

I suggest you print out all documentation that comes in the sendmail
sources as found on sendmail.org and all documentation on your chosen
servers and buy the bat book as well.

Take a look at the linux documentation project. You should probably get
the running linux book.

You especialy want to pay attention to your alias setup, your
virtusertable setup.

Pay some attention to SMTP auth and make sure your server supports
starttls.

You can manage users manually in the old unix tradition, with the new
graphical tools provided by the distribution, from webmin, with a
script, open-source-off-the-web tools or roll your own.

With a little bit of hunting you could probably find an entire package
that does all this for you on unix/linux.

  Réponse avec citation
Vieux 25/10/2006, 17h26   #3
ksimports@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: newbie moving from exchange

Sendmail only transfers email from one host to another. It does not
have anything to do with authentication.
You need to create all the user accounts in the sendmail server
manually. I wouldn't know how to synchronize Unix users with a domain
controller.
Then you need to install imap and/or pop3 server software. There are
many options for those. If you have limited experience, I suggest you
use Qpopper for pop3 and UW-Imap for imap since these are not too hard
to get working.




hohum wrote:
> I've been tasked to move my company's email from exchange to linux/sendmail.
> I'm new to linux and sendmail and need some . Our exchange 5.5 is
> running the Internet Mail service and the clients use Outlook. We also have
> our own dns server on a nt4 domain. We bought suse es9 and I'm getting to
> know linux. What do I need from linux and/or sendmail(as far as
> authentication/client software) for this migration to succeed. If someone
> can point me in the right direction, I can do the rest. Any would be
> much appreciated, tia.


  Réponse avec citation
Vieux 28/10/2006, 05h02   #4
Bill Cole
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: newbie moving from exchange

In article <8uK%g.15834$TV3.15665@newssvr21.news.prodigy.com> ,
"hohum" <rickster@intelisol.com> wrote:

> I've been tasked to move my company's email from exchange to linux/sendmail.
> I'm new to linux and sendmail and need some . Our exchange 5.5 is
> running the Internet Mail service and the clients use Outlook. We also have
> our own dns server on a nt4 domain. We bought suse es9 and I'm getting to
> know linux. What do I need from linux and/or sendmail(as far as
> authentication/client software) for this migration to succeed. If someone
> can point me in the right direction, I can do the rest. Any would be
> much appreciated, tia.


Did anyone plan this out first?

As others have noted, Sendmail itself does not do everything Exchange
does. You'll need one or both of a POP3 server and an IMAP server, maybe
a webmail package, and maybe a calendaring system.

I'm a fan of Dovecot for POP3 and IMAP. I don't bother with webmail, and
where I work with mail-connected calendaring it is nothing like what
Exchange offers: all calendars are local to the user and not shared.

Good luck.

--
Now where did I hide that website...
  Réponse avec citation
Vieux 04/11/2006, 19h35   #5
Michael Heiming
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: newbie moving from exchange

In comp.mail.sendmail Bill Cole <bill@scconsult.com>:
> In article <8uK%g.15834$TV3.15665@newssvr21.news.prodigy.com> ,
> "hohum" <rickster@intelisol.com> wrote:


>> I've been tasked to move my company's email from exchange to linux/sendmail.
>> I'm new to linux and sendmail and need some . Our exchange 5.5 is
>> running the Internet Mail service and the clients use Outlook. We also have
>> our own dns server on a nt4 domain. We bought suse es9 and I'm getting to
>> know linux. What do I need from linux and/or sendmail(as far as
>> authentication/client software) for this migration to succeed. If someone
>> can point me in the right direction, I can do the rest. Any would be
>> much appreciated, tia.


> Did anyone plan this out first?


> As others have noted, Sendmail itself does not do everything Exchange
> does. You'll need one or both of a POP3 server and an IMAP server, maybe
> a webmail package, and maybe a calendaring system.


Seconded, I'd take a serious look at phpgroupware:

http://www.phpgroupware.org/

Or others in the line, which should be the easiest to get all
features the OP has now and some more. A search on freshmeat.net
should offer other packages in the lines.

[..]

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 456: Noobs anywhere...
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 19h50.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,13295 seconds with 13 queries