View previous topic :: View next topic |
Author |
Message |
damien2929 n00b
Joined: 17 Feb 2004 Posts: 9
|
Posted: Tue Feb 17, 2004 3:55 pm Post subject: postfix blues |
|
|
ok
Ive configure my postfix main.cf
and started post fix but
I get this in the logs and no mail
Quote: | SOFT BOUNCE - cannot access mailbox /home/damien/Mailbox for user damien. cannot create file exclusively: No such file or directory)
|
postfix has
home_mailbox = Mailbox
mail_spool_directory = /var/mail
any help would be appreciated |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Tue Feb 17, 2004 4:59 pm Post subject: |
|
|
You cannot arbitrarily rename or change the mail delivery location for users.
If you use mbox style mailboxes then the mailbox is called mbox in the users' home directory.
If you want to use Maildirs then you will first have to set this up correctly, and then make the maildir, by running (as the user):
Code: | maildirmake ~/Maildir |
Just changing the configuration for Postfix is not enough. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
damien2929 n00b
Joined: 17 Feb 2004 Posts: 9
|
Posted: Tue Feb 17, 2004 7:39 pm Post subject: |
|
|
worked it out unhashed to many lines
it is now working like sendmail did on redhat.
thanks. |
|
Back to top |
|
|
dunxster n00b
Joined: 16 Feb 2004 Posts: 2
|
Posted: Tue Feb 17, 2004 11:02 pm Post subject: |
|
|
where does maildirmake come from, please?
from your post, it sounds like I should expect it to be installed as part of emerge postfix, but I don't see it anywhere. |
|
Back to top |
|
|
scout Veteran
Joined: 08 Mar 2003 Posts: 1991 Location: France, Paris en Semaine / Metz le W-E
|
Posted: Wed Feb 18, 2004 12:22 am Post subject: |
|
|
dunxster wrote: | where does maildirmake come from, please?
from your post, it sounds like I should expect it to be installed as part of emerge postfix, but I don't see it anywhere. |
I have it on my machine
Code: | geoffrey@lessy> qpkg -fp maildirmake
net-mail/courier-imap *
net-mail/maildrop * |
It comes from maildrop for example _________________ http://petition.eurolinux.org/ - Petition against ePatents
L'essence de la finesse |
|
Back to top |
|
|
|