All Entries Tagged With: "email"
Error while trying to send mails through a PHP application
You may get an error while trying to send mails through your PHP application.
This can be fixed by reloading the pear mail modules.
Script for clearing unwanted queued emails from the server
Here is a small but handy script which will clear the queued emails from the server. exim -bpc exim -bpru | grep frozen | awk {‘print $3′}|xargs exim -Mrm exim -bpru | grep “<>” | awk {‘print $3′}|xargs exim -Mrm exim -bpru | grep “nobody” | awk {‘print $3′}|xargs exim -Mrm exim -bpru|awk {‘print $3′}|xargs [...]
550 postmaster verification failed
Issue : Sometimes when trying to send emails , the following error shows up : “550 postmaster verification failed” This is one way of verifying that the sending server is in fact the real sender and not relaying and also the email is being sent by a genuine source. Fix : Create a mailbox named [...]

1800 810 6547