阿里云企業郵箱配置SMTP/MTA退信錯誤?阿里郵箱企業版報錯?
在使用阿里企業郵箱客戶端SMTP/MTA總結了下,有4大類錯誤:
526 Authentication failure[1] 認證失敗次數太多
526 Authentication failure[0] 認證失敗
524 username or passwd is NULL 賬號或密碼為空
523 cipher text is invalid base64 format 認證賬號和密碼需要base64加密
554 RCPT (account) dosn't exist 收件人不存在
501 \"MAIL FROM\" is non-local account 發件人郵箱不是本系統賬號(僅針對SMTP)
502 Mailfrom account is a local account 發件人是本系統賬號(僅針對MTA)
450 \"MAIL FROM\" mailbox unavailable 發件人郵箱不可用
440 mail from account doesn't conform with authentication 發件人賬號和認證賬號必須一樣
553 \"RCPT TO\" mailbox unavailable 收件人郵箱不可用
504 the number of RCPT attempts is achieved the maximum threshold 收件人錯誤數量次數太多
505 the total of RCPTs is achieved the maximum threshold 收件人數量超限
552 mailbox is full 收件人郵箱滿了
510 The length of DATA content is achieved the maximum threshold 郵件內容超限
510 The length of Attach is achieved the maximum threshold 附件內容超限
510 The number of attachments is achieved the maximum threshold 附件數量超限
551 virus infected mail rejected 郵件被檢測到含有病毒
541 This account isn't allowed to send email 發件人不允許發送郵件
542 This account isn't allowed to receive email 收件人不允許接收郵件
554 Reject by behaviour spam 發信行為被反垃圾攔截,請規范自己的發信行為
454 Transient reject by behaviour spam 發信被反垃圾臨時攔截,請相隔一段時間重試
554 Reject by content spam 郵件內容被反垃圾判為垃圾郵件,被拒
AuthAccount常見錯誤碼:
UC_OPER_NO_PERMISSION(無認證權限,例如運營商不匹配)
UC_LOGIN_SOURCE_NOT_ALLOWED(登錄源受限,比如關閉了pop協議,smtp協議)
UC_CLIENT_NON_SSL(標準協議非ssl端口錯誤)
UC_SECURITY_HIT_DB(撞庫)
UC_OUTER_IP(雙因素認證中,不允許第三方客戶端從外網登錄)
UC_ACCESS_IP_NOT_IN_ACCOUNT_ALLOWED_IPS(域設置了僅允許登錄ip白名單,用戶登錄ip不在白名單中)
UC_IP_FORBIDDEN(域設置了ip黑名單,登錄ip名字黑名單)
UC_ACCESS_OVER_FLOW(認證超頻)
UC_USER_WRONG_PASSWD(密碼錯誤)
UC_WRONG_PASSWORD_TOO_MANY_TIMES(密碼錯誤次數太多)
UC_INVALID_PARAMS(一般是用戶認證時只輸入了郵箱前綴)
UC_USER_FREEZED(賬號被凍結)
UC_DOMAIN_FREEZED(域被凍結)
UC_USER_ALIAS_NOT_EXIST 賬號別名不存在
UC_USER_NOT_EXIST 賬號不存在
UC_DOMAIN_ALIAS_NOT_EXIST 域別名不存在
UC_DOMAIN_NOT_EXIST 域名不存在
其他常見的公共錯誤碼
UC_INNER_ERROR (內部錯誤,需要用戶重試)
UC_UNKNOWN_FAILURE(內部錯誤,需要用戶重試)