Postfix as localhost

2003-10-25 Thread Dead Line


Hello everybody,

  I have FreeBSD 4.8-R, I installed postfix latest from /ports.
  The problem is this box has no domain, its just an fakeip 192.168.*
  Now, after I installed postfix and disabled sendmail, my openwebmail 
client start to say
  Unable to connect to SMTP server:25

  I tried the configuration in /postfix/main.cf   to ip 192.168.0.2 or ip 
127.0.0.1 or localhost
  but all fail in my box and nothing works as SMTP!

deadline - send message error - couldn't open SMTP server 
192.168.0.2:25
deadline - send message error - couldn't open SMTP server 127.0.0.1:25
deadline - send message error - couldn't open SMTP server localhost:25

 Also when i try to telnet to my smtp seems no response and i dunt get a 
postfix welcome msg!

192# telnet localhost smtp
Trying 127.0.0.1...
Connected to localhost.q8online.com
Escape character is '^]'.
and it doesnot response to commands here!

 In the same time, postfix reload or check, reads no problem.

 Seems postfix cannot read a IP number as smtp server/port.
 anyone kindly has a solution for this?
 Thank you too much
 Marwan Sultan.
_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Postfix as localhost

2003-10-25 Thread Nico Meijer
Hi Marwan,

  I have FreeBSD 4.8-R, I installed postfix latest from /ports.
  The problem is this box has no domain, its just an fakeip 192.168.*
No problem with that. Don't forget to specify proxy_interfaces if this 
box is to serve as anything remotely related to the term MX.

Please check your inet_interfaces setting:

inet_interfaces = localhost

might be what you need.

If you need more help, please post the output of `postconf -n`.

Good luck... Nico

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Postfix as localhost

2003-10-25 Thread Dead Line
Hi Nico, and thanks.

Hi everyone,

I added the line inet_interfaces = localhost to main.cf
But still the same :-(
and still my openwebmail says Couldn't open SMTP server localhost:25!

and telniting to localhost smtp still no responding :/

This is the output of postconf -n

192# postconf -n
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
daemon_directory = /usr/local/libexec/postfix
debug_peer_level = 2
debug_peer_list = 127.0.0.1
inet_interfaces = localhost
mail_owner = postfix
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
mydestination = $myhostname, localhost
myhostname = localhost
mynetworks = 192.168.0.0/28, 127.0.0.0/8
myorigin = $mydomain
newaliases_path = /usr/local/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
unknown_local_recipient_reject_code = 450
192#
_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Postfix as localhost

2003-10-25 Thread Dead Line

Hi Nico, and thanks.

Hi everyone,

I added the line inet_interfaces = localhost to main.cf
But still the same :-(
and still my openwebmail says Couldn't open SMTP server localhost:25!

and telniting to localhost smtp still no responding :/

This is the output of postconf -n

192# postconf -n
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
daemon_directory = /usr/local/libexec/postfix
debug_peer_level = 2
debug_peer_list = 127.0.0.1
inet_interfaces = localhost
mail_owner = postfix
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
mydestination = $myhostname, localhost
myhostname = localhost
mynetworks = 192.168.0.0/28, 127.0.0.0/8
myorigin = $mydomain
newaliases_path = /usr/local/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
unknown_local_recipient_reject_code = 450
192#
_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]