Linode Forum
https://forum.linode.com/

Sendmail working but citmail (Citadel replacement) is not
https://forum.linode.com/viewtopic.php?f=11&t=6862
Page 1 of 1

Author:  adamr [ Thu Mar 24, 2011 8:47 am ]
Post subject:  Sendmail working but citmail (Citadel replacement) is not

Hello,
I am looking for solution for two days but I cannot find relevant information. Please can somebody help me?

Two days ago I installed LAMP (Debian 5) and Citadel e-mail on Linode 512. I used great LAMP and Citadel guide in Linode Library. Everything works great except e-mail. I can send and receive e-mails in WebCit (Citadel webmail) and I can receive e-mails using POP3. I have problem only with PHP mail() function.

I tested my sites before I installed Citadel and all mailforms working properly (sendmail working properly). I installed citadel-suite and all mailforms stop working without any warning. Citadel replaced sendmail by citmail and citmail is not working properly. I noticed that some PHP mail scripts are working but these scripts are very simple.

For example using this script I can send e-mail:
Code:
<?php
$subject= "something";
$to = "my-email@my-domain.com";
$headers = 'From: somebody@domail.com';
$body ="Hello!";
mail("$to","$subject","Message: $body",$headers);
?>


But when I add for example Content-Type into header than e-mail is not delivered. I am sure that my scripts are OK - they were functional on my previous webhosting and they are working with sendmail. But with citmail I cannot send e-mails using PHP.

Thank you.

Author:  jumper [ Thu Jun 30, 2011 10:34 am ]
Post subject: 

Can you post snippet of a code that's NOT working?

Author:  jebblue [ Sat Jul 02, 2011 1:16 pm ]
Post subject: 

Check Citadel support http://www.citadel.org/doku.php/doku.ph ... ling_lists

Page 1 of 1 All times are UTC-04:00
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/