Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 02-22-2008, 09:27 AM
PAKIDIL PAKIDIL is offline
 
Join Date: Jan 2007
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default User Confirmation Emails going in "JUNK BOX"

hello there, i hve tried search a lot and all i got is go in vbulltein option>than send email option .i have these options with my forum .

Enable Email features? >>>Yes

Allow Users to Email Other Members >>>>YES

Use Secure Email Sending>>>>>>>>NO

Use Mailqueue System>>>>>>>>>>YES ONLY

Enable "-f" Parameter >>>>>>>>>>>>YES

SMTP Email>>>>>>>>>>>>>>>>>>>NO

SMTP Secure Connection >>>>>>>>>>>>NO

the problem is my forum user confirmation mail going in junk box and not in inbox so what should i do for this and wot option in above should i use as yes or no thanks
waiting for ur help

thanks
Reply With Quote
  #2  
Old 02-22-2008, 09:35 AM
punchbowl punchbowl is offline
 
Join Date: Nov 2006
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PAKIDIL View Post
hello there, i hve tried search a lot and all i got is go in vbulltein option>than send email option .i have these options with my forum .

Enable Email features? >>>Yes

Allow Users to Email Other Members >>>>YES

Use Secure Email Sending>>>>>>>>NO

Use Mailqueue System>>>>>>>>>>YES ONLY

Enable "-f" Parameter >>>>>>>>>>>>YES

SMTP Email>>>>>>>>>>>>>>>>>>>NO

SMTP Secure Connection >>>>>>>>>>>>NO

the problem is my forum user confirmation mail going in junk box and not in inbox so what should i do for this and wot option in above should i use as yes or no thanks
waiting for ur help

thanks
Not really vbulletins fault that. Lots of site confirmation emails go into yahoo/hotmails spam box. You just have to make sure your users check it.
Reply With Quote
  #3  
Old 02-22-2008, 09:46 AM
PAKIDIL PAKIDIL is offline
 
Join Date: Jan 2007
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

but i registered on other forum which is also vbulletin just to check and i recieved confirmation email and welcome email in my inbox.so if its vbulletin fault it must be for all vbulletin not just me or few guyz like me
Reply With Quote
  #4  
Old 02-22-2008, 09:59 AM
punchbowl punchbowl is offline
 
Join Date: Nov 2006
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

honestly I have confirmation from big, legitimate vb sites going into my spam box and confirmation emails from tiny vb sites going into my inbox.
Reply With Quote
  #5  
Old 02-22-2008, 10:10 AM
PAKIDIL PAKIDIL is offline
 
Join Date: Jan 2007
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

that's too bad or may be its just hosting server setting for sending mail
Reply With Quote
  #6  
Old 02-22-2008, 10:36 AM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need the mail.log / mail_log depending the the servers OS, that is the only way to find out exactly why the email server it is sent to is putting them in the users junk/spam folder, there are numerous reasons this can happen, probably the most notorious one is the domain that the email originates from, sample:

forums@server.yoursite.com

As the server. part is in the email, its not a correctly formatted email from address.

Make sure your host has setup a valid PRT record for your IP as well.

There are to many reasons to list here.

Get the email log from the server and start checking the hosts that are marking your emails as spam, there are numerous ways to resolve this depending on your host and if this is a dedicated server, you may have to resort to using the smtp feature built into vbulletin to use a real outgoing valid email account.
Reply With Quote
  #7  
Old 02-22-2008, 11:48 AM
PAKIDIL PAKIDIL is offline
 
Join Date: Jan 2007
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

where i will get mail.log file ?
Reply With Quote
  #8  
Old 02-22-2008, 12:00 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

From the server itself, typically in /var/log on a linux server, if this isnt a dedicated server or a vps, i doubt your host will give it to you anyways.
Reply With Quote
  #9  
Old 02-22-2008, 12:25 PM
PAKIDIL PAKIDIL is offline
 
Join Date: Jan 2007
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is the HEADER of the confirmation mail of the Vbulletin forums, and the mail is NOT sent to JUNK/SPAM
folder in Yahoo and hotmail:

Received-SPF: pass (google.com: domain of webmaster@vbulletin.org designates 209.62.16.134 as permitted sender) client-ip=209.62.16.134;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of webmaster@vbulletin.org designates 209.62.16.134 as permitted sender) smtp.mail=webmaster@vbulletin.org


This is header info of my forums, where the mail is sent to JUNK/SPAM of yahoo and hotmail:

Received-SPF: neutral (google.com: 66.90.101.244 is neither permitted nor denied by domain of zahidonly_4u@yahoo.com) client-ip=66.90.101.244;
Authentication-Results: mx.google.com; spf=neutral (google.com: 66.90.101.244 is neither permitted nor denied by domain of zahidonly_4u@yahoo.com) smtp.mail=zahidonly_4u@yahoo.com


So can anyone tell how to fix this, so that my FORUMS do not send the mail to JUNK/SPAM of yahoo and hotmail ?
Reply With Quote
  #10  
Old 02-22-2008, 12:56 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dont use a yahoo email in your admincp, the email should be set to one of your domain name.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:18 AM.


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.03974 seconds
  • Memory Usage 2,249KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete