############################################################################### # Smtp.lng (Smtp server text definitions) # ############################################################################### # YaBB: Yet another Bulletin Board # # Open-Source Community Software for Webmasters # # Version: YaBBForum 3.0 # # Packaged: July 26, 2026 # # Distributed by: https://yabbforum.nz # # =========================================================================== # # Copyright (c) 2000-2026 YaBB (yabbforum.nz) - All Rights Reserved. # # Software by: The YaBB Development Team # # with assistance from the YaBB community. # ############################################################################### $smtplngver = 'YaBBForum 3.0'; %smtp_txt = ( '1' => "SERVER ERROR:Could not find $smtpaddr", '2' => 'SERVER ERROR: Could not open a socket connection', '3' => "SERVER ERROR: Could not connect to $smtpaddr at port $port", '4' => 'SYSTEM ERROR: The To address is empty', '5' => 'Mail Server communication log:', 'no_to' => 'The 'To' variable (recipient address) is empty and is needed in the SMTP protocol', 'no_from' => 'The 'From' variable (sender address) is empty and is needed in the SMTP protocol', '211' => 'System status, or system help reply', '214' => 'Help message', '220' => ' Service ready', '221' => ' Service closing transmission channel', '250' => 'Requested mail action okay, completed', '251' => 'User not local: will forward to ', '354' => 'Start mail input: end with .', '421' => ' Service not available', '432' => 'A password transition is needed', '450' => 'Requested mail action not taken: mailbox unavailable', '451' => 'Requested action aborted: local error in processing', '452' => 'Requested action not taken: insufficient system storage', '454' => 'Temporary authentication failure', '500' => 'Syntax error, command unrecognized', '501' => 'Invalid mail recipient. Relay requires SMTP AUTH', '502' => 'Command not implemented', '503' => 'Bad sequence of commands', '504' => 'Command parameter or authorization type not implemented', '530' => 'Authentication required', '534' => 'Authentication mechanism is too weak', '538' => 'Encryption required for requested authentication mechanism', '535' => 'Authentication failed', '550' => 'Requested action not taken: mailbox or user unavailable', '551' => 'User not local: please try ', '552' => 'Requested mail action aborted: exceeded storage allocation', '553' => 'Requested action not taken: mailbox name not allowed', '554' => 'Transaction failed', '555' => 'Member', ); 1;