- 論壇徽章:
- 4
|
問題描述:他們使用的認(rèn)證用戶數(shù)據(jù)來自于openldap,當(dāng)將郵件設(shè)置到home目錄后,一切正常,然后放到/var/spool/mail,就提示權(quán)限不正確!
Mar 22 16:58:14 mycompany dovecot: imap-login: Login: user=<jazz>, method=PLAIN, rip=10.1.1.1, lip=10.1.1.2, TLS
Mar 22 16:58:14 mycompany dovecot: IMAP(jazz): open(/var/mail/jazz, O_CREAT) failed: Permission denied
Mar 22 16:58:14 mycompany dovecot: IMAP(jazz): access() failed with mbox file /var/mail/jazz: No such file or directory
Mar 22 16:58:14 mycompany dovecot: IMAP(jazz): stat() failed with mbox file /var/mail/jazz: No such file or directory
Mar 22 17:01:05 mycompany dovecot: IMAP(jazz): Disconnected: Logged out
我使用的用戶是JAZZ,使用TLS認(rèn)識(shí)成功,但open /var/mail/jazz 失敗,Permission denied,該怎樣設(shè)置權(quán)限呢 |
|