Hello Robert, Yes, postfix is my running mailserver. I issued maildirmake indeed as root, however when I did chown mirko Maildir and postfix reloadI still get the "Please contact your system administrator and report the following error: Fatal error: Permission denied " I'm not aware that I use the "virtual" engine for mail delivery. I will include some config files:
Can you notice wrong settings? Thanks, Mirko lada:/etc/postfix# vi main.cf # see /usr/share/postfix/main.cf.dist for a commented, fuller # version of this file. # Do not change these directory settings - they are critical to Postfix # operation. command_directory = /usr/sbin daemon_directory = /usr/lib/postfix program_directory = /usr/lib/postfix smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) setgid_group = postdrop biff = no # appending .domain is the MUA's job. append_dot_mydomain = no myhostname = mirkonet.nl alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases home_mailbox = Maildir/ myorigin = /etc/mailname mydestination = lada.mirkonet.nl, mirkonet.nl, localhost relayhost = mynetworks = 127.0.0.0/8 mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 recipient_delimiter = + lada:/etc/squirrelmail# vi config.php <?php /** * SquirrelMail Configuration File * Created using the configure script, conf.pl */ $config_version = '1.2.0'; $config_use_color = 1; $org_name = "SquirrelMail"; $org_logo = '../images/sm_logo.png'; $org_logo_width = '308'; $org_logo_height = '111'; $org_title = "SquirrelMail $version"; $signout_page = ''; $frame_top = '_top'; $motd = ""; $squirrelmail_default_language = 'en_US'; $domain = 'mirkonet.nl'; $imapServerAddress = 'localhost'; $imapPort = 143; $useSendmail = false; $smtpServerAddress = 'localhost'; $smtpPort = 25; $sendmail_path = '/usr/sbin/sendmail'; $use_authenticated_smtp = false; $pop_before_smtp = false; $imap_server_type = 'courier'; $invert_time = false; $optional_delimiter = '.'; $default_folder_prefix = 'INBOX.'; $trash_folder = 'Trash'; $sent_folder = 'Sent'; $draft_folder = 'Drafts'; $default_move_to_trash = true; $default_move_to_sent = true; $default_save_as_draft = true; $show_prefix_option = false; $list_special_folders_first = true; $use_special_folder_color = true; $auto_expunge = true; $default_sub_of_inbox = false; $show_contain_subfolders_option = false; $default_unseen_notify = 2; $default_unseen_type = 1; $auto_create_special = true; $delete_folder = false; $default_charset = 'iso-8859-1'; $data_dir = '/var/lib/squirrelmail/data/'; $attachment_dir = "/var/spool/squirrelmail/attach/"; $dir_hash_level = 0; $default_left_size = '150'; $force_username_lowercase = true; $default_use_priority = true; $hide_sm_attributions = false; $default_use_mdn = true; $edit_identity = true; $edit_name = true; $allow_thread_sort = false; $allow_server_sort = false; > Hello Robert, > > -Yes, I included home_mailbox = Maildir/ without the quotes > -Yes, I still can receive Email in /var/mail/ > > I removed my complete user on the system and put it back. > Now I also have a new problem in squirrelmail, it cannot create > directories, there is in the top left: "Please contact your system > administrator and report the following error:Fatal error: Permission > denied" although I create the folder Maildir with maildirmake. Did you run maildirmake as root? Did you remember to change the ownership to the real user? Are you /sure/ postfix is your running mail server? Are you using the "virtual" engine for mail delivery? -- Jonathan Angliss <[EMAIL PROTECTED]> ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelinesList Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=ane.mail.squirrelmail.userList Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
