I have a Ubuntu 14 server, I have to assign a email account to this server, when some person write a email to this account, the server have to open this mail automatically, and check if there are a specific information, if yes some thing happen. I suppose that the email are stored in a data base o something like
Tag: email
Hackers spamming my mail server
I’ve had a postfix(SASL) mail server running well for a long time with no problems. However recently I’ve installed vsftp to allow users to login and download files. I created a linux user with a generic username/password which I thought didn’t matter as I had disabled ssh login and wasn’t too concerned if anyone had logged into the ftp account
PowerMTA Server Not starting
I have recently installed PowerMTA server on CentOS 6, every prerequisite was installed according to Document and License was entered in correctly configuration file was also correctly setup in /etc/pmta/config but unable to start pmta service and getting this error in logs, Answer You have an invalid license file; this can be as simple as a copy & paste error
Linux ubuntu how to stop cron status mails like “Cron /usr/bin/php /var/www/myproject”
Since couple of days i’m getting unwanted cron status emails from my server. Tried MAILTO=”” but still receiving mails. Please help me to get rid of this emails. Thanks in advance. Answer cron will email you anything that appears on stdout, so redirect stdout to /dev/null in your crontab entries. eg:
Calling Linux’s “mailx” through java code: message-text always goes into attachment
Since my SMTP provider has limit on number of emails that can be sent in a day, I wrote a Java code to call the “mailx” of Linux system, my java-program is running on. Here is that code: The problem is: The email received on the recipients side, the text is not in the message-body, but it is in an
verify email address on Linux
I am using command like sendmail -bv example@othesite.com to verify some email address to confirm the address is valid or not before sending actual email to people. it works for most sites I tested. But sometimes, I am using the sendmail for some website that will give me all pass no matter what the address name I put for the
How to insert a delay between pipelining commands in a bash script. E.g. cat file | telnet mail.domain.com 25
I have a bash script that creates a file and I would like to send an email at the end via telnet. However sometimes it will execute and sometimes it won’t. The command at the end is At the receiving server I see in mail.log the following error when it fails: The same script works perfectly if instead of mail.domain.com
How do I Send Email from the Command Line?
I would like to quickly send email from the command line. I realize there are probably a number of different ways to do this. I’m looking for a simple way to do this from a linux terminal (likely a bash shell but anything should do) and an alternative way to do this on Windows. I want to be able to