Go Back   HowtoForge Forums | HowtoForge - Linux Howtos and Tutorials > ISPConfig 2 > General

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Reply
 
Thread Tools Display Modes
  #1  
Old 11th September 2006, 17:37
zalo zalo is offline
Member
 
Join Date: Jan 2006
Posts: 33
Thanks: 7
Thanked 0 Times in 0 Posts
Default /etc/postfix/passwd.db is missing

I got this strange error massage that came in my maillog today. It seems like the file is missing, i searched for passwd.db but dident find any file whith that name. Anyone that know what could have happend, or know how to fix it?.

/var/log/mail:
Sep 10 23:59:05 webserver postfix/smtp[28849]: fatal: open database /etc/postfix/passwd.db: No such file or directory
Sep 11 00:00:06 webserver postfix/smtp[29207]: fatal: open database /etc/postfix/passwd.db: No such file or directory
Sep 11 00:01:07 webserver postfix/smtp[29305]: fatal: open database /etc/postfix/passwd.db: No such file or directory

tnx
Salomon
Reply With Quote
Sponsored Links
  #2  
Old 12th September 2006, 12:14
till till is offline
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,896
Thanks: 693
Thanked 4,190 Times in 3,208 Posts
Default

ISPConfig is not using this file. Please check your postfix main.cf if this file is used there.
__________________
Till Brehm
--
Get ISPConfig support and the ISPConfig 3 manual from ispconfig.org.
Reply With Quote
  #3  
Old 12th September 2006, 16:52
zalo zalo is offline
Member
 
Join Date: Jan 2006
Posts: 33
Thanks: 7
Thanked 0 Times in 0 Posts
Default

here is my main.cf

inet_protocols = all
biff = no
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
#virtual_maps = hash:/etc/postfix/virtual
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
myhostname = webserver.$mydomain
program_directory = /usr/lib/postfix
inet_interfaces = all
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain
defer_transports =
disable_dns_lookups = no
relayhost =
mailbox_command =
mailbox_transport =
strict_8bitmime = no
disable_mime_output_conversion = no
smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/access, reject_unknown_sender_domain
smtpd_client_restrictions =
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks
strict_rfc821_envelopes = no
#smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,check_ relay_domains
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject _unauth_destination,reject_rbl_client bl.spamcop.net,reject_rbl_client relays.ordb.org,reject_rbl_client sbl.spamhaus.org
smtp_sasl_auth_enable = yes
smtpd_sasl_auth_enable = yes
smtpd_use_tls = yes
smtp_use_tls = yes
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 10240000
mydomain = zalo.net
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_tls_auth_only = no
smtp_tls_note_starttls_offer = yes
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom

smtp_sasl_password_maps = hash:/etc/postfix/passwd
smtp_sasl_security_options =

virtual_maps = hash:/etc/postfix/virtusertable

mydestination = /etc/postfix/local-host-names
mynetworks = 127.0.0.0/8
Reply With Quote
  #4  
Old 12th September 2006, 16:54
zalo zalo is offline
Member
 
Join Date: Jan 2006
Posts: 33
Thanks: 7
Thanked 0 Times in 0 Posts
Default

smtp_sasl_password_maps = hash:/etc/postfix/passwd

Is it this line that makes the problem??, Why is this line there if it is not used by ispconfig?.
Reply With Quote
  #5  
Old 12th September 2006, 17:40
falko falko is offline
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
 
Default

Quote:
Originally Posted by zalo
smtp_sasl_password_maps = hash:/etc/postfix/passwd

Is it this line that makes the problem??, Why is this line there if it is not used by ispconfig?.
It's used if you want to relay mails through a third-party server (see http://www.howtoforge.com/forums/sho...ight=relayhost ) which obvioulsy you don't do because relayhost is not set in your configuration. Comment out the smtp_sasl_password_maps line and restart Postfix.
__________________
Falko
--
Download the ISPConfig 3 Manual! | Check out the ISPConfig 3 Billing Module!

FB: http://www.facebook.com/howtoforge

nginx-Webhosting: Timme Hosting | Follow me on:
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
required modules missing etag1949 Installation/Configuration 2 2nd June 2006 14:13
Help....package missing sbovisjb1 Installation/Configuration 3 31st March 2006 11:14
Help Needed Please!!! DanMB Installation/Configuration 15 18th March 2006 23:16
Missing server Sinisfun Installation/Configuration 1 2nd February 2006 21:47
Files missing? crypticedge General 1 4th January 2006 09:44


All times are GMT +2. The time now is 08:09.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.