|
Re: Problem with mailingslistmanager |
Thu, 29 September 2005 11:59 |
|
Hi Ilia,
2 more problems:
Ther serious one:
If i write a post in the forum, a mail like the following is sent to the list:
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: BASE64
SGF2ZSBhIGxvb2sgaW50byB0aGUgYWRtaW4tcGFubmVsClRoZSBmaXJzdCBwb2ludCBpcyAtPnN p
dGUgY29uZmlndXJhdGlvbjwtCgpUaGVyZSBsb29rIGluIHRoZSAzJ3JkIHRvcGljIHdoaWNoIGl z
ICJzZWN1cml0eSIKClRoZSAzJ3JkIGl0ZW0gaW4gdGhpcyB0b3BpYyBpcyB3aGF0IHlvdSBhcmU g
bG9va2luZyBmb3IgLi4uCgpodGgKY3UKY29ybmVsaXVz
the less serious one:
For each ml a file in messages/ is created with mod 600 form the user of the mailserver. Thus the mailserver can't read the file.
|
|
Re: Problem with mailingslistmanager |
Thu, 29 September 2005 06:08 |
|
Ok, it's running now.
i had to chown ~/messages/*
cause this had wrong permissions from my commandline test as root
tnx for your help Ilia!!!
|
|
Re: Problem with mailingslistmanager |
Thu, 29 September 2005 03:29 |
|
Sep 29 09:25:53 server postfix/local[13777]: 27BF250017: to=<@egroupware.org>, relay=local, delay=0, status=bounced (Command died with status 255: "php -q /var/www/html/forum/scripts/maillist.php 1")
It succeeds (command line) as root, but NOT as normal user.
The mailserver runs as postfix user
Ok, i got it, i need to unlock the forum files all the time, cause otherwise the maillist-script can't be run.
but if i do so and send a message now, it's deleivert to the script, a new user is created to the forum, but the message isn't shown in the forum...
|
|
Re: Problem with mailingslistmanager |
Wed, 28 September 2005 18:46 |
|
Add -q flag to PHP, you seem to have php-cgi installed.
What user does the process runs as when it succeeds (command line) vs when it runs via procmail?
|
|
Re: Problem with mailingslistmanager |
Wed, 28 September 2005 16:26 |
|
Ther errormessage changes form :
Sep 28 20:12:25 server postfix/local[28935]: 37F8C50017: to=<@egroupware.org>, relay=local, delay=1, status=bounced (Command died with status 255: "/var/www/html/forum/scripts/maillist.php 1")
to:
Sep 28 22:21:41 server postfix/local[4214]: A0FAD50017: to=<@egroupware.org>, relay=local, delay=1, status=bounced (Command died with status 255: "php /var/www/html/forum/scripts/maillist.php 1". Command output: Content-type: text/html_ _ )
btw: On the console it is running. if i do
cat mail.txt |/var/www/html/forum/scripts/maillist.php 1
the mail comes into the forum
|
|
|
Problem with mailingslistmanager |
Wed, 28 September 2005 14:28 |
|
Hi
i'm not able to use the mailinglist-manager.
This is what i did:
i set up a forum and a emailadress for the mailinglist.
i set up the mailinglist rule and added a line into
/etc/postfix/aliases:
"fud-developers: "|/var/www/html/forum/scripts/maillist.php 1"
If i now send a message to the adress (@egroupware.org) the mail gets bounced with the following in the logs:
to=<@egroupware.org>, relay=local, delay=1, status=bounced (Command died with status 255: "/var/www/html/forum/scripts/maillist.php 1")
question: The mailinglist address (which i typed into the maillinglist form) is @lists.sourcefore.net. But the mails are send from egroupware-developers-admin@lists.sourceforge.net. is this a problem?
|
|