[Mailman-Users] Installing http://packages.ubuntu.com/zesty/mailman, stuck at "Temporary failure"

Caesar Samsi cmsamsi at hotmail.com
Thu Dec 22 16:21:22 EST 2016


[adding list back for archive]

I’ve also added:

POSTFIX_STYLE_VIRTUAL_DOMAINS = ['yugi.us<http://yugi.us>','mail.yugi.us<http://mail.yugi.us>']
VIRTUAL_MAILMAN_LOCAL_DOMAIN = ‘localhost'

Restarted mailman, postfix, and apache2.

I still get in /var/log/mail.log

Dec 22 12:17:50 localhost postfix/trivial-rewrite[6456]: warning: hash:/var/lib/mailman/data/virtual-mailman is unavailable. open database /var/lib/mailman/data/virtual-mailman.db: No such file or directory


On Dec 22, 2016, at 12:10 PM, Caesar Samsi <cmsamsi at hotmail.com<mailto:cmsamsi at hotmail.com>> wrote:

It’s mail.yugi.us<http://mail.yugi.us/>

On Dec 22, 2016, at 12:06 PM, Mark Sapiro <mark at msapiro.net<mailto:mark at msapiro.net>> wrote:

On 12/22/2016 11:24 AM, Caesar Samsi wrote:
*What is the value of the list's host_name attribute (near the bottom of
the list's web admin General Options page).
*

Overview of all yugi.us<http://yugi.us/> mailing lists
<http://yugi.us/cgi-bin/mailman/listinfo>


Go to <http://yugi.us/cgi-bin/mailman/admin/mailman>, log in and scroll
down until you see

Host name this list prefers for email.
(Details for host_name)

(about 5 settings from the bottom).  What is that set to?


*What's in mm_cfg.py? (Make sure you're looking at the correct one.)*
...
#-------------------------------------------------------------
# Default domain for email addresses of newly created MLs
DEFAULT_EMAIL_HOST = 'yugi.us<http://yugi.us/>'
#-------------------------------------------------------------
# Default host for web interface of newly created MLs
DEFAULT_URL_HOST   = 'yugi.us<http://yugi.us/>'
#-------------------------------------------------------------
# Required when setting any of its arguments.
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)


You are missing POSTFIX_STYLE_VIRTUAL_DOMAINS. See
<https://mail.python.org/pipermail/mailman-users/2016-December/081685.html>
which says in part

POSTFIX_STYLE_VIRTUAL_DOMAINS = ['yugi.us<http://yugi.us/>']

If you want to generate data/virtual-mailman for lists in the
mail.yugi.us<http://mail.yugi.us/> email domain, this should be

POSTFIX_STYLE_VIRTUAL_DOMAINS = ['mail.yugi.us<http://mail.yugi.us/>']

or

POSTFIX_STYLE_VIRTUAL_DOMAINS = ['yugi.us<http://yugi.us/>', 'mail.yugi.us<http://mail.yugi.us/>']

if you want both.

--
Mark Sapiro <mark at msapiro.net<mailto:mark at msapiro.net>>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list