Alessandro Vesely writes:

SMTP provides for:

    address-literal  = "[" ( IPv4-address-literal /
                     IPv6-address-literal /
                     General-address-literal ) "]"
                     ; See Section 4.1.3

    Mailbox        = Local-part "@" ( Domain / address-literal )

However, Courier gives a syntax error:

    >>> rcpt to:<postmaster@[127.0.0.1]>
    <<< 513 Syntax error.

Has it always been so?  Why?

Courier should accept postmaster@[ipaddress], where ipaddress matches the connection's IP address. It won't accept any other IP address.

Attachment: pgpbvYdAKV_LL.pgp
Description: PGP signature

------------------------------------------------------------------------------
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to