Fedora 10 - virtual users,domains,postfix,courier,mysql HOWTO

Discussion in 'HOWTO-Related Questions' started by itd3pt, Feb 9, 2009.

  1. itd3pt

    itd3pt New Member

    Hi to all,
    I tried to follow this howto: http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-fedora-10
    and I installed all components except squirrelmail..

    I configured any accounts but from maillog I read:
    Seems a permission issue..
    Do you know how I can solve this?

    I hope this is the correct area to post this problem..

    Thanks in advance.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ls -la /var/spool/postfix
    ? Did you change the permissions of that directoy? What's in /etc/postfix/master.cf? Did you disable SELinux?
     
  3. itd3pt

    itd3pt New Member

    Code:
    [root@fedora10 ~]# ls -la /var/spool/postfix
    totale 64
    drwxr-xr-x 16 root    root     4096  6 feb 17:13 .
    drwxr-xr-x 18 root    root     4096  6 feb 20:32 ..
    drwx------  2 postfix root     4096 10 feb 17:58 active
    drwx------  2 postfix root     4096  6 feb 17:59 bounce
    drwx------  2 postfix root     4096 17 set 14:25 corrupt
    drwx------  2 postfix root     4096 17 set 14:25 defer
    drwx------  2 postfix root     4096 17 set 14:25 deferred
    drwx------  2 postfix root     4096 17 set 14:25 flush
    drwx------  2 postfix root     4096 17 set 14:25 hold
    drwx------  2 postfix root     4096 10 feb 17:58 incoming
    drwx-wx---  2 postfix postdrop 4096 17 set 14:25 maildrop
    drwxr-xr-x  2 root    root     4096  9 feb 13:50 pid
    drwx------  2 postfix root     4096 10 feb 17:58 private
    drwx--x---  2 postfix postdrop 4096 10 feb 17:58 public
    drwx------  2 postfix root     4096 17 set 14:25 saved
    drwx------  2 postfix root     4096 17 set 14:25 trace
    But now seems I solved the problem, I checked SELinux and I found it still enabled..

    Thanks a lot, falko..
     
  4. pixel.hu

    pixel.hu New Member

    maildir problem

    Hi!

    I have done your guide too, and at the end I seem to come up with a few problems.

    Squirrelmail responds like this after login:

    the main field:
    Error: Could not complete request.
    Query: SELECT "INBOX"
    Reason Given: Unable to open this mailbox.

    the left menu:
    ERROR: Connection dropped by IMAP server.
    Query: SUBSCRIBE "INBOX.Sent"

    I did the /src/configtest.php stuff with squirrel, but it says everything is ok.

    telnet localhost 25 runs fine too...

    And I dont seem to find any emails.
    I have sent a few to the account i created with mailx, but i can't find them anywhere. They are supposed to be in like /home/vmail/.... no?

    /var/log/maillog doesnt give ny other warning than
    a mail1 dccproc[2595]: no working DCC serversdcc1.dcc-servers.net .... at 127.0.0.1 but only one line. (Athough somehow it forgot it's dns servers at startup, had to input them by hand by the GUI tool later)

    Yours Sincererly

    Laszlo Balogh
     
  5. falko

    falko Super Moderator Howtoforge Staff

    There are no other errors in your mail log?
     

Share This Page