Mailpost

 
Post new topic   Reply to topic    Aprelium Forum Index -> FastCGI/CGI
View previous topic :: View next topic  
Author Message
natvetorg
-


Joined: 06 Sep 2005
Posts: 11
Location: Victoria TX

PostPosted: Fri Sep 09, 2005 1:50 am    Post subject: Mailpost Reply with quote

I'm trying to get this to work. I have solved the cgi problems, I think, and the bad pipe.

This cgi script passes variables from a VB progarm to a template file and then calls another script to send it to my mail server.

I see in the log that it passed the variables, and I have no CGI error, but it never gets to my mail server.

This was successfully run on website (I know old old program).

Any ideas would be helpful
Back to top View user's profile Send private message Visit poster's website AIM Address
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Fri Sep 09, 2005 1:17 pm    Post subject: Re: Mailpost Reply with quote

natvetorg,

Can you post the code here so that we can review it?
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
natvetorg
-


Joined: 06 Sep 2005
Posts: 11
Location: Victoria TX

PostPosted: Fri Sep 09, 2005 2:14 pm    Post subject: Reply with quote

It's an exe. Here is what it shows this in the log:

"POST /cgi-win/mailpost.exe/nvo/updates.txt HTTP/1.1" 200 1794 "" ""

Mailpost then sends the txt file to another program called mailit.

I aliased both exe and put them in the scripts too.

Nia
Back to top View user's profile Send private message Visit poster's website AIM Address
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sat Sep 10, 2005 12:35 pm    Post subject: Reply with quote

natvetorg,

Is mailpost.exe conformant to the CGI interface? Can you please send it to support@aprelium.com so that we can check it? Please do not forget to add also a reference to this forum message and attach your abyss.conf file to the email.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
natvetorg
-


Joined: 06 Sep 2005
Posts: 11
Location: Victoria TX

PostPosted: Mon Sep 12, 2005 11:41 pm    Post subject: Mailserver Reply with quote

Your mailserver won't accept my email
Back to top View user's profile Send private message Visit poster's website AIM Address
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue Sep 13, 2005 3:18 pm    Post subject: Re: Mailserver Reply with quote

natvetorg wrote:
Your mailserver won't accept my email

??? Have you received an email stating that the message could not be delivered? Are you sure that you have ued the correct email address support@aprelium.com .
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
natvetorg
-


Joined: 06 Sep 2005
Posts: 11
Location: Victoria TX

PostPosted: Tue Sep 13, 2005 5:08 pm    Post subject: EMAIL Reply with quote

Yes, I received an email saying my mail server was unable to connect with yours.

I used the clickable mailto link from the message.

Just tried it again. It connects to your server and 20 seconds later disconnects.


Last edited by natvetorg on Tue Sep 13, 2005 5:44 pm; edited 1 time in total
Back to top View user's profile Send private message Visit poster's website AIM Address
admin
Site Admin


Joined: 03 Mar 2002
Posts: 1295

PostPosted: Tue Sep 13, 2005 5:11 pm    Post subject: Re: EMAIL Reply with quote

natvetorg,

Please retry sending your email again. Our mail servers are up and running and the best proof is the hundreds of spam messages we receive daily. :-)
If you are still unable to send it, please send us the message using this forum private messaging system.
_________________
Follow @abyssws on Twitter
Subscribe to our newsletter
_________________
Forum Administrator
Aprelium - https://aprelium.com
Back to top View user's profile Send private message
natvetorg
-


Joined: 06 Sep 2005
Posts: 11
Location: Victoria TX

PostPosted: Thu Sep 15, 2005 3:08 pm    Post subject: Mialpost Reply with quote

I would send it via your private email, however that's the problem.

Here is what it said.

The original message was received at Tue, 13 Sep 2005 15:57:46 -0700

----- The following addresses had permanent fatal errors -----
<support@aprelium.com>

----- Transcript of session follows -----
554 permanent problems with the remote server mx1.aprelium.com
Back to top View user's profile Send private message Visit poster's website AIM Address
p3
-


Joined: 17 Jun 2005
Posts: 615

PostPosted: Thu Sep 15, 2005 3:12 pm    Post subject: Re: Mialpost Reply with quote

natvetorg wrote:
I would send it via your private email, however that's the problem.

Here is what it said.

The original message was received at Tue, 13 Sep 2005 15:57:46 -0700

----- The following addresses had permanent fatal errors -----
<support@aprelium.com>

----- Transcript of session follows -----
554 permanent problems with the remote server mx1.aprelium.com

No, for private message you would need to send it to Aprelium or Admin... It is NOT an e-mail system as far as I know.
Back to top View user's profile Send private message Send e-mail
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu Sep 15, 2005 4:10 pm    Post subject: Re: Mialpost Reply with quote

natvetorg,

This email server problem is strange.

Anyway, please press the PM button in the bottom of this message to send us a private message (which does not rely on email).
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
natvetorg
-


Joined: 06 Sep 2005
Posts: 11
Location: Victoria TX

PostPosted: Mon Oct 24, 2005 11:27 pm    Post subject: html page Reply with quote

I have now turned on everything and off everything. Here is the html page that calls what I sent you. Hope you can give me some help.

<html>
<head>
<title>The National Veterans Organization of America</title>
</head>

<body>
<center>Update check</center>
<hr>
<FORM METHOD="POST" ACTION="/cgi-win/mailpost.exe/nvo/updates.txt">
<table>
<tr>
<td ALIGN="right"><em>Your license name</em></td>
<td><input TYPE="TEXT" NAME="LicenseName" SIZE="35"></td>
</tr>
<tr>
<td ALIGN="right"><em>LicenseNumber</em></td>
<td><input TYPE="TEXT" NAME="LicenseNumber" SIZE="35"></td>
</tr>
<tr>
<td ALIGN="right"><em>Body</em></td>
<td><input TYPE="TEXT" NAME="MsgBody" ROWS=20 COLS=40></td>
</tr>
</table>
<center>
<input TYPE="SUBMIT" VALUE="Submit Form"> <input TYPE="RESET" VALUE="Reset Form">
<INPUT NAME="success" TYPE="hidden" VALUE="http://www.nvois.com/files/updates.html">

</form>
</center>
</h5>
<!-- Dynamic text content ends here -->
</font></td>
<td width="8"></td>
<td valign="top" width="18%" bgcolor="#000080"><p align="center">

<HR>
<h4><center>
<br>
You are unique visitor number <!--#daycnt--> today and total visitor number <!--#totcnt-->.<br>
</h4><hr><h6>
<center>All pages on this website are copyright (c) 1995 - 2005, NVO Informations Systems, Inc.<br>
No information appearing on this site may be copied or posted on any other website without permision!<br>
<!-- Footer content ends here -->
</body>
</html>
Back to top View user's profile Send private message Visit poster's website AIM Address
natvetorg
-


Joined: 06 Sep 2005
Posts: 11
Location: Victoria TX

PostPosted: Sat Jul 08, 2006 10:48 pm    Post subject: Still not right Reply with quote

I'm still fighting with mailpost. I can't change it due to the fact that 200 software packages have it hardcoded.

Please let me know what I need to send.

Thanks

Nia
Back to top View user's profile Send private message Visit poster's website AIM Address
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun Jul 09, 2006 2:12 pm    Post subject: Re: Still not right Reply with quote

natvetorg wrote:
I'm still fighting with mailpost. I can't change it due to the fact that 200 software packages have it hardcoded.

Please let me know what I need to send.


Please send us the files we have requested earlier (please check the previous messages).
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> FastCGI/CGI All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group