Dan Farrell wrote:
>
> Postfix on my boxes logs to /var/log/mail.err and /var/log/mail.log.
>
> Why not attach your main.cf to the next message, and I'll take a look
> at it?  
>   
I found the mentioned folders and it appears the same is the case on my
machine.

This configuration seems to work (attached).... at least this seems to
be ok:

 # nmap -sT -sV -PT 127.0.0.1

Starting Nmap 4.20 ( http://insecure.org ) at 2007-06-06 12:49 CEST
Interesting ports on marvin (127.0.0.1):
Not shown: 1694 closed ports
PORT    STATE SERVICE VERSION
22/tcp  open  ssh     OpenSSH 4.5 (protocol 2.0)
25/tcp  open  smtp    Postfix smtpd
631/tcp open  ipp     CUPS 1.2
Service Info: Host:  home.mindfield.dk

running:

 nc localhost smtp

allows me to send mail so I guess I'm good

next step is to install courier-imap so I might be back with other
questions :-)
-- 

Regards / Venlig hilsen

Johannes Skov Frandsen

*Address:* Egelundsvej 18, DK-5260 Odense S
*Web:* www.omesc.com | *Email:* [EMAIL PROTECTED]

queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mail_owner = postfix
myhostname = home.mindfield.dk
mydomain = $myhostname
inet_interfaces = all
mydestination = home.mindfield.dk, localhost.mindfield.dk, localhost
unknown_local_recipient_reject_code = 550
mynetworks = 192.168.0.0/24, 127.0.0.0/8
home_mailbox = .maildir/
local_destination_concurrency_limit = 2
default_destination_concurrency_limit = 20
debug_peer_level = 2
debugger_command =
         PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
         xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = postdrop
html_directory = /usr/share/doc/postfix-2.3.6/html
manpage_directory = /usr/share/man
sample_directory = /etc/postfix
readme_directory = /usr/share/doc/postfix-2.3.6/readme
home_mailbox = .maildir/

Reply via email to