postfix pop-before-smtp problem
From: Hans Steinraht (hans_at_artofakt.com)
Date: 09/30/03
- Previous message: Martin Jungowski: "Re: Debian Desktop for a Joe Average"
- Next in thread: Werner Mahr: "Re: postfix pop-before-smtp problem"
- Reply: Werner Mahr: "Re: postfix pop-before-smtp problem"
- Reply: Derrick 'dman' Hudson: "Re: postfix pop-before-smtp problem"
- Reply: Wilfried Essig: "Re: postfix pop-before-smtp problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Sep 2003 18:02:11 +0200 To: debian-user@lists.debian.org
hi,
I'm trying to get pop-before-smtp getting to work with postfix.
Following the instructions in /usr/share/doc/README.Debian I edited main.cf
like this:
mynetworks=127.0.0.0/8
smtpd_recipient_restrictions =
permit_mynetworks,reject_non_fqdn_recipient,check_client_access
hash:/var/lib/pop-before-smtp/hosts,check_relay_domains
After restarting Postfix all looks fine but by receiving the first email
Postfix starts to complaing with:
Sep 30 17:52:12 esteta postfix/smtpd[6216]: fatal: open database
/var/lib/pop-before-smtp/hosts.db: Invalid argument
Sep 30 17:52:13 esteta postfix/master[6172]: warning: process
/usr/lib/postfix/smtpd pid 6216 exit status 1
Sep 30 17:52:13 esteta postfix/master[6172]: warning:
/usr/lib/postfix/smtpd: bad command startup -- throttling
This is the output from postmap -n:
[root@esteta ~]# postconf -n
alias_maps = hash:/etc/postfix/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 10
default_privs = nobody
inet_interfaces = all
local_destination_concurrency_limit = 2
mail_owner = postfix
mail_spool_directory = /var/mail
mydestination = $myhostname, localhost.$mydomain, $mydomain
mydomain = esteta.net
myhostname = mail.esteta.net
mynetworks = 127.0.0.0/8
myorigin = mail.esteta.net
program_directory = /usr/lib/postfix
queue_directory = /var/spool/postfix
smtpd_recipient_restrictions =
permit_mynetworks,reject_non_fqdn_recipient,check_client_access
hash:/var/lib/pop-before-smtp/hosts,check_relay_domains
virtual_maps = hash:/etc/postfix/virtual
Anyone any ideas??
Thanks in advance,
Hans
-- -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Martin Jungowski: "Re: Debian Desktop for a Joe Average"
- Next in thread: Werner Mahr: "Re: postfix pop-before-smtp problem"
- Reply: Werner Mahr: "Re: postfix pop-before-smtp problem"
- Reply: Derrick 'dman' Hudson: "Re: postfix pop-before-smtp problem"
- Reply: Wilfried Essig: "Re: postfix pop-before-smtp problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|