15 messages in com.mysql.lists.eventum-usersRE: error - unable to set sender to [...| From | Sent On | Attachments |
|---|---|---|
| JamesM | 16 Oct 2004 21:38 | |
| Bryan Alsdorf | 16 Oct 2004 23:26 | |
| Adam Trimeloni | 18 Oct 2004 13:47 | |
| Bryan Alsdorf | 19 Oct 2004 07:27 | |
| Adam Trimeloni | 19 Oct 2004 11:42 | |
| JamesM | 19 Oct 2004 12:22 | |
| Bryan Alsdorf | 19 Oct 2004 12:25 | |
| Bryan Alsdorf | 19 Oct 2004 12:42 | |
| JamesM | 19 Oct 2004 13:08 | |
| JamesM | 19 Oct 2004 13:09 | |
| Bryan Alsdorf | 19 Oct 2004 14:06 | |
| patr...@belgacom.be | 20 Oct 2004 01:35 | |
| JamesM | 22 Oct 2004 08:02 | |
| Joao Prado Maia | 22 Oct 2004 08:15 | |
| Joao Prado Maia | 22 Oct 2004 08:39 |
| Subject: | RE: error - unable to set sender to [@localhost]![]() |
|---|---|
| From: | Bryan Alsdorf (bry...@mysql.com) |
| Date: | 10/19/2004 12:42:40 PM |
| List: | com.mysql.lists.eventum-users |
James,
-----Original Message----- From: JamesM [mailto:jame...@gmail.com] Subject: Re: error - unable to set sender to [@localhost]
Well, it seems I have found the cause to the original problem, unable to set sender to [@localhost]. It seems that was the host name of my linux box. I now have that set correctly.
Well that is good you have fixed that.
But now there are not any emails being sent from the system. I have created a small php script to send a message to me, to ensure that the cron was executing and that the box was able to send mail. I added a new entry to the crontab right after the process_mail_queue entry and it did send me my test message email.
But I still do not get any emails for new user signups or the error emails I previously got. I did notice my cron job is running as Root. Should this be ran as Apache or anything?
The cron just needs permissions to read the eventum files which root will have. Have you tried running the script manually to see if you get any output? If you don't get any output, but the emails still are not sent, check error_handler.log and change the error reporting options in config.inc.php to match the options below. ini_set("display_errors", 1); error_reporting(E_ALL);
--Bryan MySQL AB
Thanks, James
On Tue, 19 Oct 2004 11:42:34 -0700, Adam Trimeloni <atri...@qsii.com> wrote:
Here is the what displays in the notification list on the issue details page (eventum/view.php?id=131):
Staff: Adam Trimeloni Other: @localhost
So, you are quite correct, although I am not sure where the Other comes from?
This particular issue was created from my test of the email integration feature.
Regards,
Adam
-----Original Message----- From: Bryan Alsdorf [mailto:bry...@mysql.com] Sent: Tuesday, October 19, 2004 9:28 AM To: Adam Trimeloni; even...@lists.mysql.com Cc: 'JamesM' Subject: RE: error - unable to set sender to [@localhost]
Adam, Please check the notification list for issue #131 for invalid or empty emails. An empty email shouldn't have been able to be added to the list, but that would cause this problem so it is the first thing I would like you to check.
--Bryan MySQL AB
-----Original Message----- From: Adam Trimeloni [mailto:ATri...@qsii.com] Subject: RE: error - unable to set sender to [@localhost]
I am having a similar problem, which I was about to search the archives for.
Mine, however, says unable to add recipient, instead of unable to set sender.
Here is the background information.
1. I have the "SMTP (Outgoing Email) Settings: " set to point to my mailserver. 2. I normally run eventum with the "Email Integration Feature" disabled. 3. Eventum does send out new user emails, update notifications, etc with no problems when "Email Integration Feature" is disabled.
What I changed.
I wanted to start testing out the "Email Integration Feature", so I had our network admin set me up with a test account. I set this account up using IMAP on the "Manage Email Accounts" page. I was able to download messages (which automatically associated themselves with a new issue, which I would not actually like them to do).
I thought things looked good, except that as soon as I did this, I started receiving the error message below.
If I turn the "Email Integration Feature" off, I don't get them, as soon as I turn it back on, I get them.
Error email below. Path to eventum replaced with "...."
----------------------------------------
Hello,
An error was found at 10/12/2004 10:59:01 (1097603941) on line '228' of script '...\eventum\include\class.mail_queue.php'.
The error message passed to us was:
'unable to add recipient [@localhost]: 501 Invalid Address'
A more detailed error message follows:
''
That happened on page '' from IP Address '' coming from the page (referrer) ''.
Sincerely yours, Automated Error_Handler Class
A backtrace is available:
array(2) { [0]=> array(6) { ["file"]=> string(86) "....\eventum\include\class.mail_queue.php" ["line"]=> int(187) ["function"]=> string(10) "_sendemail" ["class"]=> string(10) "mail_queue" ["type"]=> string(2) "::" ["args"]=> array(3) { [0]=> &string(10) "@localhost" [1]=> &string(192) "MIME-Version: 1.0 From: "Automated Eventum Emails" <atri...@qsii.com> To: @localhost Subject: [#131] Closed: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit " [2]=> &string(2814) "This is an automated message sent at your request from Bugs Tracking Software.
This issue was just closed. ..........
-----Original Message----- From: Bryan Alsdorf [mailto:bry...@mysql.com] Sent: Sunday, October 17, 2004 1:27 AM To: 'JamesM'; even...@lists.mysql.com Subject: RE: error - unable to set sender to [@localhost]
James, Do you have email information set in manage/general.php ? You will need to fill in the "SMTP (Outgoing emails) Settings" section. Unfortunately all the emails currently in the queue will need to either be deleted, or updated to set the From field.
Please let me know if this solves your problem.
--Bryan MySQL AB
-----Original Message----- From: JamesM [mailto:jame...@gmail.com] Sent: Saturday, October 16, 2004 11:39 PM To: even...@lists.mysql.com Subject: error - unable to set sender to [@localhost]
Hello, I have recently setup eventum at our office. I then proceeded to make the cronjob to process the mail queue. But it will not send mails when a new user signs up. I do get error emails to my box, saying " unable to set sender to [@localhost].
I have the most recent version running on RedHat Enterprise 3.
If you have any ideas as to way this is happening, I would really appreciate it. Thanks, James
-- Eventum Users Mailing List For list archives: http://lists.mysql.com/eventum-users To unsubscribe: http://lists.mysql.com/eventum-users?unsub=bry...@mysql.com
-- Eventum Users Mailing List For list archives: http://lists.mysql.com/eventum-users To unsubscribe: http://lists.mysql.com/eventum-users?unsub=ATri...@qsii.com
--
Eventum Users Mailing List For list archives: http://lists.mysql.com/eventum-users To unsubscribe: http://lists.mysql.com/eventum-users?unsub=ATri...@qsii.com
-- Eventum Users Mailing List For list archives: http://lists.mysql.com/eventum-users To unsubscribe: http://lists.mysql.com/eventum-users?unsub=bry...@mysql.com




