phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] Problems with sending mail


From: Chris Weiss
Subject: Re: [Phpgroupware-users] Problems with sending mail
Date: Thu, 15 Apr 2004 13:27:54 +0000

doesn't look disbaled to me, but it's not per user either..

email/inc/class.mail_send.inc.php  line 209
$smtp_auth_login_required = False;
//$smtp_auth_login_required = true;
$mylogin = "xxxxxx";
$mypassword = "xxxxxxxxxx";


flip the false to true and enter the login info...

Dave Hall (address@hidden) wrote:
>
> Hi Dousak,
>
> phpGW does not current support smtp-auth.  There is some deactivated
> code which needs to be finished to support this.  Could the smtp be
> configured to allow the apache box to send without auth?
>
> Cheers
>
> Dave
>
> PS - Damn message didn't want to quote :(
> Content-Type: multipart/signed; micalg=pgp-sha1;
>       protocol="application/pgp-signature";
>       boundary="=-FeZCkQpP0u5c878FHiz8"
>
>
> --=-FeZCkQpP0u5c878FHiz8
> Content-Type: text/plain
> Content-Transfer-Encoding: quoted-printable
>
> Hi there,
>
> I installed phpgroupare and everything but senting to other servers
> works. Sending to another domain on same server works, without problems.
> Server, of course, IS NOT open relay, SMTP auth is necessary...but I
> never found where user can set his/her smtp passwd. Maybe this is the
> problem?
> So, here is what happens when I try sending mail to another domain (on
> other server):
>
>
> Your message could not be sent!
> The mail server returned:
> Array
> (
>     [code] =3D> 554
>     [msg] =3D> : Recipient address rejected: Access denied
>
>     [desc] =3D>=20
>     [server_chat] =3D>=20
> c->s: fsockopen(mail.ris.org,25,0,,5) ; returned: Resource id #70
> s->c: 220 mail.sisplet.org ESMTP Postfix
> c->s: EHLO pisarna.sisplet.org
> s->c: 250-mail.sisplet.org
> s->c: 250-PIPELINING
> s->c: 250-SIZE 10240000
> s->c: 250-VRFY
> s->c: 250-ETRN
> s->c: 250-STARTTLS
> s->c: 250-XVERP
> s->c: 250 8BITMIME
> c->s: MAIL FROM:<address@hidden>
> s->c: 250 Ok
> c->s: RCPT TO:<address@hidden>
> s->c: 554 <address@hidden>: Recipient address rejected: Access denied
>
> )
>
> To go back to the msg list, click here
>
>
> Thanks,
>
> May
>
>
> ------------
> BOFH excuse #392: It's union rules. There's nothing we can do about it.
> Sorry.
>
> --=-FeZCkQpP0u5c878FHiz8--
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]