Web Hosting Talk







View Full Version : e-mail on raq3


FireFoz
05-04-2001, 09:34 AM
Since a few days i got my RaQ3. This is my first, and i managed to install and configure MySQL and PHP 4.0.5 myself, which i think is ok for a newbie.
Now i got 1 problem, with the e-mail.

In php.ini i got this:

[mail function]
; For Win32 only.
;SMTP = localhost

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

;For Unix only. You may supply arguments as well (default: 'sendmail -t -i').
sendmail_path = /usr/sbin/sendmail

At the moment im hosting my site on a virtual account on tera-byte, where it works fine. I have to configure my RaQ3 completely first, before i can move my site from the virtual host to my own server.
Therefor i dont have any domains i can use yet, just ips.

So i cant use mail.mydomain.com for example.
I've filled in the ips of my virtual host and my server ip under control panel>e-mail server parameters > Relay for the following Hosts/Domains
i left Smart Relay Host Name blank.

I dont get an error, i use mail function in php and it returns success (1) but i dont receive the mail.
I've tried a lot of different settings but none of them seem to work.
i got an e-mail with the following content on my root mail:

Subject: Cron <root@www> run-parts /etc/cron.daily
X-Cron-Env: <SHELL=/bin/bash>
X-Cron-Env: <PATH=/sbin:/bin:/usr/sbin:/usr/bin>
X-Cron-Env: <MAILTO=root>
X-Cron-Env: <HOME=/>
X-Cron-Env: <LOGNAME=root>


zcat: stdout: Broken pipe


Does anyone knows what is going on and how i can solve this?

FireFoz
05-05-2001, 03:22 PM
Im getting this error in the mail log:

May 5 05:45:04 www imapd[11130]: command stream end of file, while reading line user=Active_Monitor_69 host=localhost [127.0.0.1]
May 5 05:45:04 www sendmail[11132]: NOQUEUE: Null connection from localhost [127.0.0.1]
May 5 05:45:04 www in.qpopper[11131]: EOF from Active_Monitor_69 at 127.0.0.1 (localhost): [0] 2 (No such file or directory); 0 (Success)
May 5 05:45:04 www in.qpopper[11131]: Active_Monitor_69 at localhost (127.0.0.1): -ERR POP EOF or I/O Error: 2 (No such file or directory); 0 (Success)


Maybe that makes things clear.....im a total newbie......anybody knows what this means and how i can solve it?