1
vote
3answers
69 views
How does mail2web.com work?
Can you please explain working concept of mail2web.com ?
0
votes
0answers
33 views
Help configuring Mercury mail or similiar with XAMPP to send e-mail outside of localhost
I'm building a PHP/MySQL driven website for my department at work (installed via XAMPP). I need to be able to send mail to outside e-mail addresses (e.g., Yahoo, Hotmail, etc.) using the PHP mail() …
0
votes
1answer
48 views
I bought a domain name. Now, how do I set up a mail server? (IMAP)
Please, give me the best, easiest-to-understand tutorial for a beginner setting up a mail server.
2
votes
3answers
65 views
What happens when a mail server goes down
I will deploy a web server, but I don't have much experience.
I would like to know what happens with mail that is send when the server is offline (restarting, maintenance, etc.).
When an internal …
0
votes
0answers
54 views
Mail Server setup under Mac OS X Server Snow Leopard (10.6)
I'm currently setting up a number of new Xserve boxes running Mac OS X Server Snow Leopard. One of these machines will be replacing our current (ageing) Linux mail server.
The Linux box is running an …
1
vote
1answer
35 views
How do I move mail from /var/spool/mail/ [user] to the users mailbox?
I need a way (a script) too move all but the last 100 messages from a users mail-spool (/var/spool/mail/theuser) to a file/mbox in the users mail-directory (/home/theuser/mail). Is there an easy way …
0
votes
1answer
28 views
PHP mail + Exchange 2010
Hello, I've installed PHP 5.2 with Web PI on Windows Server 2008. This server also houses the Exchange server that I use for mail.
The script I'm using uses PHP's mail() function to send mail.
When …
0
votes
1answer
21 views
Mail server configuration
I want to configure mail server at my office. for this purpose I purchase on live IP
and ask the ISP to set a ptr against that Live IP.
in response I get the email from ISP in which three entries …
0
votes
1answer
65 views
MAILTO is not working for CRON. How can I fix this?
Hi,
I have setup cronjob for the root user.
However when the cron fail I should receive an email from the cronjob because I have set MAILTO like this in /etc/crontab :
MAILTO=my@email.com
I have …
5
votes
4answers
145 views
Free calendar server?
I am looking for free calendar server who can authenticate to LDAP server. I want our users to use thunderbird lightning with calendar server. We have mail server with devcot and squirlmail for …
4
votes
5answers
141 views
How to legitimately work around ISP rate limits
A lot of ISP rate limit the amount of e-mails that is sent from a particular IP address. What is the proper way to get around that rate limit?
Our company has an iPhone application that sends many …
0
votes
1answer
78 views
PHP mail() not sending emails Centos Cloud Server
Hi, I am new to this. Have got a cloudserver running centos 5.4, Installed php, mysql and apache to run magento however emails are not going out.. Do I need to configure something more?
1
vote
3answers
227 views
Using ClearOS as a gateway/firewall/mailserver
Hi,
Just installed ClearOS on a PC to act as our firewall firstly and then to act as an internal mailserver.
My question is: Can i create a mailserver that then routes the mail through to our ISP …
0
votes
1answer
43 views
Exchange Transport Service Started but not working
Good day,
Here is the problem : We are hosting a Microsoft Exchange Server. Everything working fine until recently, where the mail transport seems to go wrong. We almost have to restart the service …
0
votes
2answers
187 views
Telnet to smtp server port 25 --> Connect failed
Hello,
I want to send an email via telnet. When I typed to the command prompt
telnet 'smtp_servername' 25 the following message appears
Could not open connection to the host, on port 25: Connect …