> > older webmail package might have used php functions to send email. I > think, PHP defaults to using /usr/sbin/sendmail. SquirrelMail uses own > functions and it can use SMTP or /usr/sbin/sendmail. By default SM is set > to use SMTP. If your SMTP server does some DNS tests with mail from: or > rcpt to: fields, you might have problems with slow DNS lookups. Set > SquirrelMail to use /usr/sbin/sendmail (conf.pl 2. Server settings -> 3. > Sendmail or SMTP). > > -- > Tomas
Hi Tomas, Thanks for the suggestion. My SM was indeed set to SMTP. I changed that to sendmail, then tweeked a couple things in sendmail to clean up the Authentication-Warning messages I was then getting when my apache user was trying to use sendmail and change the sender address. BTW, to get rid of those warnings add: FEATURE(`use_ct_file') to your submit.mc and rebuild/install it. I had tried it in my sendmail.mc but it didn't seem to clean up the warnings so I added it to submit.mc and that did it. Once you've rebuilt your submit.mc file you'll then want to create the /etc/mail/trusted-users file and add the username your web server runs as in it. Anyway, this seems to have done the trick for me. My ID's are now working quite nicely. Thanks again Tomas! -Gary ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
