Thanks for all the replies.
I am using both pop and smtp. I can ping the servver and telnet into into
port 25 (the response is rather slow) from other computers. I cannot however
telnet into port 110 from any computers or the server itself, "Connection
Refused".
I have remote smtp connections enabled in Yast.
I have also tried some of the recommended settings in main.cf with no
success.
The strange thing is that one message that I tried to send from a computer
w/Outlook made it to the server, but the message ended up in the "deffered"
folder (/var/spool/postfix/deferred/D) and the error log said something like
"virus scan failed. No virus scanners available". I tried turning off the
virus scanner in Yast, but no louck.
John
"Bit Twister" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Sun, 17 Jul 2005 19:47:12 -0400, KiNgTuT99 wrote:
>> Hello,
>>
>> I am trying to setup an email server for my small LAN.
>>
>> I am using PostFix on SuSE 9.3.
>>
>> When I try to connect from either KMail or Oulook on another local
>> machine,
>> I get errors. In Outlook the servers are found, but "there is no
>> response",
>> and in kmail - "Could not connect to 192.168.0.102"
>
> Have you looked in /var/log/mail/* files?
>
>> I've tried turning off the firewall and playing with different values in
>> the
>> main.cf file, but no success.
>
> $ hostname
> fw.home.invalid
>
> $ cat /etc/hosts
> 127.0.0.1 localhost
> 192.168.1.1 fw.home.invalid fw
> 192.168.1.10 wb.home.invalid wb
>
> Snippet from bottom of my main.cf which allows mine to work
>
> myorigin = comcast.net
> mydomain = home.invalid
> mydestination = $myhostname, localhost.$mydomain, localhost
> mynetworks = 192.168.1.0/24, 127.0.0.0/8
> relayhost = smtp.comcast.net
> relay_domains = $mydomain
> inet_interfaces = $myhostname, localhost
> smtp_host_lookup = dns, native
>
|