]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation.
authoreldy <>
Mon, 17 Nov 2003 05:12:55 +0000 (05:12 +0000)
committereldy <>
Mon, 17 Nov 2003 05:12:55 +0000 (05:12 +0000)
wwwroot/cgi-bin/lib/status_smtp.pm

index 1ebaf24551f5d10674a87e7f1bd8cdc07c272123..6e3c7785cb00abde3623e8a5b338dff5cc1dc3b4 100644 (file)
 '354'=>'Start mail input and end with <CRLF>.<CRLF>',  # Indicates mail server is ready to accept the message or instruct your mail client to send the message body after the mail server have received the message headers.\r
 #[Temporary error code] Ask sender to try later to complete successfully
 '421'=>'<domain> Service not available, closing transmission channel', # This may be a reply to any command if the service knows it must shut down.\r
-'450'=>'Requested mail action not taken: mailbox busy or access denied',       # Your ISP mail server indicates that an email address does not exist or the mailbox is busy. It could be the network connection went down while sending, or it could also happen if the remote mail server does not want to accept mail from you for some reason i.e. (IP address, From address, Recipient, etc.)
+'450'=>'Requested mail action not taken: mailbox busy, DNS check failed or access denied for other reason',    # Your ISP mail server indicates that an email address does not exist or the mailbox is busy. It could be the network connection went down while sending, or it could also happen if the remote mail server does not want to accept mail from you for some reason i.e. (IP address, From address, Recipient, etc.)
 '451'=>'Requested mail action aborted: error in processing',   # Your ISP mail server indicates that the mailing has been interrupted, usually due to overloading from too many messages or transient failure is one in which the message sent is valid, but some temporary event prevents the successful sending of the message. Sending in the future may be successful.\r
 '452'=>'Requested mail action not taken: insufficient system storage', # Your ISP mail server indicates, probable overloading from too many messages and sending in the future may be successful.\r
 '453'=>'Too many messages',    # Some mail servers have the option to reduce the number of concurrent connection and also the number of messages sent per connection. If you have a lot of messages queued up it could go over the max number of messages per connection. To see if this is the case you can try submitting only a few messages to that domain at a time and then keep increasing the number until you find the maximum number accepted by the server.\r
+
+# Postfix code for unknown_client_reject_code (postfix default=450) with reject_unknown_clients rule
+'470'=>'Access denied: Unknown SMTP client hostname (without DNS A or MX record)',\r
+# Postfix code for unknown_address_reject_code (postfix default=450) with reject_unknown_sender_domain rule
+'471'=>'Access denied: Unknown domain for sender or recipient email address (without DNS A or MX record)',\r
+
 #[Permanent error code]
 '500'=>'Syntax error, command unrecognized or command line too long',\r
 '501'=>'Syntax error in parameters or arguments',\r
 '504'=>'Command parameter not implemented',\r
 '521'=>'<domain> does not accept mail or closing transmission channel', # You must be pop-authenticated before you can use this SMTP server and you must use your mail address for the Sender/From field.\r
 '530'=>'Access denied', # a Sendmailism ?\r
-'550'=>'Requested mail action not taken (Relaying not allowed, Unknown recipient user, ...)',  # Sending an email to recipients outside of your domain are not allowed or your mail server does not know that you have access to use it for relaying messages and authentication is required. Or to prevent the sending of SPAM some mail servers will not allow (relay) send mail to any e-mail using another company\92s network and computer resources.
+'550'=>'Requested mail action not taken: relaying not allowed, unknown recipient user, ...',   # Sending an email to recipients outside of your domain are not allowed or your mail server does not know that you have access to use it for relaying messages and authentication is required. Or to prevent the sending of SPAM some mail servers will not allow (relay) send mail to any e-mail using another company\92s network and computer resources.
 '551'=>'User not local: please try <forward-path> or Invalid Address: Relay request denied',\r
 '552'=>'Requested mail action aborted: exceeded storage allocation',   # ISP mail server indicates, probable overloading from too many messages.
 '553'=>'Requested mail action not taken: mailbox name not allowed',    # Some mail servers have the option to reduce the number of concurrent connection and also the number of messages sent per connection. If you have a lot of messages queued up (being sent) for a domain, it could go over the maximum number of messages per connection and/or some change to the message and/or destination must be made for successful delivery.\r
 '554'=>'Requested mail action rejected: access denied',
 '557'=>'Too many duplicate messages', # Resource temporarily unavailable Indicates (probable) that there is some kind of anti-spam system on the mail server.\r
 
-# Postfix code for access_map_reject_code (postfix default=554) with access_map_reject_code rule
+# Postfix code for access_map_reject_code (postfix default=554) with access map rule
 '570'=>'Access denied: access_map violation (on SMTP client or HELO hostname, sender or recipient email address)',\r
-# Postfix code for maps_rbl_reject_code (postfix default=554) with maps_rbl_code rule
+# Postfix code for maps_rbl_reject_code (postfix default=554) with maps_rbl_domains rule
 '571'=>'Access denied: SMTP client listed in RBL',\r
 # Postfix code for relay_domains_reject_code (postfix default=554) with relay_domains_reject rule
 '572'=>'Access denied: Relay not authorized or not local host not a gateway',\r