On 12/06/2010 11:23 AM, Krishna Chandra Prajapati wrote:
> try mailman
>
> Krishna
>
> On Mon, Dec 6, 2010 at 9:49 PM, Sarkar, Kaushik
> <kaushik.sar...@netapp.com>wrote:
>
>>   *Hi,*
>>
>> * *
>>
>> *i am using fedora12 and started sendmail successfully. But it is dying
>> within few mins with the message saying.*
>>
>> * *
>>
>> *"sendmail dead but pid exist."*
>>
>> * *
>>
>> *from /var/log/maillog :*
>>
>> *daemon MTA : problem creating SMTP socket*
>>
>> *NOQUEUE : SYSERR(root): opendaemonsocket : daemon MTA : cannot bind:
>> Address already in use*
>>
>> * *
>>
>> *>hostname*
>>
>> *kaushik.example.com*
>>
>> *>hostname -f*
>>
>> *kaushik.example.com*
>>
>> * *
>>
>> *Any idea what is going wrong.*

It's saying that sendmail is trying to open the network port for SMTP
and something else has it open already.  This smells like you're trying
to have two MTAs (mail transport agents) running.

After sendmail dies, do a "netstat -lpn" and look for a process that
has port 25 (SMTP) open.  If you do, then you already have an MTA
running (probably postfix) and you don't need sendmail.

Check "man alternatives" for how the system deals with postfix/sendmail.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, C2 Hosting          ri...@nerd.com -
- AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -
-                                                                    -
-                    Do you know where _your_ towel is?              -
----------------------------------------------------------------------
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to