modified to get the EHLO domain from the path part of the URL instead of the
user name
This commit is contained in:
@@ -45,9 +45,9 @@ typedef enum {
|
||||
struct */
|
||||
struct smtp_conn {
|
||||
struct pingpong pp;
|
||||
char *domain; /* what to send in the EHLO */
|
||||
int eob; /* number of bytes of the EOB (End Of Body) that has been
|
||||
received thus far */
|
||||
char *domain; /* what to send in the EHLO */
|
||||
int eob; /* number of bytes of the EOB (End Of Body) that has been
|
||||
received thus far */
|
||||
smtpstate state; /* always use smtp.c:state() to change state! */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user