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" "[email protected]" "ErrorsAdmin" "[email protected]" "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" "[email protected]" "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 = "[email protected]" To = "[email protected]" << ErrCode = -152 ErrString = End of socket stream data SMAIL SMTP-Send FWD = "smtp.google.com:587" SMTP = "xmailserver.test" >From = "[email protected]" To = "[email protected]" Failed ! SMTP-Error = "417 Temporary delivery error" SMTP-Server = "smtp.google.com:587" >> Any help? Thanks ------------------------------------ Marco Sommella [email protected] ------------------------------------ _______________________________________________ xmail mailing list [email protected] http://xmailserver.org/mailman/listinfo/xmail
