This is a discussion on smtp does not respond within the alt.comp.mail.postfix forums, part of the Mail Servers and Related category; If I try to conect to poxfix's smtp server on 192.168.0.10 from the localhost, or from ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
If I try to conect to poxfix's smtp server on 192.168.0.10 from the
localhost, or from the 192.168.0.0/24 network, I get no responce and the conection times out. Anyone have any idea why? Here is my main.cf: queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/lib/postfix mail_owner = postfix myorigin = $mydomain inet_interfaces = $myhostname, localhost mydestination = $myhostname, localhost.$mydomain, $mydomain unknown_local_recipient_reject_code = 450 mynetworks = 192.168.0.0/24, 127.0.0.1 relayhost = mail.btinternet.com alias_maps = hash:/etc/mail/aliases alias_database = hash:/etc/mail/aliases home_mailbox = .mail/ local_destination_concurrency_limit = 2 default_destination_concurrency_limit = 10 debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin; export PATH; (echo cont; echo where) | gdb $daemon_directory/$process_name $process_id 2>&1 >$config_directory/$process_name.$process_id.log & sleep 5 sendmail_path = /usr/sbin/sendmail newaliases_path = /usr/bin/newaliases mailq_path = /usr/bin/mailq setgid_group = postdrop manpage_directory = /usr/share/man sample_directory = /etc/postfix/sample readme_directory = /usr/share/doc/postfix-2.0.11 |
|
|||
|
On Wed, 03 Dec 2003 23:21:44 +0100, R.Larse wrote:
> On Wed, 3 Dec 2003 18:43:52 +0000 (UTC), > Paul wrote: > >>Thanks for the responce. >>I'm afraid it still doesn't respond. > > Did you restart postfix? > >>Any other ideas? > > Yes, dont toppost. I did restart postfix. Anyway I've found the problem now. Silly mistake: I hadn't built aliases.db. Thanks for the other idea. |