Procedural File: SMTP.php

Source Location: /SMTP.php



Classes:

Page Details:

SMTP

Tags:


Includes:
require_once('SMTP_Server_Log.php') [line 86]
require_once('SMTP_Server.php') [line 91]
require_once('SMTP_Server_Relay.php') [line 90]
require_once('SMTP_Server_Session.php') [line 88]
require_once('SMTP_Server_Socket.php') [line 87]
require_once('SMTP_Server_Relay_Session.php') [line 89]


SMTP_211

[line 41]

SMTP_211 = '211 System status, or system help reply'

SMTP response codes

[ Top ]

SMTP_214

[line 42]

SMTP_214 = '214 Help message'

[ Top ]

SMTP_220

[line 43]

SMTP_220 = '220 Service ready'

[ Top ]

SMTP_221

[line 44]

SMTP_221 = '221 Service closing transmission channel'

[ Top ]

SMTP_235

[line 45]

SMTP_235 = '235 Authentication successful'

[ Top ]

SMTP_250

[line 46]

SMTP_250 = '250 Requested mail action okay, completed'

[ Top ]

SMTP_251

[line 47]

SMTP_251 = '251 User not local'

[ Top ]

SMTP_354

[line 50]

SMTP_354 = '354 Start mail input; end with <CRLF>.<CRLF>'

[ Top ]

SMTP_421

[line 53]

SMTP_421 = '421 Service not available,'

[ Top ]

SMTP_450

[line 54]

SMTP_450 = '450 Requested mail action not taken: mailbox unavailable'

[ Top ]

SMTP_451

[line 55]

SMTP_451 = '451 Requested action aborted: error in processing'

[ Top ]

SMTP_452

[line 56]

SMTP_452 = '452 Requested action not taken: insufficient system storage'

[ Top ]

SMTP_500

[line 59]

SMTP_500 = '500 Syntax error, command unrecognized'

[ Top ]

SMTP_501

[line 60]

SMTP_501 = '501 Syntax error in parameters or arguments'

[ Top ]

SMTP_502

[line 61]

SMTP_502 = '502 Command not implemented'

[ Top ]

SMTP_503

[line 62]

SMTP_503 = '503 Bad sequence of commands'

[ Top ]

SMTP_504

[line 63]

SMTP_504 = '504 Command parameter not implemented'

[ Top ]

SMTP_535

[line 64]

SMTP_535 = '535 Authentication failed'

[ Top ]

SMTP_550

[line 65]

SMTP_550 = '550 Requested action not taken: mailbox unavailable'

[ Top ]

SMTP_551

[line 66]

SMTP_551 = '551 User not local'

[ Top ]

SMTP_552

[line 67]

SMTP_552 = '552 Requested mail action aborted: exceeded storage allocation'

[ Top ]

SMTP_553

[line 68]

SMTP_553 = '553 Requested action not taken: mailbox name not allowed'

[ Top ]

SMTP_554

[line 69]

SMTP_554 = '554 Transaction failed'

[ Top ]

SMTP_CHUNK_SIZE

[line 34]

SMTP_CHUNK_SIZE = 1024

[ Top ]

SMTP_CRITICAL

[line 76]

SMTP_CRITICAL = 1

[ Top ]

SMTP_DEBUG

[line 80]

SMTP_DEBUG = 5

[ Top ]

SMTP_ERROR

[line 77]

SMTP_ERROR = 2

[ Top ]

SMTP_INBOUND

[line 27]

SMTP_INBOUND = './inbound/'

Messages and storage

[ Top ]

SMTP_LOG

[line 75]

SMTP_LOG = './log/smtp.log'

Logging

[ Top ]

SMTP_LOG_LEVEL

[line 83]

SMTP_LOG_LEVEL = SMTP_DEBUG

[ Top ]

SMTP_MAX_SIZE

[line 31]

SMTP_MAX_SIZE = 2097152

[ Top ]

SMTP_NOTICE

[line 79]

SMTP_NOTICE = 4

[ Top ]

SMTP_OUTBOUND

[line 28]

SMTP_OUTBOUND = './outbound/'

[ Top ]

SMTP_WARNING

[line 78]

SMTP_WARNING = 3

[ Top ]



Documentation generated on Thu, 10 Apr 2008 02:41:55 -0500 by phpDocumentor 1.4.2