Unable to send ecards Unable to send ecards
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Unable to send ecards

Started by Alejandrito, September 19, 2004, 02:49:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Alejandrito

Hi everyone!

I'm testing the ecard service and everytime i want to send an ecard, I get this kind of mail in my system (you know, i have to type "mail" in the comand line...). Of course the user doesn't get the email with the postcard URL...

I'm using Debian Sarge, Xampp as webserver and the last CPG version... any help here?

QuoteMessage 1:
From MAILER-DAEMON Thu Sep 09 06:19:46 2004
Envelope-to: nobody@sarge
Delivery-date: Thu, 09 Sep 2004 06:19:46 +0300
X-Failed-Recipients: xxxxxxx@wu-wien.ac.at
Auto-Submitted: auto-generated
From: Mail Delivery System <Mailer-Daemon@sarge>
To: nobody@sarge
Subject: Mail delivery failed: returning message to sender
Date: Thu, 09 Sep 2004 06:19:46 +0300

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  xxxxx@wu-wien.ac.at
    SMTP error from remote mailer after MAIL FROM:<nobody@sarge> SIZE=1930:
    host popstar.wu-wien.ac.at [137.208.3.10]: 553 5.1.8 <nobody@sarge>... Domain of sender address nobody@sarge does
not exist

------ This is a copy of the message, including all the headers. ------

Return-path: <nobody@sarge>
Received: from nobody by localhost.localdomain with local (Exim 4.34)
        id 1C5FTM-0002BZ-RI
        for xxxxx@wu-wien.ac.at; Thu, 09 Sep 2004 06:19:44 +0300
To: xxxxx@wu-wien.ac.at
Subject: Registro en Alejandro's Foto Gallery
From: xxxxx@myy.helia.fi
Subject: Registro en Alejandro's Foto Gallery
Message-Id: <E1C5FTM-0002BZ-RI@localhost.localdomain>
Sender: nobody <nobody@sarge>
Date: Thu, 09 Sep 2004 06:19:44 +0300

Joachim Müller

coppermine relies on a mail server properly set up, it's trying to use sendmail by default, SMTP if configured to do so. If your server can't send the emails, you will have to look into your mail server's settings - there's little that can be done from the viewpoint of coppermine.

Joachim

Alejandrito

Well, i had it like this: www.myserver.com/coppermine/ then i migrated from 4images to coppermine so now i have it in the main directory, maybe that broke the ecard system?

There is a way to make a backup and then restore the configuration?

Thanks

Joachim Müller

Quote from: matosale on September 19, 2004, 10:31:05 PMmaybe that broke the ecard system?
no, the postion of the coppermine files are not related. In fact (like I said), Coppermine is not related at all, but your webserver's internal mailserver setup. Coppermine just uses PHP's built-in mail() function - for details, please take a look at http://www.php.net/mail

Joachim

Alejandrito

i got it, just modified this in php.ini

; For Win32 only.
;SMTP = localhost

; For Win32 only.
;sendmail_from = me@localhost.com


it wasn't commented, so...now it works :)

Thanks!

Alejandrito

Weel, i just realize that i send the ecards,  but the user doesn't get the card!!

I still get this (typing "mail" i see new emails with the error message):

QuoteSMTP error from remote mailer after MAIL FROM:<nobody@sarge>:
    host mx0.gmx.de [213.165.64.100]: 550 5.1.8 {mx050} Cannot resolve your domain

$ cat /etc/hostname
sarge


Please try this and you will se what i mean:

http://alex.no-ip.biz/

Thanks in advance...