Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
6 registered (Ruben, SD, nims2, Dunny, GregK, SteveS), 22 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
mig
mig
Registered: 07/22/05
Posts: 39
Top Posters (30 Days)
Ruben 65
SD 57
Gizmo 53
gliderdad 32
Iann128 22
Dunny 21
Steve C 20
driv 18
dbremer 16
Stan 15
Latest Photos
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Gizzo Marx
Topic Options
#227345 - 06/24/09 11:55 AM no email going out at all.
bakerzdosen Offline
newbie
Registered: 09/19/08
Posts: 48
Loc: Utah
OK, I mentioned in my "migrate to a new ISP" thread that for some reason, email isn't going out any more. (And I haven't found an answer by searching through here.) No mail for new user reg's, none for PM's, nor for watched threads/forums - nothing. I've seen a few undeliverable birthday emails though, but they shouldn't be getting bounced, so that has me confused a bit.

I was getting email notifications before I actually did the final migration from our old server to our new server (from the new server). The migration consisted of re-importing the database and uploading our attachments directory, so I'm not sure how that could have affected things.

I can send mail from the command line just fine, so it's (probably) not a network issue. (I'm not 100% familiar with mail on Linux, but I'm assuming it uses the builtin MTA instead of it's own. However, the output is just different than I'm used to with Solaris where I know it connects to the local SMTP service.)

I tried changing from sendmail to exim in the php.ini file (as exim is installed with cPanel) to no avail. (So, our php sendmail path is now "/usr/sbin/exim -t -i".)

Our return email address is a local email account that is forwarded to my email account (that does work).

As a side note, I wish there was a feature in the CP to send a test mail to yourself.

Frankly, I'm stuck.

Ideas? It's getting to be a big problem for us (me).
TIA

Quote:
support@bmwsporttouring [~]# mail -v -s testing88 xxxxxx@gmail.com
testing
testing
testing
is this thing on?
.
Cc:
LOG: MAIN
<= support@bmwsporttouring.com U=support P=local S=435
support@bmwsporttouring [~]# delivering 1MJUa3-0002QJ-Q5
Connecting to gmail-smtp-in.l.google.com [72.14.247.27]:25 ... connected
SMTP<< 220 mx.google.com ESMTP 10si2577491agb.76
SMTP>> EHLO bmwsporttouring.com
SMTP<< 250-mx.google.com at your service, [72.44.94.128]
250-SIZE 35651584
250-8BITMIME
250-ENHANCEDSTATUSCODES
250 PIPELINING
SMTP>> MAIL FROM:<support@bmwsporttouring.com> SIZE=1472
SMTP>> RCPT TO:<xxxxxx@gmail.com>
SMTP>> DATA
SMTP<< 250 2.1.0 OK 10si2577491agb.76
SMTP<< 250 2.1.5 OK 10si2577491agb.76
SMTP<< 354 Go ahead 10si2577491agb.76
SMTP>> writing message and terminating "."
SMTP<< 250 2.0.0 OK 1245858013 10si2577491agb.76
SMTP>> QUIT
LOG: MAIN
=> xxxxxx@gmail.com R=lookuphost T=remote_smtp H=gmail-smtp-in.l.google.com [72.14.247.27]
LOG: MAIN
Completed

_________________________
bmwsporttouring.com
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#227346 - 06/24/09 12:05 PM Re: no email going out at all. [Re: bakerzdosen]
bakerzdosen Offline
newbie
Registered: 09/19/08
Posts: 48
Loc: Utah
Sheesh. I swear, you guys must have some tie in from this board. As soon as I post something here (after working on it on my own for a few days) it just starts working. Worse yet, I'm not 100% sure what I did to fix things.

Regardless, something worked. I can now get new user verifications.
_________________________
bmwsporttouring.com
Top
#230651 - 11/04/09 09:00 AM Re: no email going out at all. [Re: bakerzdosen]
jsteinborn Offline
stranger
Registered: 03/19/07
Posts: 12
Loc: US
I'm having the same problem, my provider has switched servers and now, no emails coming from the board. Any suggestions?
Top
#230652 - 11/04/09 09:12 AM Re: no email going out at all. [Re: jsteinborn]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
If they've moved servers, then I'd check in with them. Possible no email is being sent out from the server, or maybe you need to specify an SMTP server. Check with them and see what they have to say.
Top
#230653 - 11/04/09 09:41 AM Re: no email going out at all. [Re: Rick]
jsteinborn Offline
stranger
Registered: 03/19/07
Posts: 12
Loc: US
Thanks Rick
Top
#230654 - 11/04/09 10:06 AM Re: no email going out at all. [Re: jsteinborn]
jsteinborn Offline
stranger
Registered: 03/19/07
Posts: 12
Loc: US
From the provider:

Anytime you want to send email through a program you will need to contact the manufacture of the program and find out how to modify the settings to use the out going mail server and the email address that you want to send from and to. This is normally like setting up email client software.

------------

My question is, how can i authenticate a user in UBB threads?
Top
#230656 - 11/04/09 10:49 AM Re: no email going out at all. [Re: jsteinborn]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
You can set up the outgoing mailserver under Primary Settings -> Advanced Options. You'll see where it has an option for the SMTP server. To actually authenticate as a user for sending, we don't have an interface for it, so you'd need to edit the file:

libs/phpmailer/class.phpmailer.php

About line 202, you'll see a few variables:

Code:
  
var $SMTPAuth     = false;
var $Username     = '';
var $Password     = '';


You can edit that, changing the first one to true and then entering the username and password inside the single quotes for the others.
Top



Moderator:  AllenAyres, Harold, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
A positive note
by SteveS
Yesterday at 09:36 PM
How to locate links to particular site if they are only used in images?
by Conrad
02/10/12 09:41 PM
Pictures not displaying
by Marker23
02/09/12 10:04 PM
Issue with logging out constantly
by Flanuva
02/09/12 07:05 PM
Long thread, UBB code not parsing
by Bad Frog
02/09/12 07:47 AM
Forum Stats
10213 Members
36 Forums
33666 Topics
180902 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image