|
What would be your suggestion if installing a FreeBSD 7 (7.2, actually) email server?
I am interested in:
SMTP agent Imap/Pop backend Authentication (OS users, OpenLDAP) Anti-Spam server side tools WebMail frontend Thanks a lot in advance.
Started by Pablo Santa Cruz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Web Mail SquirrelMail has made the rounds, but Courier I believe also provides to check the BSD ports to see if all ....
MTA (Mail Transfer Agent image spam via OCR).
SMTP Agent a.k.a.
Much like web-server/web-app "stacks").
|
|
I have no experience in setting up postfix, and thought virtualmin minght do the legwork for me. Appears not. When I try to send mail to the domain (either abuse@ .com domain@ .com or admin@ .com)
I get the following message returned
This is the mail ...
Started by brodiebrodie on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
This parameter is defined by default can specify email accounts that are allowed to receive mail and if the email address is not listed then the server will....
Then the SMTP server will reject # mail for unknown local users.
|
|
Hi,
I have two problem in sendmail server i had configured
1 > i had configured internal mail server with hostname mail.etl.com
in evolution the configured user@mail.etl.com the mail is delivering fine,But it doesint delivering when i configured for...
Started by jayakumar01 on
, 12 posts
by 4 people.
Answer Snippets (Read the full thread at linuxquestions):
For user@etl.com its delivering unknown hostname do you mean you have configured different mail server the bounce mail redirection in sendmail configuration in sendmail .mc file
vi /etc/mail/sendmail.mc line ....
|
Ask your Facebook Friends
|
I'm trying to do a very simple mail form in PHP but get the error:
PHP Notice: Undefined index: in /var/www/html/sites/send_contact.php on line 10, referer: http://example.com/contact2.php
My PHP file looks like this:
<?php // send_contact.php // Contact...
Started by Buffernet on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Having attachments or html) or needing to send using an external mail server by SMTP idea, check this example from their website:
require_once('../class.phpmailer.php'); $mail = new"; // SMTP server $....
Elaborate (ie.
|
|
You start a job or worked as a consultant for a company and 'inherit' a poorly configured server(s). What is the worst configuration mistake that you have ever witnessesed?
Started by NoahD on
, 25 posts
by 25 people.
Answer Snippets (Read the full thread at serverfault):
It was also the central backup type of "dump" or stop / start of the database server used by their ERP system, so the database files bothered to check....
And central configuration server and it hosted users' roaming profiles.
|
|
Hello, I have been using Debian for a year, mostly as the distro for my internal company server. Now I am making a public e-commerce website and I am planning to use a dedicated Debian server at a datacenter for this purpose. I will be accepting credit...
Started by Shackler on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Make sure fingerprints of the server out to you over the phone or send them in an encrypted e-mail to you so you can sure you are not running....
Via apt-get install, to check that nothing nasty has found its way onto your server.
|
|
We use the mail command to send notifications from the AIX servers to various e-mail accounts.
Can anyone tell me - does it use smtp as the default mail server? I don't seen anything overwritten in /etc/sendmail.cf. I don't even know if sending mail out...
Started by CHPrjohnso on
, 11 posts
by 4 people.
Answer Snippets (Read the full thread at ibm):
The " " part is your mail relay, your troubleshooting should start be null) DS
How does ....
You might be having a configuration in your sendmail.cf file with a configuration similar to DS .
SMTP server for external delivery.
|
|
I have to make a newsletter sending utility application which will collect the list of subscriber from our central database and send out the newsletter. I've considered the possibility to be blacklisted due to flooding if I just flush out all emails at...
Started by zappan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You might want to check with your ISP - it's probably them or their upstream that you'd need every 2 mail
I've implementing sending....
It's really going to vary by configuration, so there's not necessarily a one-size-fits-all answer.
|
|
Sendmail is running as default as mail server on Ubuntu. How to switch to postfix.
Started by bocca on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Merely to switch?
sudo apt - I've not worked with postfix... .
You'll quickly get blacklisted.
Do you also have questions about configuration avoiding setting up an open relay server.
You will then need to configure postfix.
For postfix).
|
|
I have a web application that needs to send outgoing mail. Instead of connecting directly to the SMTP server (I'm using AuthSMTP), I'd like to setup a local mail server. This is to reduce the time the web application has to wait to send the email, and...
Started by Ralf on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
My current Linux web servers are Debian based, and in the one case I wanted the server to be able to send mail I just stuck with the default exim4-daemon-light package ( http://packages.debian.org/lenny/exim4-daemon-light ) which ....
|