Currently it appears that somehow someone is using my server to send spam as I'm seeing 100's of rejection emails from other email services (such as gmail) saying the message could not be delivered "return to sender" and sent to mydomain.com.
Upon investigation these email are coming via RELAY from a remote IP and not actually from the server itself (e.g.
Hi,
its my first time posting on this forum, but I have visited it many times and found information on it very useful, but this time I cant seem to find what I need.
I am having problems with my email.
After a server reboot I am unable to receive or send any emails, when I tried to restart exim mailserver i got this message
Waiting for exim to restart.....finished.
exim (/usr/sbin/exim
I have had some trouble with getting cron to send emails. My ISP requires that the "From:" field match the email address the email is being sent from, otherwise the email is rejected. As cron hardcodes the "From:" field to "root (Cron Daemon)", these emails are not being sent.
I have set up msmtp and can send emails with no problem from the command line.
I have a method like
public void testing(){
getConfirmation() //this shows alert dialog for user confirmation
showListview() //just populate list view
}
I need to wait till the user gives response to alert dialog and then i want to execute showListview() method. But now, immediately second method called after getConfirmation() method.
I guess this is more of a best practice/policy question. I'm the postmaster for example.net. Another company has example.com. I get the catch-all emails, any email that doesn't have a user account on my server.
What should I do, if anything, if emails keep coming to user@example.net when it should be going to user@example.com? Should I just setup a forward, alert the user or ignore it?
I'm trying to configure an alert on low space on disk in Windows Server 2003, I already followed this step by step tutorial of microsoft.
I'm trying to get rid of the version number that you see when you get an email sent from Exim.
Received: from user1 by site.org with local (Exim 4.72)
I'v tried editing smtp_banner in these two files
/etc/exim4/conf.d/main/02_exim4-config_options
/etc/exim4/exim4.conf.template
But deleting the version number from there, then reloading Exim's config doesn't work.
I send my test emails like s
Hi,
how can I configure Exim (in WHM) to allow authenticated smtp user to send email only with the same "MAIL FROM" address?
For example, if one user is authenticated as user@domain.com, I don't want let him send email from anotheruser@yahoo.com and so on.
Thankyou!
Greetings.
I have script to monitor the disk space of folder it runs every 17 min with help of cron. It sends email when disk size reaches to 85 %. Now the issue is that it continousely generates email until we clear some space in that folder.