XMailforum is a readonly knowledge archive now.

Registering as a new user or answering posts is not possible anymore.

Might the force be with you, to find here what you are looking for.

2019-09-20 - hschneider, Admin

Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.

XMail Forum -> UebiMiau and xmail

Closed TopicStart new topic

> UebiMiau and xmail, smtp connect
theodoros
  Posted: Mar 11 2004, 11:49 AM
Quote Post


Newbie
*

Group: Members
Posts: 13
Member No.: 968
Joined: 5-March 04



Hi all,

i was use UebiMiau 2.7.8 RC1 with xmail 1.17
I have a trouble when i try to send a mail.
If i setup in config.php the mailer_type= "smtp_server"
When i try to send a email i get an error
It was not possible to send this e-mail
mail.*****.***

The same error i get when i use sendmail. I try to use xmail sendmail but i steel get the same error.
The only way to send email is to use PHP 's mail fuction, but there i have other problem
the sender email address is null and some mail server don't accept the mail.

Can someone help me with this problem????


Thanks,
Theodoros
PMEmail Poster
Top
atomant
Posted: Mar 11 2004, 12:16 PM
Quote Post


No - I'm not an answering script ...
Group Icon

Group: Admin
Posts: 1776
Member No.: 427
Joined: 18-January 03



No problem:
- edit file /uebimiau/inc/class.smtp.php for variables from and fromname (enter known user on your system eg. root@your.domain )

That should do it.


--------------------
Bye,
Sasa



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

All electric machines work on smoke...when the smoke escape from machines, they don't work anymore
Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming or what?"
PMEmail PosterUsers WebsiteICQ
Top
theodoros
Posted: Mar 11 2004, 08:46 PM
Quote Post


Newbie
*

Group: Members
Posts: 13
Member No.: 968
Joined: 5-March 04



I don't find any of this variable in the file /uebimiau/inc/class.smtp.php

I use php mailer now the problem in this case is some mail server don't accept the mail and the error:
the remote smtp server don't accept null sender.
And when i get a mail in th full header say
Received: (from apache@localhost)


If i try to use xmail smtp server the webmail don't connect to server propably. Abd i make all changes in the config.php


Regards,
Theodoros
PMEmail Poster
Top
atomant
Posted: Mar 12 2004, 07:39 AM
Quote Post


No - I'm not an answering script ...
Group Icon

Group: Admin
Posts: 1776
Member No.: 427
Joined: 18-January 03



This is the beginning of my class.smtp.php:
CODE
<?php
/************************************************************************
UebiMiau is a GPL'ed software developed by

- Aldoir Ventura - aldoir@users.sourceforge.net
- http://uebimiau.sourceforge.net

Fell free to contact, send donations or anything to me :-)
Săo Paulo - Brasil
*************************************************************************/



class phpmailer {

var $Priority   = 3;
var $CharSet   = "iso-8859-1";
var $ContentType  = "text/plain";
var $Encoding   = "8bit";
var $From    = "root@localhost";
var $FromName   = "root";
var $Subject   = "";
var $Body    = "";
var $WordWrap   = true;
var $MailerDebug  = false;
var $UseMSMailHeaders = true;
var $IPAddress   = "unknown";
var $timezone   = "+0000";

As you can see, there are variables From and FromName.


--------------------
Bye,
Sasa



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

All electric machines work on smoke...when the smoke escape from machines, they don't work anymore
Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming or what?"
PMEmail PosterUsers WebsiteICQ
Top
theodoros
Posted: Mar 12 2004, 08:39 AM
Quote Post


Newbie
*

Group: Members
Posts: 13
Member No.: 968
Joined: 5-March 04



All of this variables is in my class.phpmailer.php.

If i set a known user of my system in the frozen list come a mail (ex. root@mydomain)
and stay in frozen list.
If i leave it blank all work fine in some mail server but in some mail servers i get this error
[PeekTime] 1079081289 : Fri, 12 Mar 2004 08:48:09 -0000
<<
ErrCode = -82
ErrString = [RCPT TO:] not permitted by remote SMTP server
ErrInfo = 550 5.7.1 <> Access not allowed
SMAIL SMTP-Send MX = "*****.******.**." SMTP = "*****.***.**" From = "" To = "****@*****.***" Failed !
SMTP-Error = "550 5.7.1 <> Access not allowed"
SMTP-Server = "*******.******.****."
>>

Cheers,
Theodoros

Sorry for my English i'm from Greece
PMEmail Poster
Top
atomant
Posted: Mar 12 2004, 09:12 AM
Quote Post


No - I'm not an answering script ...
Group Icon

Group: Admin
Posts: 1776
Member No.: 427
Joined: 18-January 03



Just now, I have realised, that you are using version 2.7.8 RC1. I was testing this version but I had too much problems with it so I am know on 2.7.2 ( the stable one) and it works fine.
I suggest you to use the stable one.


--------------------
Bye,
Sasa



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

All electric machines work on smoke...when the smoke escape from machines, they don't work anymore
Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming or what?"
PMEmail PosterUsers WebsiteICQ
Top
theodoros
Posted: Mar 16 2004, 12:02 PM
Quote Post


Newbie
*

Group: Members
Posts: 13
Member No.: 968
Joined: 5-March 04



Thanks for your help
i was download the suggested version
and all is ok now


Theodoros
PMEmail Poster
Top
0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
0 Members:
« Next Oldest | Webmail Add-ons | Next Newest »

Closed TopicStart new topic