현재 Dovecot을 사용하여 Postfix를 설정하려고 하는데 뭔가 제대로 작동하지 않는 것 같습니다.
어떤 이유에서인지 내 메일 계정으로 보낸 메시지가 로그에는 표시되지만 해당 메일함으로 리디렉션되지는 않습니다. 로그에는 오류가 표시되지 않으므로 문제가 어디에 있는지 거의 알 수 없습니다. 또한 어떤 시점에서도 서버를 설정하지 않았으므로 여기서 무엇을 놓치고 있는지 실제로 알 수 없습니다.
나에게 몇 가지 조언을 주실 수 있기를 바랍니다.
편집 : 나는 또한 사용하고 있습니다프런트엔드 웹 인터페이스로그인할 수는 있지만 인터페이스에는 메일이 표시되지 않습니다.
나무 꼭대기
root /var/customers/mail/webmail/mail.domain.net/server/Maildir # tree -aps
.
|-- [drwx------ 4096] .Drafts
| |-- [drwx------ 4096] cur
| |-- [-rw------- 51] dovecot-uidlist
| |-- [-rw------- 248] dovecot.index.log
| |-- [-rw------- 0] maildirfolder
| |-- [drwx------ 4096] new
| `-- [drwx------ 4096] tmp
|-- [drwx------ 4096] .Sent
| |-- [drwx------ 4096] cur
| |-- [-rw------- 51] dovecot-uidlist
| |-- [-rw------- 248] dovecot.index.log
| |-- [-rw------- 0] maildirfolder
| |-- [drwx------ 4096] new
| `-- [drwx------ 4096] tmp
|-- [drwx------ 4096] .Spam
| |-- [drwx------ 4096] cur
| |-- [-rw------- 51] dovecot-uidlist
| |-- [-rw------- 248] dovecot.index.log
| |-- [-rw------- 0] maildirfolder
| |-- [drwx------ 4096] new
| `-- [drwx------ 4096] tmp
|-- [drwx------ 4096] .Trash
| |-- [drwx------ 4096] cur
| |-- [-rw------- 51] dovecot-uidlist
| |-- [-rw------- 156] dovecot.index.log
| |-- [-rw------- 0] maildirfolder
| |-- [drwx------ 4096] new
| `-- [drwx------ 4096] tmp
|-- [drwx------ 4096] cur
|-- [-rw------- 51] dovecot-uidlist
|-- [-rw------- 8] dovecot-uidvalidity
|-- [-r--r--r-- 0] dovecot-uidvalidity.55020f8f
|-- [-rw------- 432] dovecot.index.log
|-- [-rw------- 96] dovecot.mailbox.log
|-- [drwx------ 4096] new
|-- [-rw------- 23] subscriptions
`-- [drwx------ 4096] tmp
19 directories, 18 files
메일로그
Mar 13 00:53:41 v220110897556081 postfix/pickup[12736]: 06AE0736F6C5: uid=0 from=<root>
Mar 13 00:53:41 v220110897556081 postfix/cleanup[15499]: 06AE0736F6C5: message-id=<[email protected]>
Mar 13 00:53:41 v220110897556081 postfix/qmgr[12737]: 06AE0736F6C5: from=<[email protected]>, size=443, nrcpt=1 (queue active)
Mar 13 00:53:41 v220110897556081 postfix/trivial-rewrite[15500]: warning: do not list domain mail.domain.net in BOTH mydestination and virtual_mailbox_domains
Mar 13 00:53:41 v220110897556081 postfix/local[15503]: warning: database /etc/aliases.db is older than source file /etc/aliases
Mar 13 00:53:41 v220110897556081 postfix/local[15503]: 06AE0736F6C5: to=<[email protected]>, relay=local, delay=0.03, delays=0.02/0.01/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Mar 13 00:53:41 v220110897556081 postfix/qmgr[12737]: 06AE0736F6C5: removed
미팅 후 - Mf
smtp inet n - - - - smtpd
pickup fifo n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr fifo n - n 300 1 qmgr
tlsmgr unix - - - 1000? 1 tlsmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
proxywrite unix - - n - 1 proxymap
smtp unix - - - - - smtp
relay unix - - - - - smtp
showq unix n - - - - showq
error unix - - - - - error
retry unix - - - - - error
discard unix - - - - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - - - - lmtp
anvil unix - - - - 1 anvil
scache unix - - - - 1 scache
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail
($recipient)
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender
$recipient
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store
${nexthop} ${user} ${extension}
mailman unix - n n - - pipe
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
${nexthop} ${user}
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}
답변1
local_transport = local
로그에 표시된 기본값이 있을 수 있습니다.이메일로 전송됨.
지역 배송으로 postfix
사용되는 운송 수단을 알려주셔야 합니다 . dovecot
다음과 같이 이 작업을 수행할 수 있습니다.
파일을 편집 main.cf
하고 다음 줄을 포함하도록 수정합니다.
local_transport = virtual
virtual_transport = dovecot
postfix
새 구성을 활성화하려면 다시 로드하는 것을 잊지 마세요 .