Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
postfix
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
activ
n00b
n00b


Joined: 17 Oct 2002
Posts: 49

PostPosted: Fri Nov 01, 2002 5:09 pm    Post subject: postfix Reply with quote

I installed postfix as explained in the desktop config guide. It starts without problem but when I use mutt to send an mail, and then use mutt to view it, a message is displayed: /root/.maildir/ is not a mailbox.
What did I do wrong?

p.s. I unmerged virtual/mta to be able to install postfix.
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Fri Nov 01, 2002 6:04 pm    Post subject: Reply with quote

Does Maildir ~/.maildir is not a maildir help?
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
activ
n00b
n00b


Joined: 17 Oct 2002
Posts: 49

PostPosted: Sun Nov 03, 2002 9:44 pm    Post subject: Reply with quote

That got me a bit further, I think I need to check the config options 'cause now my mail disappears.
Back to top
View user's profile Send private message
vicay
Tux's lil' helper
Tux's lil' helper


Joined: 29 Apr 2002
Posts: 97
Location: Dresden, Germany

PostPosted: Mon Nov 04, 2002 9:35 pm    Post subject: Reply with quote

activ wrote:
That got me a bit further, I think I need to check the config options 'cause now my mail disappears.


Hello,

i guess, you want to work with maildir-style mailboxes
in mutt and postfix?

your mutt-config should contain
some lines like these

Code:


set mbox="~/.maildir"
set mbox_type="Maildir"
set folder=~/.maildir
set spoolfile=~/.maildir/inbox/



additionally your postfix main.cf file
should contain the statement

Code:


home_mailbox = .maildir/



(note the slash after the directory name, the path is
relative to the users $HOME)

after this postfix should deliver your mail into a
maildir-style directory in ~/.maildir and you should be
able to read it with mutt

Best regards

vicay
Back to top
View user's profile Send private message
activ
n00b
n00b


Joined: 17 Oct 2002
Posts: 49

PostPosted: Tue Nov 05, 2002 8:32 pm    Post subject: Reply with quote

Thanks, I have the whole thing working now. I went on to install imap and squirrelmail and everything works fine now.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot 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