이 문제를 해결하려면 도움이 필요합니다.
postfix 및 dovecot 서버를 설정했지만 메일 클라이언트에 몇 가지 문제가 있습니다.
postfix 이메일을 받고 답장을 보낼 수 있습니다. 내 Android 휴대폰에서 메일 클라이언트를 설정할 수 없습니다.
다음은 mail.log입니다.
__________________________________
May 4 11:23:08 xxxxx dovecot: imap-login: Login: user=<coffee>, method=PLAIN, rip=136.228.129.92, lip=159.223.68.93, mpid=45086, TLS, session=<UhCI2S3eNuuI5IFc>
May 4 11:23:08 xxxxx dovecot: imap(coffee)<45086><UhCI2S3eNuuI5IFc>: Debug: Effective uid=1000, gid=1000, home=/home/coffee
May 4 11:23:08 xxxxx dovecot: imap(coffee)<45086><UhCI2S3eNuuI5IFc>: Debug: Namespace inbox: type=private, prefix=, sep=, inbox=yes, hidden=no, list=yes, subscriptions=yes location=maildir:~/Maildir
May 4 11:23:08 xxxxx dovecot: imap(coffee)<45086><UhCI2S3eNuuI5IFc>: Debug: maildir++: root=/home/coffee/Maildir, index=, indexpvt=, control=, inbox=/home/coffee/Maildir, alt=
May 4 11:23:08 xxxxx dovecot: imap(coffee)<45086><UhCI2S3eNuuI5IFc>: Connection closed (No commands sent) in=0 out=388 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
----------------------------
Below are the message from status of dovecot :
May 04 11:23:08 xxxxx dovecot[44982]: imap-login: Login: user=<coffee>, method=PLAIN, rip=136.228.129.92, lip=159.223.68.93, mpid=45086, TLS, session=<UhCI2S3eNuuI5IFc>
May 04 11:23:08 xxxxx dovecot[44982]: imap(coffee)<45086><UhCI2S3eNuuI5IFc>: Debug: Effective uid=1000, gid=1000, home=/home/coffee
May 04 11:23:08 xxxxx dovecot[44982]: imap(coffee)<45086><UhCI2S3eNuuI5IFc>: Debug: Namespace inbox: type=private, prefix=, sep=, inbox=yes, hidden=no, list=yes, subscriptions=yes location=maildir:~/Maildir
May 04 11:23:08 xxxxx dovecot[44982]: imap(coffee)<45086><UhCI2S3eNuuI5IFc>: Debug: maildir++: root=/home/coffee/Maildir, index=, indexpvt=, control=, inbox=/home/coffee/Maildir, alt=
May 04 11:23:08 xxxxx dovecot[44982]: imap(coffee)<45086><UhCI2S3eNuuI5IFc>: Connection closed (No commands sent) in=0 out=388 deleted=0 expunged=0 trashed=0 hdr_count=0 hdr_bytes=0 body_count=0 body_bytes=0
___________________________________________________
그리고 내 Android 휴대폰에 새 계정을 추가하고 메일 클라이언트 앱을 클릭하여 로그인해 보았습니다.
보내는 서버 설정을 확인하세요....
그러다가 1~2초 후에 다시 돌아옵니다. 완료할 수 없습니다. 서버에 연결할 수 없습니다.
내 이메일은 trade.asia 커피입니다.
나는 정말로 당신의 도움이 필요합니다.
제 질문을 봐주셔서 감사합니다. 경의를 표해 주셔서 감사합니다.
충링
답변1
마침내 문제를 발견했습니다. 이는 first_valid_UID
의 설정 이며 dovecot
기본값은 입니다 first_valid_UID = 500
.
으로 변경했습니다 first_valid_UID = 10
. 이로 인해 문제가 해결되었습니다.