if i touch a file called /var/spool/arvind, then the mail is getting dumped as mailbox style mail else it sceams unable to open mailbox. postfix is taking no notice of the home_mailbox=Maildir/ parameter.
Feb 13 14:29:48 mail postfix/qmgr[13444]: 3BF92133F0: from=<[EMAIL PROTECTED]>, size=360, nrcpt=1 (queue active) Feb 13 14:29:48 mail maildrop[13480]: Unable to open mailbox. Feb 13 14:29:48 mail postfix/local[13479]: 3BF92133F0: to=<[EMAIL PROTECTED]>, orig_to=<arvind>, relay=local, delay=421, status=deferred (temporary failure. Command output: /usr/bin/maildrop: Unable to open mailbox. ) this is my master.cf file # postconf -n alias_database = hash:/etc/postfix/aliases alias_maps = hash:/etc/postfix/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_peer_level = 2 home_mailbox = Maildir/ inet_interfaces = all local_destination_concurrency_limit = 1 mail_owner = postfix mailbox_command = /usr/bin/maildrop mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man mydestination = $myhostname, localhost.$mydomain mydomain = mydomain.com myhostname = mail.mydomain.com mynetworks = 192.168.5.50, 192.168.5.171,127.0.0.0/8 newaliases_path = /usr/bin/newaliases.postfix queue_directory = /var/spool/postfix readme_directory = /etc/postfix/README_FILES sample_directory = /etc/postfix/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop unknown_local_recipient_reject_code = 450 Arvind ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
