Tech C**P
15 subscribers
161 photos
9 videos
59 files
304 links
مدرس و برنامه نویس پایتون و لینوکس @alirezastack
Download Telegram
Mail blacklist on hotmail.com live outlook:

2017-03-08 18:49:08 +0000 08 mail1 SMTP-OUT:000011A2: Negative reply to MAIL command: SC-001 (SNT004-MC11F14) Unfortunately, messages from MY_MAIL_SERVER_IP_ADDRESS weren't sent. Please contact your Internet service provider since part of their network is on our block list. You can also refer your provider to http://mail.live.com/mail/troubleshooting.aspx#errors.
2017-03-08 18:49:08 +0000 08 mail1 SMTP-OUT:000011A2: Set recipient <USER_MAIL@hotmail.com> state to RELAY ERROR
2017-03-08 18:49:08 +0000 08 mail1 SMTP-OUT:000011A2: Delivery attempt completed for mail 1CAEE3; schedule for cleanup
2017-03-08 18:49:08 +0000 08 mail1 SMTP-OUT:000011A2: Set mail state to SENT
2017-03-08 18:49:08 +0000 08 mail1 SMTP-OUT:000011A2: Disconnected from 104.44.194.237

To solve this problem submit your request to Microsoft with link below:

https://support.microsoft.com/en-us/getsupport/hostpage.aspx?oaspworkflow=start_1.0.0.0&wfname=WOL&productkey=outlook&supporttopic_L1=100110385&supporttopic_L2=100110391&supporttopic_L2.STName=Sending,%20receiving%20and%20reading%20email&supporttopic_L1.STName=Email%20&%20communication&supportregion=EN-US&locale=EN-US&ccsid=635380844757616869

Your mail server should be unblocked within 48 hours, in case your mail server is working OK.

#mail_server #outlook #blacklist #hotmail #live #smtp #microsoft
Axigen 10.1.5 Release Update

We are happy to announce the release of a new minor version, Axigen 10.1.5.
This version comes with number of small features, enhancements, performance improvements, and bug fixes, as well as support for openSUSE Leap 42.2 and 42.3.
For a detailed list of what's included in 10.1.5, please consult the list below.

More info: https://www.axigen.com/press/product-releases/axigen-1015-release-update_94.html

#mail #server #mail_server #axigen #update
If you have Axigen mail server, you probably know that it does not have any db backend and just logs everything into some files usually in the below path:

/var/opt/axigen/log


There is a script that you can use to parse these logs and see overall behaviour of your mail server and common errors that happen on your server.

To download the log-parser script head over to axigen link below:
- http://www.axigen.com/mail-server/download-tool.php?tool=log-parser.tar.gz

After downloading and extracting it, move the script and its data folder into your mail server. To run it first make sure it is executable:

chmod +x axigen-log-parser.sh


Now to run it you need to give a parameter to script like parse:

sudo ./axigen-log-parser.sh parse /var/opt/axigen/log/

The above script will generate some files in /var/log/axi-parser/. CD into that path and check the results.

Actions supported are parse, maillog, split, trace and clean.

#mail #mail_server #axigen #log_parser #log
How to upgrade Axigen mail server?

The procedure is dead simple! Mail server itself notifies you about the new updates in its admin panel. Head over to the given link and download the the appropriate file related to your OS. Usually a .run file.

1- First make it executable:

chmod +x axigen-10.2.2.x86_64.rpm.run

NOTE: here my version update may differ from yours.

2- Now stop Axigen.

3- Run the installer and go in an interactive way. JUST be sure to skip the Axigen post-install configuration wizard.

4- Now start Axigen.

NOTE: in case you want to take backup copy the folder /var/opt/axigen in a safe place. This path may differ based on your OS and your distro.

#mail_server #axigen #upgrade #update
In axigen mail server you can set a filter that if sender email address (from) has a specific text using regexp then redirect it to
another mailbox:

Security and Filtering -> Acceptance and Routing -> Advanced settings -> Add acceptance / routing rule

Phew! Now in Conditions section open combo box and select Email under Recipient. Click Add condition. A text box is appeared now which you can select Regexp from the combo box and enter your regex like:

.*SpecificSender.*

Now in actions section in name enter the mail address you want to receive emails in and in Folder text box enter INBOX.

This is it.

#mail #mail_server #axigen #filter #routing