[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] sendmail options.



I'm planning on posting it on some place for open source projects, like
"sourceforge", or something, the main problem is that most of the code is
in spanish.. I also wanted to post a 'working' version..

At 10:58 22/06/2000 +0200, you wrote:
>Hi...
>
>there is a copy of this webmail i could try?
>
>Thanks for the reply.
>
>Marco
>
>Ariel Manzur wrote:
>
>> Hi..
>>
>> I'm writting this "free webmail" script on a RaQ3, I'm done actually, and I
>> have this problem:
>>
>> For the delivery of incoming msgs, I send all mails to an alias and then
>> put this on /etc/aliases:
>>
>> free-mail:      "|/usr/bin/delivery.pl"
>>
>> And on delivery.pl I parse the topmost "Recieved" header to find out who
>> gets the mail. The problem is with local mails, when user1@xxxxxxxxxxxx
>> sends a mail to user2@xxxxxxxxxxxxx I use
>>
>> open(SENDMAIL, "|$sendmail -oi -t");
>>
>> to send the mails, so sendmail justs delivers the e-mail without any
>> "recieved" header, so I can't know who is the mail for (specially if there
>> is more than 1 local recipient).
>>
>> So, can anyone sugest a solution? I looked at sendmail's man page, maybe
>> there is an option to make it handle local mail as non-local mail, or
>> something like that? I didn't find anything.
>>
>> Thanks.. Bye.
>>
>> Ariel.
>>
>> _______________________________________________
>> cobalt-developers mailing list
>> cobalt-developers@xxxxxxxxxxxxxxx
>> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>
>
>_______________________________________________
>cobalt-developers mailing list
>cobalt-developers@xxxxxxxxxxxxxxx
>http://list.cobalt.com/mailman/listinfo/cobalt-developers