Does anyone have experience with the SMTP server in Zotonic?
Michael Connors has been helping me with my blog, lloydrprentice.com. For some reason the contact function isn't working. Here's his note:
"Zotonic smtp server runs on 2525, and is running. If I use it directly in
telnet, the mail also disappears. It appears the issue is in the smtp
server, or something external."
We've checked for possible blacklisting, but the IP address is clean.
We're just checking here to determine if there are any known issues.
Many thanks,
Lloyd
*********************************************
My books:
THE GOSPEL OF ASHES
Strength is not enough. Do they have the courage and the
cunning? Can they survive long enough to save the lives
of millions - Coming Soon
FREEIN' PANCHO
It takes a community to help a troubled boy find his way
AYA TAKEO
Star-crossed love, war and power in an alternative universe
Available through Amazon or by request
from your favorite bookstore
Websites:
thegospelofashes.com
freeinpancho.com
ayatakeo.com
**********************************************
Is this for outgoing or incoming mail?
I've used it for outgoing without issues for some time now (6 months+)
with moderate traffic (~5 - 50 mails/day, by a quick estimate looking
over the logs).
This is running on a bit older version, though (from late october).
Hi Michael,What you test there is the incoming mail server. For the contact form you only need outgoing e-mail.Tomorrow I can give you the detailed config and some more explanation about the incoming server.
Look forward to the config and incoming info.
All the best,
Lloyd
%% SMTP outbound relay configuration% {smtp_relay, true},% {smtp_host, "localhost"},% {smtp_port, 2525},% {smtp_ssl, true},
%% SMTP extra relay options:%% some picky/buggy/misconfigured relays might need one of these to be enabled% {smtp_no_mx_lookups, false},% {smtp_verp_as_from, false},% {smtp_bounce_email_override, "m...@example.com"},
%% SMTP mail queue%% How long to keep sent messages in the mail queue (in minutes)%% Leave it long enough to receive any bounce message% {smtp_delete_sent_after, 240},
%% SMTP debug options%% Send a copy of outgoing mail to this address% {smtp_bcc, "bcc@localhost"},
%% Send all mail to this address instead of the original recipient% {email_override, "override@localhost"},
%% SMTP Inbound Server Options%% Always overruled by the environment variables ZOTONIC_SMTP_LISTEN_DOMAIN, ZOTONIC_SMTP_LISTEN_IP and ZOTONIC_SMTP_LISTEN_PORT% {smtp_listen_domain, undefined},% {smtp_listen_ip, "127.0.0.1"},% {smtp_listen_port, 2525},
Do we have documentation for the mailing list module anywhere?
LRP