vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187)
-   -   Howto: Enable SMTP for vB 3.0.2/3 (https://vborg.vbsupport.ru/showthread.php?t=67294)

Starsurfer 05-11-2005 04:15 PM

Linux, so I need to change the smtp to 127..0.0.1?

code-frog 05-11-2005 04:20 PM

Quote:

Originally Posted by Starsurfer
Linux, so I need to change the smtp to 127..0.0.1?

Well depending on which version of Linux you are using and how apache is setup you may not have localhost defined even if you do phpmail may not see it. So what I started doing was to first make a backup copy of the file before I did anything. Then I used the diagnostic email to test.

If I were you I'd open the CLI and ping 127.0.0.1 and ping localhost make sure both respond. If only 127.0.0.1 does then there you go.

Anyway, yeah change it to 127.0.0.1 (this is called your loopback interface). Give that a try. If that does not work then I'll ask more questions.

Now you do have public domains on this box that are able to use SMTP mail right? In other words you know for a fact that sendmail or whatever you are using for SMTP/POP is working correctly. Right?

Starsurfer 05-11-2005 04:24 PM

Do you have aim msn we coudl talk on? This is a bit too much for moi!

code-frog 05-11-2005 04:27 PM

Quote:

Originally Posted by Starsurfer
Do you have aim msn we coudl talk on? This is a bit too much for moi!

Give me your address so I know to allow you. Mine is MSN: admin@wouldntsomespammerliketohaveit.com

Once you have contacted me I'll be deleting my address so do it quickly.

Starsurfer 05-11-2005 04:28 PM

spammers@sick.com

zaon 05-13-2005 06:29 AM

Quote:

Originally Posted by code-frog
...Then all you need is to make sure that the SMTP account sending the emails is a real account on a real domain on the server.

That's the problem. In today's world it's not feasible to host your own mail server because of how modern spam filters have become so discriminating the vast bulk of mail outbound from my server is categorized as 'spam' despite not being on any IP blacklists.

In short, "Real Email" in my book refers to very professional mail such as yahoo, gmail, and the like. I really prefer outbound vbulletin mail to come from gmail or perhaps yahoo. But have kinda given up because of the SSH requirement for gmail since apparently this vbulletin beta smtp module doesn't support it? Hmm...

code-frog 05-13-2005 03:06 PM

Quote:

Originally Posted by zaon
That's the problem. In today's world it's not feasible to host your own mail server because of how modern spam filters have become so discriminating the vast bulk of mail outbound from my server is categorized as 'spam' despite not being on any IP blacklists.

In short, "Real Email" in my book refers to very professional mail such as yahoo, gmail, and the like. I really prefer outbound vbulletin mail to come from gmail or perhaps yahoo. But have kinda given up because of the SSH requirement for gmail since apparently this vbulletin beta smtp module doesn't support it? Hmm...

If you have reverse DNS on your mail server, domain, etc and you have an SPF record you can email the president without trouble. There's nothing mysterious about email. You are either blacklisted or you are not. I've had my own email on several custom domains with reverse DNS and SPF records and never had any trouble. SPF is not a strict requirement but it makes your mail server fully compliant with the current standards.

zaon 05-22-2005 03:14 AM

Quote:

Originally Posted by code-frog
If you have reverse DNS on your mail server

That's part of the problem right there. Sharing an IP among several dot coms. Nothing wrong with that, yet according to spam filters it's "highly suspect" lol.

Also, the other direction is the hardest part.. keeping up with all the spam filtering updates, etc.

code-frog 05-22-2005 03:24 AM

Quote:

Originally Posted by zaon
That's part of the problem right there. Sharing an IP among several dot coms. Nothing wrong with that, yet according to spam filters it's "highly suspect" lol.

Also, the other direction is the hardest part.. keeping up with all the spam filtering updates, etc.

Yup. I've split out all my domains on to static IP's so I could get reverse DNS and SPF records set up. It's a PITA.

|Jordan| 11-29-2005 06:59 PM

I've tried everything on this thread and nothing works.

My mail settings:

var $smtpHost = "mail.gamers-union.net";
var $smtpPort = 25;
var $smtpUser = "admin+gamers-union.net";
var $smtpPass = ***************;
var $smtpSocket = null;

Ive tried single quotes, double quotes, without quotes, 127.0.0.1, localhost and Illuvatar's fix

My mail server requires Authentication too. Server is linux fedora core 3 (i think).


All times are GMT. The time now is 07:16 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01411 seconds
  • Memory Usage 1,742KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete