See Below
On Fri, Aug 19, 2011 at 11:43 AM, Mark Sapiro <[email protected]> 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 ([email protected] or [email protected]. > > > >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 <[email protected]> The highway is for gamblers, > San Francisco Bay Area, California better use your sense - B. Dylan > > Jack W. Barnes, CNE Head Network Administrator CCSU [email protected] 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 [email protected] 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/archive%40jab.org
