aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding DNS recordds for subdomains DKMS signatures (forums, groups...)Maat2024-10-141-1/+8
|
* Adding ml and group DNS recors for DKIMMaat2024-10-141-1/+3
|
* Cleaning smtpd_recipient_restrictions + adding Spamhaus RBL to reduce spamMaat2024-10-141-5/+9
|
* Adding group.mageia.org for DKIMMaat2024-10-131-1/+1
|
* More fixes for DKIMMaat2024-10-132-6/+3
|
* Fixing mistakein line placementMaat2024-10-131-10/+10
|
* Adding Sender Rewriting Scheme in preparation of DKIM activationMaat2024-10-131-0/+14
| | | | | Note : postsrsd is manually installed / mga 7 for next version we will need to package it properly
* Adding a CNAME for send.mageia.org mail sending serviceMaat2024-10-131-1/+2
|
* Adding DNS entry for DKIM (Value taken from generated key on sucuk)Maat2024-10-131-1/+4
|
* Setting up DKIM server for sucukMaat2024-10-1316-2/+663
|
* Dan fixed it better than by accepting Wordpress mails (mga#33634)Marja van Waes2024-10-131-1/+0
| | | | | o leaving blog@${::domain} commented out, for some mysterious reason o it doesn't seem needed, although blog@m.o is used as sender
* Remove duplicate wget, fix nail for newer releasesDan Fandrich2024-10-122-3/+7
| | | | | | Puppet doesn't like it when two modules want the same package, so rely on wget being part of the base package set. nail is called s-nail on >= mga9 so fix binrepo.
* Ensure the s-nail package is installedDan Fandrich2024-10-121-4/+8
| | | | | The check_new-blog-post.sh script uses this to send mails. Also make sure wget is there. Drop blog support for <mga8.
* Disable bcd checking in xymonDan Fandrich2024-10-111-1/+1
| | | | This vhost was disabled over 8 years ago in commit c7ae4383.
* Add xymon checking of madb.mageia.orgDan Fandrich2024-10-111-7/+9
| | | | | Also, enable certificate checking of all http sites expected to have a valid TLS certificate.
* Adding opendkim package dependancypvi-tm2024-10-111-0/+2
|
* mails about new posts, now come directly from wordpress.com (mga#27807)Marja van Waes2024-10-111-1/+2
|
* We no longer translate in Calenco, so no longer get those mailsMarja van Waes2024-10-111-1/+1
|
* Allow maintdb get with no argumentDan Fandrich2024-10-071-0/+1
| | | | This case was missed in commit 2a268618.
* Use @ when accessing variables in templatesDan Fandrich2024-10-0518-75/+75
| | | | | | | | Access without the @ symbol is the older method and is discouraged. This take leaves alone accesses of variables that are defined within the template, which don't seem to allow an @. This batch of changes is for templates related to web sites.
* Fix another occurrence of ntp packageDan Fandrich2024-10-051-1/+1
| | | | This was missed in commit a69863ec.
* Revert "Use @ when accessing variables in templates"Dan Fandrich2024-10-04129-563/+563
| | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622.
* Try to fix the i18n templateDan Fandrich2024-10-041-1/+1
| | | | | Puppet didn't like the last change where a method was being called on a variable.
* Use @ when accessing variables in templatesDan Fandrich2024-10-04129-563/+563
| | | | Access without the @ symbol is the older method and is discouraged.
* Use the right ntp package name on mga9Dan Fandrich2024-10-041-2/+7
|
* Add ociaa1 puppet nodeJani Välimaa2024-10-041-0/+7
|
* Tighten the sudo for the maintdb scriptsDan Fandrich2024-09-302-4/+5
| | | | | Make sudoers a bit more robust against attempts to play with the arguments. Unfortunately, our sudo is too old to support regexes.
* buildsystem: Set llvm19-suite timeout to 60000Dan Fandrich2024-09-291-0/+1
|
* Preventing forums from tier iframe inclusionpvi-tm2024-09-271-0/+3
|
* mirror.readme: replace ftp.acc.umu.se with new address mirror.accum.seJani Välimaa2024-09-151-1/+1
|
* rsyncd: allow connections from our ipv6 subnet rangeJani Välimaa2024-09-141-0/+1
|
* rsyncd: remove old churchill.acc.umu.se accessJani Välimaa2024-09-081-3/+0
|
* rsyncd: rename poincare.acc.umu.se as poincare.accum.seJani Välimaa2024-09-081-1/+1
|
* rsyncd: remove mirror.accum.se access as it seems to be only a frontend for ↵Jani Välimaa2024-09-081-6/+0
| | | | ftp service
* rsyncd: allow access from my machinesJani Välimaa2024-09-081-1/+3
|
* rsyncd: allow access from mirror.accum.se (former acc.umu.se mirror)Jani Välimaa2024-09-081-1/+7
|
* Block a couple of IP address ranges on svnwebDan Fandrich2024-09-041-1/+6
| | | | | | There was a bot there was hammering us for weeks, but which doesn't identify itself in the User-Agent string. Also, add another couple of bot User-Agent strings.
* Block expensive SVN operations on robots on svnwebDan Fandrich2024-09-031-0/+8
| | | | | | This will result in most operations other than showing a directory or downloading a specific version of a file being blocked. ClaudeBot and Amazonbot remain completely blocked.
* Decrease IPV6 reverse zone negative caching value to RFC2308 recommended 1 hourJani Välimaa2024-09-022-4/+4
|
* Increase DNS SOA record expire time to recommended 1000 hoursJani Välimaa2024-09-023-6/+6
|
* Bump ipv6 dns reverse zone serialsJani Välimaa2024-09-012-2/+2
|
* Enable robots.txt on gitwebDan Fandrich2024-08-311-0/+1
| | | | | There is a standard one that comes with cgit to disable snapshots by robots, but it needed an alias so the web server would serve it.
* Update another ref to the systemv slapd refresh commandDan Fandrich2024-08-151-1/+1
|
* Fix the slapd refresh commandDan Fandrich2024-08-151-1/+1
| | | | | openldap no longer uses a systemv service file, so call the check command directly.
* Fix some typos in user-visible stringsDan Fandrich2024-08-154-4/+4
|
* Fix typos in commentsDan Fandrich2024-08-1547-76/+76
| | | | This should result in no difference in configuration.
* svnweb: add facebookexternalhit to robots.txtJani Välimaa2024-07-041-0/+1
|
* svnweb: add more bots to robots.txtJani Välimaa2024-06-171-0/+4
|
* buildsystem: increase iurt max log file size to 600MJani Välimaa2024-05-041-1/+1
|
* buildsystem: increase java-21-openjdk timeout to 172800Jani Välimaa2024-05-041-0/+1
|