Skip to content
View anoel2's full-sized avatar
🥋
Hajime!
🥋
Hajime!
Block or Report

Block or report anoel2

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. docker-postfix docker-postfix Public

    Forked from catatnight/docker-postfix

    run postfix with smtp authentication (sasldb) in a docker container

    Shell

  2. Mass_Email Mass_Email Public

    Send mass email to users with different e-mail formats, to notify of username

    Python

  3. nagios_plugins nagios_plugins Public

    custom built nagios plugins

    Python

  4. installscripts installscripts Public

    scripts for quick installations.

    Shell

  5. webtemplates webtemplates Public

    HTML/CSS templates

    CSS

  6. Checks what firewall service is runn... Checks what firewall service is running, and opens SMTP ports accordingly. Just change it to your desired ports/services.
    1
    #!/bin/bash
    2
    
                  
    3
    # Check if firewalld is running
    4
    if systemctl is-active --quiet firewalld.service; then
    5
        # Open ports for mail traffic