Hi, Thanks for responding. I hope we can help each other. I have not been
able to get the scripts to read from the configuration file, so I hard coded
the config. Here is the configuratio I am using. It sounds like the jabber
server doesn't know how to route message because it doesn't know how to
resolve the jid to the smtp address. Check your config against this. It is a
little confusing :)
When the jabber server sees smtp.imsrv.iatrogenix.com, it should know to
route to the smtp server.
Let me know if you get it working.
Ray
my mailserver is :imsrv.iatrognix.com
SMTP.PL
my %Config = &getConfig();
my $SMTP_LOCALIP = '207.182.37.26';
# "$Config{smtp}->{ip}";
my $SMTP_LOCALPORT = '25';
# "$Config{smtp}->{port}";
my $SMTP_BANNERHOST = 'smtp.imsrv.iatrogenix.com';
# "$Config{smtp}->{bannerhost}";
my $SMTP_SMARTHOST = '';
# "$Config{jabber}->{smarthost}";
my $SMTP_SENDER = '[EMAIL PROTECTED]';
# "$Config{jabber}->{smtp_sender}";
my $JABBER_NAME = 'smtp.imsrv.iatrogenix.com';
# "$Config{smtp}->{jname}";
my $JABBER_REWRITE_DOMAIN = 'imsrv.iatrogenix.com';
# "$Config{smtp}->{rewrite}";
my $MIME_PATH = '/home/jabber';
# "$Config{smtp}->{mime_path}";
my $MIME_URL = 'http://www.iatrogenix.com';
# "$Config{smtp}->{mime_url}";
JABBER.PL
my %Config = &getConfig();
my $SMTP_SENDER = '[EMAIL PROTECTED]';
# "$Config{jabber}->{smtp_sender}";
my $SMTP_SMARTHOST = '';
# "$Config{jabber}->{smarthost}";
my $JABBER_IP = '207.182.37.26';
# "$Config{jabber}->{ip}";
my $JABBER_PORT = '5226';
# "$Config{jabber}->{port}";
my $JABBER_SECRET = 'RDstar3000';
# "$Config{jabber}->{secret}";
my $JABBER_NAME = 'smtp.imsrv.iatrogenix.com';
# "$Config{jabber}->{jname}";
my $JABBER_REWRITE_DOMAIN = 'imsrv.iatrogenix.com';
# "$Config{smtp}->{rewrite}";
my $MAIL_NAME = 'imsrv.iatrogenix.com';
# "$Config{jabber}->{mname}";
my $RESTRICT_SERVERS = '0';
# "$Config{jabber}->{restrict}";
JABBER.XML
<service id='smtp.imsrv.iatrogenix.com'> <<<< make sure the service name
matches the jabber name
<accept>
<ip>207.182.37.26</ip>
<port>5226</port>
<secret>secret</secret>
</accept>
</service>
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Anantha Krishnan V
Sent: Monday, September 02, 2002 7:36 AM
To: [EMAIL PROTECTED]
Subject: Re: [JDEV] Jabber-SMTP Message Board
Ray, I have setup Jabber and Jabber-SMTP on my PC. I am able to receive
email messages in my Jabber client. I am not able to send messages to an
email account though. Looks like we can help each other here :).
I use Jabber-SMTP as the SMTP server to send email. I am not able to use any
other SMTP server as my Jabber server is inside a firewall.
When I try to send a message to an email account my jabber server says
"Unable to deliver, destination unknown". I think this is more of a
configuration problem.
I am still experimenting.
Regards,
Ananth.
----- Original Message -----
From: "Ray Deininger" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 28, 2002 8:01 PM
Subject: RE: [JDEV] Jabber-SMTP Message Board
> It's under the old-project section.
> http://www.theoretic.com/?Old_Projects
>
> I have not been able to get the incoming to work. Let me know if you do.
The
> sending is fine.
>
> Ray
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Anantha Krishnan V
> Sent: Wednesday, August 28, 2002 12:17 AM
> To: [EMAIL PROTECTED]
> Subject: [JDEV] Jabber-SMTP Message Board
>
>
> Hi, the Jabber-SMTP Message Board at
http://www.theoretic.com/JabberSMTP.cgi
> (Thats where the installation doc of the SMTP release pointed) is down for
a
> long time now. Has is been moved some place else?
>
> Thanks in advance,
> Ananth.
>
> _______________________________________________
> jdev mailing list
> [EMAIL PROTECTED]
> http://mailman.jabber.org/listinfo/jdev
>
>
> _______________________________________________
> jdev mailing list
> [EMAIL PROTECTED]
> http://mailman.jabber.org/listinfo/jdev
>
>
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev