View previous topic :: View next topic |
Author |
Message |
fisherbln n00b
Joined: 28 Apr 2003 Posts: 49
|
Posted: Mon Feb 16, 2004 2:15 am Post subject: Mailserver howto |
|
|
I'm working on the mailserver howto setup right now. I've just installed courier-imap and I am having some problems. At first, it wouldn't connect since there was no .maildir in my home directory. I added the directory manually and then it would at least let me connect. However, I noticed that all my mail stays in /var/mail/myusername instead of getting directed to the imap account. Is this something that gets fixed later? _________________ The day microsoft markets a product that doesn't suck is the day they market vacuum cleaners. |
|
Back to top |
|
|
CMI Apprentice
Joined: 19 Aug 2003 Posts: 205
|
Posted: Mon Feb 16, 2004 2:23 am Post subject: |
|
|
You'll need your MTA to handle that. Take a look at Postfix or Sendmail. There should be plenty of Sendmail/Postfix + courier-imap how to's out there. I know there are plenty that cover Cyrus. _________________ SECOMGroup - Lineman.net
LightPHPCMS - PhotoGallery |
|
Back to top |
|
|
fisherbln n00b
Joined: 28 Apr 2003 Posts: 49
|
Posted: Mon Feb 16, 2004 2:25 am Post subject: |
|
|
ok, but i already installed postfix per the howto... is there a further setting i need? I would think that the howto would state this. _________________ The day microsoft markets a product that doesn't suck is the day they market vacuum cleaners. |
|
Back to top |
|
|
fisherbln n00b
Joined: 28 Apr 2003 Posts: 49
|
Posted: Mon Feb 16, 2004 2:55 am Post subject: |
|
|
ok, so i've searched the net for howto's only to find them all centric to using mysql or another program. If possible, I would just like postfix/courier-imap ... can this be done? Could someone please post the steps beyond emerging courier-imap and postfix? I know there must not be very much left in the config, I just can't find info on how to do it. _________________ The day microsoft markets a product that doesn't suck is the day they market vacuum cleaners. |
|
Back to top |
|
|
CMI Apprentice
Joined: 19 Aug 2003 Posts: 205
|
Posted: Mon Feb 16, 2004 3:09 am Post subject: |
|
|
Look for this area in /etc/postfix/main.cf and change home_mailbox.
Code: | # DELIVERY TO MAILBOX
#
# The home_mailbox parameter specifies the optional pathname of a
# mailbox file relative to a user's home directory. The default
# mailbox file is /var/spool/mail/user or /var/mail/user. Specify
# "Maildir/" for qmail-style delivery (the / is required).
home_mailbox = Maildir/
|
No guarentees about that. _________________ SECOMGroup - Lineman.net
LightPHPCMS - PhotoGallery |
|
Back to top |
|
|
|