Tagged Questions
-2
votes
1answer
31 views
php mail with header does not send in CentOs 6.3 [closed]
mail() work fine but when I add header as 4th parameter in mail() function mail does not send.
include("MPDF54/mpdf.php");
$mpdf=new mPDF('utf-8','A4','','' , 0 , 0 , 0 , 0 , 0 , 0);
$content2 = ...
1
vote
3answers
254 views
Nagios email notification not working on CentOS
I have configured Nagios 3.4.4 on CentOS 6.3 Final. I have also configured Postfix with SMTP email server. I have verified from console that I am able to send email notifications and recieved them on ...
0
votes
1answer
260 views
CentOS Dovecot Permission Denied
I have a dovecot mail server setup with Virtualmin, and for some reason, out of the blue, yesterday, the mail server stopped working. I found that in the /var/log/maillog file, I have the following ...
0
votes
2answers
65 views
Postfix email address change
Being new to Linux I have followed this tutorial to set up a mail server:
https://www.digitalocean.com/community/articles/how-to-install-postfix-on-centos-6
Everything is working correctly however I ...
0
votes
1answer
260 views
Using postfix in CentOS 6 to relay mails to First.Last@gmail.com
I'm using:
# cat /etc/*release
CentOS release 6.3 (Final)
# rpm -qa | grep post
postfix-2.6.6-2.2.el6_1.x86_64
on 2 servers: preferans.de and (yes, funny name) ...
0
votes
0answers
13 views
Where does Blueonyx store the activation date of vacation messages?
The company I work for has an Webserver running Blueonyx. Lately my boss has been annoyed that many of our people forget to set or activate their vacation messages, so he wants me to connect the ...
0
votes
1answer
120 views
Issue with emailing
Ok, so I have a small php script that sends an confirmation email after signup.. but it isn't working.. I know it isn't the code as the script works any where else, but I have made sure sendmail is ...
-1
votes
1answer
164 views
Email sent from Centos end up in user spam folder [closed]
I am facing this issue, I use the default postfix MTA in centos but the mail end up in user spam folder, but this does not seem to be a problem in Debian using exim4, both host have hostname and ...
1
vote
1answer
1k views
CentOS 6 with webmin and virtualmin - cant get POP / SMTP working?
I've set up Webmin and Virtualmin on a CentOS 6 dedicated server.
Postifx / Dovecot config is untouched by me, and I havent tried to open or close any ports manually.
My problem is that after ...
1
vote
5answers
146 views
Should email system be virtualized?
I have been running an email system for an academic department for ages that consists of postfix, procmail, dovecot, clamav, spamassassin, MailScanner, ldap, maildir, xfs, lvm, CentOS. Number of users ...
0
votes
3answers
2k views
Changing the maximum mail size in Postfix
When sending large email to a new CentOS6 server running Postfix as the MTA, the following message is returned:
tried to deliver your message, but it was rejected by the recipient domain. We ...