Hi, I send this message first to you, but if you too do not know what to do, I will subscribe on the postfix list.
On Sun, 12 Nov 2000, Sven Hoexter wrote: > On Sun, Nov 12, 2000 at 05:25:06PM +0100, Sebastiaan wrote: > Hi Sebastiaan, > > > and then it hangs. It is with every mailserver I tried. Other ports work > > correct. What is going on? Has it something to do with my Postfix > > configuration? > Is the Postfix Daemon running? > Check with ps -ef|grep postfix. Yep, the following is running: root /usr/lib/postfix/master postfix smtp -t unix -u -c postfix pickup -l -t fifo -c postfix qmgr -l -t fifo -u -c postfix smpt -t unix -u -c > How do you start Postfix? > (with the script or through inetd?) /etc/init.d/postfix reload > Think you should subscribe to the Postfix ML for special questions. > If you like post your config file, please cut all the comments!!! Configuration is attached. Thanks, Sebastiaan
# Global Postfix configuration file. This file lists only a subset queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/lib/postfix mail_owner = postfix myhostname = jon00793.speed.planet.nl #myhostname = onix.dorpsnet.nl mydomain = dorpsnet.nl myorigin = $myhostname #myorigin = onix.$mydomain inet_interfaces = all mydestination = $myhostname, localhost.$mydomain home_mailbox = Mailbox mail_spool_directory = /var/spool/mail mailbox_command = /usr/bin/procmail #mailbox_command = /usr/bin/procmail -a "$EXTENSION" relay_domains = $mydestination mynetworks = 192.168.1.0/24, 192.168.2.0/24, 127.0.0.0/8 local_destination_concurrency_limit = 2 default_destination_concurrency_limit = 10 debug_peer_level = 2 debugger_command = PATH=/usr/bin:/usr/X11R6/bin xxgdb $daemon_directory/$process_name $process_id & sleep 5 # Other configurable parameters. #myhostname = onix.dorpsnet.nl myorigin = onix.dorpsnet.nl alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases