CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Debugging CiviMail and mail servers
Pages: [1]

Author Topic: Debugging CiviMail and mail servers  (Read 1804 times)

amazon

  • Guest
Debugging CiviMail and mail servers
July 24, 2007, 08:02:10 pm
1) Go check your CiviCRM > Global Settings > Outbound Email(SMTP)
Make sure the settings are correct.
2) Test sending a mail from a contact.  If you can send a mail then your SMTP settings are working.
3) If you settings are not working try telneting to your mail server.

You should be able to type: remote host # telnet localhostname.berkeley.edu 25

And see the following response

Trying xxx.xxx.xxx.xxx...
Connected to nature.berkeley.edu.
Escape character is '^]'.
220

Here's some more help: http://archives.neohapsis.com/archives/postfix/2007-04/0331.html

4) If you don't see 220 response from your remote mail server.  Find your error log files.  Read the last error in your mail server log file.

Hope that helps.

Kieran

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Debugging CiviMail and mail servers
July 24, 2007, 09:50:12 pm
A quick comment: the telnet command should be issued from the same server CiviCRM is installed on. Quite often mailservers have different restrictions for connections from the same machine (i.e., localhost), from a common local network and from the rest of the world.
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Debugging CiviMail and mail servers

This forum was archived on 2017-11-26.