Re: Postfix/procmail/fetchmail/spamassassin setup

2003-11-25 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-11-23 14:51:30 -0800:
  Other hints: Check /var/log/maillog (and post some lines from the tail
  if you still can fix your problem).
 
 A'ha! What do I do here to fix this? (I think I should have changed the
 alias database from alias_maps = dbm:/etc/aliases to alias_maps =
 hash:/etc/aliases - or should that be nis or netinfo?) Here is the
 output:
 --
 Nov 23 14:44:12 ancient postfix/master[69957]: warning: process
 /usr/local/libexec/postfix/smtpd pid 81358 exit status 1
 Nov 23 14:44:12 ancient postfix/master[69957]: warning:
 /usr/local/libexec/postfix/smtpd: bad command startup -- throttling
 Nov 23 14:45:12 ancient postfix/smtpd[81362]: fatal: unsupported
 dictionary type: dbm

the type you should've used of course depends on the actual type of
the map. i'd bet it's hash in your case.

  Is the postfix daemon listening on port 25? Are you able to telnet
  there:
  
  % telnet localhost 25
 
 Telnet'd with no problems.

so you say you were able to perform complete SMTP dialogue with the
postfix smtpd that your maillog shows committing suicide over and
over? i'd love to see it.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Postfix/procmail/fetchmail/spamassassin setup

2003-11-24 Thread Shantanoo Mahajan
+++ Jonas Manalive [freebsd] [23-11-03 13:54 -0800]:
| Hello,
| 
| I am having terrible time trying to figure out why I can't get any
| emails. I used to be able to receive them before, but since reinstalling
| FreeBSD (new harddrive), I am not able to get any emails again. I am
| using FreeBSD 5.1 - standalone computer with me as the sole user. With
| postfix, I want to use fetchmail to fetch mails and procmail to deliver
| them and spamassassin to examine them. I want the procmail/postfix to
| send them to /var/mail/manalive. Here are the configurations
| (username/password changed of course :) ) and let me know where I am
| doing wrong. There is no procmail.log file. I have stopped, started, and
| reloaded the postfix after configuring. Any other configurations you
| need to see, please let me know!
| 
| Thanks!
| 
| Jonas
| 
| --
| rc.conf 
| 
| hostname=ancient.mariner.sea
| ifconfig_vr0=DHCP
| ipv6_enable=YES
| kern_securelevel_enable=NO
| saver=daemon
| sendmail_enable=NONE
| sshd_enable=YES
| usbd_enable=YES
| linux_enable=YES
| inetd_enable=NO
| 

from /usr/ports/mail/postfix/pkg-message

If you have postfix configured in your /etc/mail/mailer.conf (answered yes to
the previous question) and would like to enable postfix to start at boot time,
please set these variables in your /etc/rc.conf file:

sendmail_enable=YES
sendmail_flags=-bd
sendmail_outbound_enable=NO
sendmail_submit_enable=NO
sendmail_msp_queue_enable=NO

This will disable Sendmail completely.


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


Re: Postfix/procmail/fetchmail/spamassassin setup

2003-11-23 Thread Simon Barner
Hi,

could you please verfiy your postfix configuration using `postfix
check'? Perhaps this will show some errors.

Other hints: Check /var/log/maillog (and post some lines from the tail
if you still can fix your problem).

Is the postfix daemon listening on port 25? Are you able to telnet
there:

% telnet localhost 25

Simon


signature.asc
Description: Digital signature


Re: Postfix/procmail/fetchmail/spamassassin setup

2003-11-23 Thread Jonas Manalive
 could you please verfiy your postfix configuration using `postfix
 check'? Perhaps this will show some errors.

No errors.

 Other hints: Check /var/log/maillog (and post some lines from the tail
 if you still can fix your problem).

A'ha! What do I do here to fix this? (I think I should have changed the
alias database from alias_maps = dbm:/etc/aliases to alias_maps =
hash:/etc/aliases - or should that be nis or netinfo?) Here is the
output:
--
Nov 23 14:44:12 ancient postfix/master[69957]: warning: process
/usr/local/libexec/postfix/smtpd pid 81358 exit status 1
Nov 23 14:44:12 ancient postfix/master[69957]: warning:
/usr/local/libexec/postfix/smtpd: bad command startup -- throttling
Nov 23 14:45:12 ancient postfix/smtpd[81362]: fatal: unsupported
dictionary type: dbm
Nov 23 14:45:13 ancient postfix/master[69957]: warning: process
/usr/local/libexec/postfix/smtpd pid 81362 exit status 1
Nov 23 14:45:13 ancient postfix/master[69957]: warning:
/usr/local/libexec/postfix/smtpd: bad command startup -- throttling
Nov 23 14:46:13 ancient postfix/smtpd[81363]: fatal: unsupported
dictionary type: dbm
Nov 23 14:46:14 ancient postfix/master[69957]: warning: process
/usr/local/libexec/postfix/smtpd pid 81363 exit status 1
Nov 23 14:46:14 ancient postfix/master[69957]: warning:
/usr/local/libexec/postfix/smtpd: bad command startup -- throttling
Nov 23 14:47:14 ancient postfix/smtpd[81367]: fatal: unsupported
dictionary type: dbm
Nov 23 14:47:15 ancient postfix/master[69957]: warning: process
/usr/local/libexec/postfix/smtpd pid 81367 exit status 1
Nov 23 14:47:15 ancient postfix/master[69957]: warning:
/usr/local/libexec/postfix/smtpd: bad command startup -- throttling



 Is the postfix daemon listening on port 25? Are you able to telnet
 there:
 
 % telnet localhost 25

Telnet'd with no problems.

 Simon

Best regards,

Jonas

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


Re: Postfix/procmail/fetchmail/spamassassin setup

2003-11-23 Thread Jonathan Chen
On Sun, Nov 23, 2003 at 02:51:30PM -0800, Jonas Manalive wrote:
  could you please verfiy your postfix configuration using `postfix
  check'? Perhaps this will show some errors.
 
 No errors.
 
  Other hints: Check /var/log/maillog (and post some lines from the tail
  if you still can fix your problem).
 
 A'ha! What do I do here to fix this? (I think I should have changed the
 alias database from alias_maps = dbm:/etc/aliases to alias_maps =
 hash:/etc/aliases - or should that be nis or netinfo?)

If you want to use the existing alias_map from sendmail in /etc/mail,
the entry should be:

alias_maps = hash:/etc/mail/aliases

-- 
Jonathan Chen [EMAIL PROTECTED]
--
 A person should be able to do a small bit of everything,
specialisation is for insects
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]