LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ubuntu user can't create mail directory (https://www.linuxquestions.org/questions/linux-newbie-8/ubuntu-user-cant-create-mail-directory-4175612348/)

muazzamazaz 08-21-2017 04:51 AM

ubuntu user can't create mail directory
 
At ubunut 14.04 I can create user but it didn't create mail directory

Postfix conf is:

Code:

root@veezphone:~# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
home_mailbox = Maildir/
inet_interfaces = all
inet_protocols = ipv4
mailbox_size_limit = 0
message_size_limit = 20480000
mydestination = veezphone.com localhost.$mydomain $mydomain
myhostname = veezphone.com
mynetworks = 127.0.0.1, 62.75.170.62
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost =
smtp_host_lookup = native
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes
virtual_transport = dovecot
root@veezphone:~#


AwesomeMachine 08-21-2017 07:39 AM

I think you would set the system to make a mail directoryfor a new user in /etc/default/useradd.


All times are GMT -5. The time now is 04:50 AM.