labriqueinternet / labriqueinter.net

Website labriqueinter.net
http://labriqueinter.net/
GNU Affero General Public License v3.0
34 stars 16 forks source link

Add contact information #8

Open jvaubourg opened 9 years ago

jvaubourg commented 9 years ago

We should add the mailing-list (ML) addresses, the IRC channel and the Twitter account (?) on the website.

As discussed during the FFDN meeting, we should have these ML (must be checked):

In fact, there should be 1 ML with 3 aliases.

sbadia commented 9 years ago

Just added on our mail server config:

commit c12c2ef7d1b7550137295e7ede0af7d1cac433dd
Date:   Tue May 19 11:56:40 2015 -0700
maildn: Added questions, discuss and issues aliases on labrique mailing list (@labriqueinternet/labriqueinter.net#8)
  mailalias {
    ['brique','questions','discuss','issues']:
      ensure    => present,
      recipient => 'discussions';
  }
sbadia commented 9 years ago

MX records for internetcu.be seems not properly configured :

❯ dig mx lists.internetcu.be +short
webredir.vip.gandi.net.
❯ dig mx internetcu.be +short
50 fb.mail.gandi.net.
10 spool.mail.gandi.net.
sbadia commented 9 years ago

Cool, thanks Bram!

~ ❯❯❯ dig mx internetcu.be +short @80.67.188.188
1 ldn-fai.net.internetcu.be.
~ ❯❯❯ dig mx lists.internetcu.be +short @80.67.188.188
1 ldn-fai.net.internetcu.be.
~ ❯❯❯ dig a lists.internetcu.be +short @80.67.188.188
212.129.0.109
jvaubourg commented 9 years ago

What is the state of this bug? Are the ML aliases working? The website was updated by someone.

sbadia commented 9 years ago

@Psycojoker hum the MX are now wrong :-/ It's possible to fix this ?

$ dig mx lists.internetcu.be +short @80.67.188.188
1 ldn-fai.net.internetcu.be.
$ dig mx internetcu.be +short @80.67.188.188
1 ldn-fai.net.internetcu.be.
$ host ldn-fai.net.internetcu.be
Host ldn-fai.net.internetcu.be not found: 3(NXDOMAIN)

Thanks in advance :)