Welcome to FreeBSDFreaks.net!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Setting up mailserver for windows clients

 
   FreeBSD Hosting (Home) -> FreeBSD Email Server RSS
Next:  amd64 version of Opera  
Author Message
Madhusudan Singh

External


Since: Nov 27, 2004
Posts: 9



(Msg. 1) Posted: Wed Mar 16, 2005 11:23 pm
Post subject: Setting up mailserver for windows clients
Archived from groups: alt>comp>mail>postfix, others (more info?)

Hi

I am configuring my first proper mailserver for a small group (10-15) of
people. Nearly all of these users will be using M$ outlook to read their
email via imaps (I am trying out dovecot) and send email via smtps.

Now, how does a windows user who does not have a unix passwd style account
on the machine that runs the mailserver authenticate ? How do I set up
their passwords and give them the ability to change those passwords ?

Thanks.

 >> Stay informed about: Setting up mailserver for windows clients 
Back to top
Login to vote
Uriah Heep

External


Since: Mar 18, 2005
Posts: 1



(Msg. 2) Posted: Fri Mar 18, 2005 10:20 am
Post subject: Re: Setting up mailserver for windows clients [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

["Followup-To:" header set to comp.unix.bsd.freebsd.misc.]
On 2005-03-17, Madhusudan Singh wrote:
> Hi
>
> I am configuring my first proper mailserver for a small group (10-15) of
> people. Nearly all of these users will be using M$ outlook to read their
> email via imaps (I am trying out dovecot) and send email via smtps.
>
> Now, how does a windows user who does not have a unix passwd style account
> on the machine that runs the mailserver authenticate ? How do I set up
> their passwords and give them the ability to change those passwords ?
>
> Thanks.

What you're looking for is a solution using virtual accounts. How you go about
it is largely up to you - several solutions are possible. You use a user:group
which owns all the mail directories but has no password/shell so can't directly
log in. I'm not familiar with dovecot, but usually logging in to IMAP occurs in
stages - when the user initially connects a simple daemon gets his username and
password (it only knows a few IMAP commands) and then passes these values to an
authentication process. It's this process (which may be part of your base IMAP
install or may be something you wrote yourself which understands how your system
works) that will look up the username and password then, if login is allowed, it
passes the path to the mailbox, uid:gid, and any other relevant information (via
environment/command line) to the real IMAP server which is now launched. The
server switches user, changes path to the mailbox, and off it goes.

So, you can have usernames and passwords in a simple text file, in a LDAP or
SQL database, or anywhere else which suits your needs. Most IMAP implementations
will come with some form of virtual user support built-in. If you host more than
one domain you can have a different virtual user for each domain, or have them
all under a single account. If your IMAP server doesn't support virtual accounts
then you can't do things this way.

-Adrian

 >> Stay informed about: Setting up mailserver for windows clients 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Help setting up a virtual mailserver - Hi I'm rather new to this, and can't seem to get it right. I got vpopmail setup so that I can serve virtual domains, and this works very well. The problem I have is that I have a multidrop pop3 account with my upstream service provider, which will..

secondary mailserver - Greeting, I've looked throught the handbook for this but cannot find the answer. I have two FreeBSD 4.8 machines where 1 is the mailserver for some-domain and the some-domain is in the sendmail.cw file. DNS MX records for some-domain is setup like so: ....

FreeBSD MailServer - Hi, I have recently started working at an ISP who is running a Windows based mailserver. The admin of the mailserver is rather sticky about changing but clients and staff are constantly having problems connecting to it, it crashes etc. I have recently....

securing mailserver address - Hello Guys; Good Day can anyone help give me documentations about on how to filter/stop & secure, on using my own email address as spam. From: user@my.domain.com Subject: RE: Hello To: user1@my.domain.com I'm using imap n sendmail, Thanks on advan...

Jailed mailserver. Overkill? - Hi - I'm currently in the process of installing a MTA (either exim or postfix) on my new server. The MTA will handle my family's mail and a handful mailing lists, thus no big deal. During the last decade I received my mail via UUCP from my ISP and my...
   FreeBSD Hosting (Home) -> FreeBSD Email Server All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]