How To Fix postfix delayed mail delivery Date posted : 31/05/2019 In this article, we’re going to explain about resolving the delayed mail deliveries. Postfix is a free and open-source mail transfer agent (MTA) that routes and delivers electronic mail. For instance, we’ve faced issues where mails from our server to gmail was received successfully. However mails… Continue Reading How To Fix postfix delayed mail delivery

The below mentioned steps are used to send an email from remote servers. +  First thing, we will need to convert our login credentials into base64. We can convert by using the following perl scripts. ======= $ perl -MMIME::Base64 -e ‘print encode_base64(“test\@domainname”)’ $ perl -MMIME::Base64 -e ‘print encode_base64(“password”)’ =======  … Continue Reading Send an email using telnet from remote servers

How to create an email account in cPanel?1) Login to your cPanel 2) Go to “Mail” 3) Select “Email accounts” 4) Now type the USERNAME alone. (By default domain name will be there. Just type username like admin, oryon, etc) 5) Enter or generate the password. 6) Click on “Create… Continue Reading How to create an email account in cPanel?

Default email account configurationKindly follow the steps to configure the email client in the computer so that you can send/receive mails. ================ 1. Incoming/Outgoing mailserver: mail.domain.com 2. Username: USERNAME@domain.com 3. Password: password of this email account 4. Outgoing mailserver port: 25 or 26 or 587 or 58700 5. Incoming mailserver… Continue Reading Default email account configuration