Outgoing mail flow problem
I have setup mailman as our school districts list server. For email, we use Google and our domain is ccsuvt.org. The listserv is a subdomain named lists.ccsuvt.org. The problem that we are experiencing is that outgoing email is going to Google that returns a message that there is no user with that name.
At the same time, if I am a member of the list, I can send a posting to the list and all of the recipients receive it if they have an account with Google no matter what the domain (xxxxx@ccsuvt.org or xxxxx@gmail.com.
I must be missing something but I can't figure out why outgoing mail is even going to Google. We are using Postfix so is it a setting in Postfix? Is it a setting in our Google account?
Thanks for any help you could provide.
Jack W. Barnes, CNE Head Network Administrator CCSU jbarnes@ccsuvt.org Office 802-857-7000 Ext. 1039 Cell 802-318-0976 Fax 802-879-8197
CONFIDENTIAL COMMUNICATION. THIS MESSAGE MAY NOT BE FORWARDED.
The information contained in this communication, including any attachments, is confidential,constitutes privileged communication, and is intended only for the use of the addressee. This message may not be forwarded without prior consent from the sender. The information in this e-mail is also protected by the rights afforded under Family Educational Rights and Privacy Act (FERPA) and school district policies. Any unauthorized use, forwarding, distribution,disclosure, printing or copying is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately at 802-857-7000 x1234 or return e-mail,and delete any copies of this message immediately. Any inadvertent disclosure of this communication shall not compromise the confidential nature of the communication.
What is your nslookup querying your MX record?
nslookup set q=MX ccsuvt.org
What do you get?
----- Original Message ----- From: "Jack Barnes" <jbarnes@ccsuvt.org> To: mailman-users@python.org Sent: Thursday, August 18, 2011 7:49:49 AM Subject: [Mailman-Users] Outgoing mail flow problem
I have setup mailman as our school districts list server. For email, we use Google and our domain is ccsuvt.org. The listserv is a subdomain named lists.ccsuvt.org. The problem that we are experiencing is that outgoing email is going to Google that returns a message that there is no user with that name.
At the same time, if I am a member of the list, I can send a posting to the list and all of the recipients receive it if they have an account with Google no matter what the domain (xxxxx@ccsuvt.org or xxxxx@gmail.com.
I must be missing something but I can't figure out why outgoing mail is even going to Google. We are using Postfix so is it a setting in Postfix? Is it a setting in our Google account?
Thanks for any help you could provide.
Jack W. Barnes, CNE Head Network Administrator CCSU jbarnes@ccsuvt.org Office 802-857-7000 Ext. 1039 Cell 802-318-0976 Fax 802-879-8197
CONFIDENTIAL COMMUNICATION. THIS MESSAGE MAY NOT BE FORWARDED.
The information contained in this communication, including any attachments, is confidential,constitutes privileged communication, and is intended only for the use of the addressee. This message may not be forwarded without prior consent from the sender. The information in this e-mail is also protected by the rights afforded under Family Educational Rights and Privacy Act (FERPA) and school district policies. Any unauthorized use, forwarding, distribution,disclosure, printing or copying is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately at 802-857-7000 x1234 or return e-mail,and delete any copies of this message immediately. Any inadvertent disclosure of this communication shall not compromise the confidential nature of the communication.
Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/ennis%40nmcourts.gov
Jack Barnes wrote:
I have setup mailman as our school districts list server. For email, we use Google and our domain is ccsuvt.org. The listserv is a subdomain named lists.ccsuvt.org.
Please see <http://wiki.list.org/display/DOC/Mailman+is+not+Listserv>.
The problem that we are experiencing is that outgoing email is going to Google that returns a message that there is no user with that name.
What is your Mailman setting for SMTPHOST? Is it the default 'localhost' or have you overridden it in mm_cfg.py?
At the same time, if I am a member of the list, I can send a posting to the list and all of the recipients receive it if they have an account with Google no matter what the domain (xxxxx@ccsuvt.org or xxxxx@gmail.com.
I must be missing something but I can't figure out why outgoing mail is even going to Google. We are using Postfix so is it a setting in Postfix? Is it a setting in our Google account?
Either SMTPHOST is set to a Google server in mm_cfg.py or it is Postfix. What is the output from 'postconf -n'?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
See Below
On Fri, Aug 19, 2011 at 11:43 AM, Mark Sapiro <mark@msapiro.net> wrote:
Jack Barnes wrote:
I have setup mailman as our school districts list server. For email, we use Google and our domain is ccsuvt.org. The listserv is a subdomain named lists.ccsuvt.org.
Please see <http://wiki.list.org/display/DOC/Mailman+is+not+Listserv>.
The problem that we are experiencing is that outgoing email is going to Google that returns a message that there is no user with that name.
What is your Mailman setting for SMTPHOST? Is it the default 'localhost' or have you overridden it in mm_cfg.py?
*Postfix *
At the same time, if I am a member of the list, I can send a posting to the list and all of the recipients receive it if they have an account with Google no matter what the domain (xxxxx@ccsuvt.org or xxxxx@gmail.com.
I must be missing something but I can't figure out why outgoing mail is even going to Google. We are using Postfix so is it a setting in Postfix? Is it a setting in our Google account?
Either SMTPHOST is set to a Google server in mm_cfg.py or it is Postfix. What is the output from 'postconf -n'?
*]# postconf -n *
*alias_database = hash:/etc/mailman/aliases *
*alias_maps = hash:/etc/mailman/aliases *
*command_directory = /usr/sbin *
*config_directory = /etc/postfix *
*daemon_directory = /usr/libexec/postfix *
*debug_peer_level = 2 *
*default_destination_concurrency_limit = 5 *
*html_directory = no *
*inet_interfaces = $myhostname, localhost *
*mail_owner = postfix *
*mailq_path = /usr/bin/mailq.postfix *
*manpage_directory = /usr/share/man *
*mydestination = $myhostname, localhost.$mydomain, localhost *
*myhostname = lists.ccsuvt.org *
*newaliases_path = /usr/bin/newaliases.postfix *
*queue_directory = /var/spool/postfix *
*readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES *
*relay_destination_concurrency_limit = 1 *
*relayhost = [smtp.gmail.com]:587 *
*sample_directory = /usr/share/doc/postfix-2.3.3/samples *
*sendmail_path = /usr/sbin/sendmail.postfix *
*setgid_group = postdrop *
*smtp_connection_cache_destinations = smtp.gmail.com *
*smtp_sasl_auth_enable = yes *
*smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd *
*smtp_sasl_security_options = noanonymous *
*smtp_sasl_tls_security_options = noanonymous *
*smtp_tls_cert_file = /etc/postfix/postfixclient.pem *
*smtp_tls_enforce_peername = no *
*smtp_tls_key_file = /etc/postfix/postfixclient.key *
*smtp_tls_note_starttls_offer = yes *
*smtp_tls_scert_verifydepth = 5 *
*smtp_use_tls = yes *
*smtpd_tls_ask_ccert = yes *
*smtpd_tls_req_ccert = no *
*soft_bounce = yes *
*tls_random_source = dev:/dev/urandom *
*unknown_local_recipient_reject_code = 550 *
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Jack W. Barnes, CNE Head Network Administrator CCSU jbarnes@ccsuvt.org Office 802-857-7000 Ext. 1039 Cell 802-318-0976 Fax 802-879-8197
CONFIDENTIAL COMMUNICATION. THIS MESSAGE MAY NOT BE FORWARDED.
The information contained in this communication, including any attachments, is confidential,constitutes privileged communication, and is intended only for the use of the addressee. This message may not be forwarded without prior consent from the sender. The information in this e-mail is also protected by the rights afforded under Family Educational Rights and Privacy Act (FERPA) and school district policies. Any unauthorized use, forwarding, distribution,disclosure, printing or copying is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately at 802-857-7000 x1234 or return e-mail,and delete any copies of this message immediately. Any inadvertent disclosure of this communication shall not compromise the confidential nature of the communication.
Jack Barnes wrote:
*]# postconf -n *
[...]
*relayhost = [smtp.gmail.com]:587 *
The above tells Postfix to relay all non-local mail via smtp.gmail.com. It appears that Postfix is configured to authenticate to smtp.gmail.com (see below), but it seems that authentication is failing so that server will only accept mail for its local users.
You could remove the above and let Postfix deliver directly to the recipient MX servers, but presumably you don't want to do that.
[...]
*smtp_sasl_auth_enable = yes *
*smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd *
*smtp_sasl_security_options = noanonymous *
Here you may want
smtp_sasl_security_options = noanonymous, noplaintext
to prevent plaintext passwords being sent over unencrypted connections.
*smtp_sasl_tls_security_options = noanonymous *
The above smtp_sasl_* settings all look OK. Do you have an entry of the form
[smtp.gmail.com]:587 valid_user:valid_password
in /etc/postfix/sasl_passwd and have you run postmap to update /etc/postfix/sasl_passwd.db?
If so, I don't know what the problem is. Do you see any "SASL authentication failure:" messages in the postfix log (/var/log/maillog?).
Also, see <http://www.postfix.org/SASL_README.html#client_sasl>.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (3)
-
Ennis Ibarra
-
Jack Barnes
-
Mark Sapiro