Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion ..::Maildir question::..

Received: by 10.68.238.67 with SMTP id vi3mr6682521pbc.6.1337357514320;
        Fri, 18 May 2012 09:11:54 -0700 (PDT)
Path: pr3ni1714pbb.0!nntp.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!csnews.cs.nctu.edu.tw!news.cs.nctu.edu.tw!FreeBSD.cs.nctu.edu.tw!postfix.org!owner-postfix-users
From: are...@ibossmonitor.com (Alfonso Alejandro Reyes Jimenez)
Newsgroups: mailing.postfix.users
Subject: Re: ..::Maildir question::..
Date: Fri, 18 May 2012 11:11:22 -0500
Organization: NCTU CS FreeBSD Server
Lines: 85
Sender: n...@FreeBSD.cs.nctu.edu.tw
Message-ID: <mailpost.1337357513.6949219.87952.mailing.postfix.users@FreeBSD.cs.nctu.edu.tw>
References: <20120518153534.GR17874@charite.de>
NNTP-Posting-Host: localhost
Mime-Version: 1.0
X-Trace: FreeBSD.cs.nctu.edu.tw 1337357513 98242 127.0.0.1 (18 May 2012 16:11:53 GMT)
X-Complaints-To: usenet@FreeBSD.cs.nctu.edu.tw
NNTP-Posting-Date: Fri, 18 May 2012 16:11:53 +0000 (UTC)
X-Received-Bytes: 4028
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

I'm sorry you are right, I totally forgot that information.

Here it is:

[root@mail postfix]# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
disable_vrfy_command = yes
html_directory = no
inet_interfaces = all
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailbox_size_limit = 524288000
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
masquerade_domains = mydomain.com
message_size_limit = 5242880
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = mydomain.com
myhostname = mydomain.com
mynetworks = 127.0.0.0/8, 10.1.8.27/32, 10.1.8.23/32, 172.16.18.101/32
myorigin = ibossmonitor.com
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
sample_directory = /usr/share/doc/postfix-2.3.3/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_generic_maps = hash:/etc/postfix/generic
smtp_host_lookup = native,dns
smtp_tls_note_starttls_offer = yes
smtp_use_tls = yes
smtpd_banner = $myhostname Microsoft ESMTP MAIL Service ready (decoy :) )
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_mynetworks, 
permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = inet:127.0.0.1:12345
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_login_maps = pcre:/etc/postfix/sender_login.pcre
smtpd_sender_restrictions = 
reject_authenticated_sender_login_mismatch,check_client_access 
hash:/etc/postfix/client_access
smtpd_tls_CAfile = /etc/postfix/cert/cacert.pem
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/postfix/cert/smtpd.crt
smtpd_tls_key_file = /etc/postfix/cert/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_security_level = may
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550

Thanks.

On 5/18/12 10:35 AM, Ralf Hildebrandt wrote:
> * Alfonso Alejandro Reyes Jimenez<are...@ibossmonitor.com>:
>> Hi Everyone.
>>
>> I have a question.
>>
>> We have a postfix server, it works great. All the users on that
>> postfix are added without home directory, we need to change the mbox
>> default to maildir in order to have dovecot working with IMAP.
>>
>> We just changed the home_mailbox = Mailbox command to home_mailbox =
>> Maildir/. The problem is that postfix is trying to use the home
>> directory of those users to store the mail directory. The question
>> is:
>>
>> Is there some way to change the mail directory of every user to
>> /var/spool/mail/user/ ?? If so how can we do that?
> Sure, but since you forgot to post "postconf -n" output it's hard to
> know how you configured things!
>