Re: [Mailman-Users] bin/genaliases not generating aliases?

2016-12-15 Thread Caesar Samsi
Yeah, in the ubuntu package the file was in /etc/mailman so I thought installing from scratch it would be there too! I will try in your location now. > On Dec 15, 2016, at 8:31 PM, Mark Sapiro wrote: > > On 12/15/2016 08:26 PM, Caesar Samsi wrote: >> The mm_cfg.py is in /etc/mailman > > > Wh

Re: [Mailman-Users] bin/genaliases not generating aliases?

2016-12-15 Thread Mark Sapiro
On 12/15/2016 08:26 PM, Caesar Samsi wrote: > The mm_cfg.py is in /etc/mailman Which is the one from the Debian/Ubuntu package, not the one that your latest install is using. The one you need to put your settings in is /usr/local/mailman/Mailman/mm_cfg.py. -- Mark Sapiro The highway is

Re: [Mailman-Users] bin/genaliases not generating aliases?

2016-12-15 Thread Caesar Samsi
The mm_cfg.py is in /etc/mailman > On Dec 15, 2016, at 8:01 PM, Mark Sapiro wrote: > > On 12/15/2016 06:52 PM, Caesar Samsi wrote: >> The earlier attempt was to use a ubuntu package style —prefix with >> ./configure. I’ve abandoned that and am now just using the mailman 2.1.23 >> tgz plain and

Re: [Mailman-Users] bin/genaliases not generating aliases?

2016-12-15 Thread Mark Sapiro
On 12/15/2016 06:52 PM, Caesar Samsi wrote: > The earlier attempt was to use a ubuntu package style —prefix with > ./configure. I’ve abandoned that and am now just using the mailman 2.1.23 tgz > plain and simple: > ./configure > make > sudo make install > > The previously attached mm_cfg.py has

Re: [Mailman-Users] bin/genaliases not generating aliases?

2016-12-15 Thread Caesar Samsi
The earlier attempt was to use a ubuntu package style —prefix with ./configure. I’ve abandoned that and am now just using the mailman 2.1.23 tgz plain and simple: ./configure make sudo make install The previously attached mm_cfg.py has MTA=Postfix … MTA='Postfix' SMTPHOST = 'localhost' SMTPPORT

Re: [Mailman-Users] bin/genaliases not generating aliases?

2016-12-15 Thread Mark Sapiro
On 12/15/2016 04:36 PM, Caesar Samsi wrote: > I ran genalias with sudo: > *caesar@mail* */usr/local/mailman $* sudo bin/genaliases > To finish creating your mailing list, you must edit your /etc/aliases (or > equivalent) file by adding the following lines, and possibly running the > `newaliases' pr

Re: [Mailman-Users] bin/genaliases not generating aliases?

2016-12-15 Thread Caesar Samsi
Additional data, I’m running Linuxmint 18 Sarah > On Dec 15, 2016, at 4:17 PM, Mark Sapiro wrote: > > On 12/15/2016 04:13 PM, Mark Sapiro wrote: >> On 12/15/2016 03:35 PM, Caesar Samsi wrote: >> >>> I have created the initial list mailman (sudo bin/newlist >>> --urlhost=www.yugi.us --emailhost=

Re: [Mailman-Users] bin/genaliases not generating aliases?

2016-12-15 Thread Caesar Samsi
Also: caesar@mail /usr/local/mailman $ ls -l total 72 drwxrwsr-x 4 root mailman 4096 Dec 15 13:24 archives drwxrwsr-x 2 root mailman 4096 Dec 15 13:24 bin drwxrwsr-x 2 root mailman 4096 Dec 15 13:24 cgi-bin drwxrwsr-x 2 root mailman 4096 Dec 15 13:24 cron drwxrwsr-x 2 root mailman 4096 Dec 15

Re: [Mailman-Users] bin/genaliases not generating aliases?

2016-12-15 Thread Caesar Samsi
I ran genalias with sudo: caesar@mail /usr/local/mailman $ sudo bin/genaliases To finish creating your mailing list, you must edit your /etc/aliases (or equivalent) file by adding the following lines, and possibly running the `newaliases' program: ## mailman mailing list mailman: "|/u

Re: [Mailman-Users] bin/genaliases not generating aliases?

2016-12-15 Thread Mark Sapiro
On 12/15/2016 04:13 PM, Mark Sapiro wrote: > On 12/15/2016 03:35 PM, Caesar Samsi wrote: > >> I have created the initial list mailman (sudo bin/newlist >> --urlhost=www.yugi.us --emailhost=mail.yugi.us mailman) > Have you created the 'mailman' list?. It must exist before you can start > Mailman.

Re: [Mailman-Users] bin/genaliases not generating aliases?

2016-12-15 Thread Mark Sapiro
On 12/15/2016 03:35 PM, Caesar Samsi wrote: > I’ve attached postfix, mm_cfg.py, main.cf, and master.cf And the list's content filtering remove all but postfix.txt which is just as well, because 'postconf -n' and mm_cfg.py are all I wanted to see anyway. > I have created the initial list mailman

Re: [Mailman-Users] bin/genaliases not generating aliases?

2016-12-15 Thread Caesar Samsi
I’ve attached postfix, mm_cfg.py, main.cf, and master.cf I have created the initial list mailman (sudo bin/newlist --urlhost=www.yugi.us --emailhost=mail.yugi.us mailman) Ran genaliases, still no aliases file in /usr/local/mailman/data. > On Dec 14, 2016, at 3:07 PM, Mark Sapiro wrote: > > O