vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   NNTP Gateway for Usenet ( Newsgroups ), Mailing Lists (https://vborg.vbsupport.ru/showthread.php?t=92588)

dodgez 08-03-2005 03:53 PM

Quote:

Originally Posted by ExpertDomino
Should this be tried on a Live Board.............can anyone show me a working demo?


http://gt500forums.com/testvb/index.php

dodgez 08-03-2005 03:55 PM

Quote:

Originally Posted by Cyburbia
Okay ... it seems to work in IE, but not Mozilla Firefox.

Just a question: has anyone gotten this to work with Yahoo Groups? Here's what I'm using:

Newsgroup/Mailing list E-mail: [nameofgroup]@yahoogroups.com
(the e-mail address a subscriber can use to send a message to the entire group.
Server: cyburbia.org
User name (only if required): [gateway email address used as email address+cyburbia.org]
(as listed for "Email Address - Choose the email address that you would like group messages sent to. My Web host requires you to put "+domainname.tld" at the end of user names for retrieving and sending e-mail.)
Password: [POP password]


I have the same problem as you. It just shows the html. I haven't tried it in IE tho...

Yahoo uses domain keys so you may have problems sending to their groups. I pull from them fine tho.

dodgez 08-03-2005 03:58 PM

Quote:

Originally Posted by dodgez
admin <admin.1svs8r@test>, UNEXPECTED_DATA_AFTER_ADDRESS@.SYNTAX-ERROR.

It didn't send it as my typed in e-mail address. This is on RC1 also.

Why is it send it as admin.1svs8r@test? I think this is why I can't send to yahoo groups....

klaus 08-03-2005 04:00 PM

Everything seems to work fine....

But attachments are ignored.
My settings: "Skip attachments no_attach 0"

"Thread found by Subject.
This forum does not allow attachments, therefore attachment ignored."

If I post in the forum directly I can post attachments fine. I use filesystem for my attachments by the way, not sure if that matters. Any ideas ?

wattieuk 08-03-2005 05:28 PM

does anyone have any server settings I could use. I am on AOL and they dont allow you access to newsgroups. Cheers

lierduh 08-03-2005 10:36 PM

Quote:

Originally Posted by custsrvcrep
Hi Lierduh,
two questions:

1. How involved is the upgrade path from 3.0.x to 3.5.x with your usenet hack installed? It runs great on the old version and I'm not excited about the change but realize I need to upgrade :(

In other words - what is the best path? Ignore usenet hack; upgrade to 3.5.x (upon final release); THEN install revised usenet hack? If that is true, is there any affect to the database since the hack has added various fields?

OR ???


2. Have you ever integrated an automatic scheduled pruning of usenet posted messages?

Thank you.

Just upgrade to vB3.5, you may like to turn off cron job for the gateway during the upgrade.

Upload all the new gateway file, go to AdminCP and open the settings page once, it will upgrade the gateway in the background. No database conflict has been encountered.

No, I do not have any scheduled pruning happening. Our hardware should be able to handle heaps more posts, so there is no need at the moment. However I have read in the past at least one of the gateway users has something like this.

Cyburbia 08-03-2005 11:40 PM

Quote:

Originally Posted by dodgez
Yahoo uses domain keys so you may have problems sending to their groups. I pull from them fine tho.

Would domainkeys really be a problem? Mail is sent to the list from my domain, with my domain's address.

I might set up a normal experimental listserv to see if I can get integration working there.

lierduh 08-04-2005 12:00 AM

Quote:

Originally Posted by Cyburbia
Would domainkeys really be a problem? Mail is sent to the list from my domain, with my domain's address.

I might set up a normal experimental listserv to see if I can get integration working there.

You will have problem if the hosts has implemented user name and password for the SMTP server. The gateway uses php's built-in mail() function to send emails. It uses the default SMTP server on the web server.

The server/username/password settings are for pop3 only.

You can enter your own email address at "Newsgroup/Mailing list E-mail". The emails should be sent to you instead of the mailing list if you do this.

Cyburbia 08-04-2005 02:57 AM

Quote:

Originally Posted by lierduh
You can enter your own email address at "Newsgroup/Mailing list E-mail". The emails should be sent to you instead of the mailing list if you do this.

Just tried it. Posted, reran the script, and ... nothing's reaching me from the gateway by e-mail.

Here's my debug message.

Gateway version 2.3.2 1 group(s) gatewayed.
Successfully connected to the 'cyburbia.org' pop3 server.
Retrieving 0 E-mails from the 'cyburbia.org' pop3 server.


Nothing about sending e-mail from the group to the list.
You said:

Quote:

You will have problem if the hosts has implemented user name and password for the SMTP server. The gateway uses php's built-in mail() function to send emails. It uses the default SMTP server on the web server.
If that's the case, how come vBulletin's account validation, PM notification, subscription notification and other messages get out?

I can't find the string "smtp" anywhere in any of the extension scripts, FWIW. Again, if vBulletin can connect and send through a SMTP server that has username and password implemented (if that's the case with me; I'm not positive, but like I said, I've had no problem with vBulletin validation and notification messages getting out), your script should be able to do the same. I think.

I do appreciate the work you've put into the script. I only wish I could get it to communicate in both directions.

lierduh 08-04-2005 04:15 AM

Have you had any new posts in the forums before you run the gateway? Because your debug message does not mention about "Posting Message".

If you had, then the script must have crashed due to some reason. You can find the error from the web log.

You won't find smtp in the scripts. If you need more info about mail(), please check:

http://php.mirrors.ilisys.com.au/man...ction.mail.php

Last, is your web server Windows based, or *nix based? What is your smtp setting in the php.ini if it is windows based.

Quote:

Originally Posted by Cyburbia
Just tried it. Posted, reran the script, and ... nothing's reaching me from the gateway by e-mail.

Here's my debug message.

Gateway version 2.3.2 1 group(s) gatewayed.
Successfully connected to the 'cyburbia.org' pop3 server.
Retrieving 0 E-mails from the 'cyburbia.org' pop3 server.


Nothing about sending e-mail from the group to the list.
You said:



If that's the case, how come vBulletin's account validation, PM notification, subscription notification and other messages get out?

I can't find the string "smtp" anywhere in any of the extension scripts, FWIW. Again, if vBulletin can connect and send through a SMTP server that has username and password implemented (if that's the case with me; I'm not positive, but like I said, I've had no problem with vBulletin validation and notification messages getting out), your script should be able to do the same. I think.

I do appreciate the work you've put into the script. I only wish I could get it to communicate in both directions.



All times are GMT. The time now is 11:40 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.01377 seconds
  • Memory Usage 1,757KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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