Steve Anderson said:
> Using SM 1.2.10 (installed via RPM) on RH 7.3 standard install.
> Accessing UW IMAP on separate mail server box (RH 7.2).  Both servers on
> private IP class behind a firewall.  I'm reading, browsing, deleting
> email just fine via IMAP.
>
> Problem is I can't send mail.  I've tried forwarding messages and
> composing new messages.  No error messages from SM, no mail in sent
> folder ... Can't find any sign of error anywhere, but no message is
> sent.  I've checked all logs I can think of on web server hosting SM and
> on the separate mail server and cannot find any hint of error or
> attempts to send.
>
> I've used conf.pl to try both local sendmail for sending, as well as
> trying SMTP settings for mail server.  I've restarted httpd after each
> configuration change.
>
> I'm hoping I've overlooked something really simple...

Have you made sure you can connect via smtp to your smtp server? Try:

telnet <smtp server> 25

You should see a greeting from your smtp mail service. At the prompt, type

HELO localhost

then

MAIL FROM:<some address>
RCPT TO:<some address>
DATA

type some data, to exit type a . (period) on a line by itself and hit
enter, then

BYE

all of that should work; if not there's a problem with the communication
between your squirrelmail server and your smtp server.

-- 
Kurt Yoder
Sport & Health network administrator





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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

Reply via email to