Hi,
i'm trying to achieve a local smtp server without authentication that
can relay to external smtp (that require auth with TLS) for sending
email from some monitoring/alerting software that i had on my local
lan.

this is my simple configuration:

server.tab
"RootDomain" "xmailserver.test"
"SmtpServerDomain"   "xmailserver.test"
"POP3Domain" "xmailserver.test"
"HeloDomain" "xmailserver.test"
"PostMaster" "r...@xmailserver.test"
"ErrorsAdmin"        "r...@xmailserver.test"
"DefaultSMTPGateways"        "smtp.google.com:587"
"RemoveSpoolErrors"  "0"
"Pop3LogPasswd"      "0"
"MaxMTAOps"  "16"
"ReceivedHdrType"    "0"
"FetchHdrTags"       "+X-Deliver-To,+Received,To,Cc"
"SmtpGwConfig"       "NeedTLS=2"
"DefaultSmtpPerms"   "MRVZ"

smtpfwd.tab
"*" "smtp.google.com:587"        "NeedTLS=2"

userauth/smtp/smtp.gmail.com.tab
"plain" "acco...@gmail.com"      "mypass"


i have a problem, it isn't able to relay mail to gmail, this is what i have got:

SMAIL SMTP-Send FWD = "smtp.google.com:587" SMTP = "xmailserver.test"
>From = "acco...@gmail.com" To = "acco...@gmail.com"
<<
ErrCode   = -152
ErrString = End of socket stream data
SMAIL SMTP-Send FWD = "smtp.google.com:587" SMTP = "xmailserver.test"
>From = "acco...@gmail.com" To = "acco...@gmail.com" Failed !
SMTP-Error = "417 Temporary delivery error"
SMTP-Server = "smtp.google.com:587"
>>

Any help?

Thanks


------------------------------------
Marco Sommella
marco.somme...@gmail.com
------------------------------------
_______________________________________________
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

Reply via email to