[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Smtpserver & router Error ....?



Zmailer last cvs from www.zmailer.org


[root@ns smtpserver]# ./smtpserver -V
ZMailer smtpserver (2.99.57-pre1 #3: þÔ× íÁÊ 13 20:37:35 MSD 2004)
  root@ns.forem.elektra.ru:/usr/src/zmailer/smtpserver
Copyright 1992 Rayan S. Zachariassen
Copyright 1992-2004 Matti Aarnio
Configured with command: 'CC='gcc -Wall' CFLAGS='-g -O2' ./configure 
'--with-gcc' '--prefix=/usr/local/zmailer' 
'--exec-prefix=/usr/local/zmailer' '--with-mailbox=/var/mail' 
'--with-postoffice=/var/spool/postoffice'
'--with-logdir=/var/log/zmailer' 
'--with-getpwnam-library=-L/usr/local/lib -lgetpwnam -lldap -llber -lssl 
-lcrypto -ldl -static -s' '--with-ldap' '--with-ldap-prefix=/usr/local' 
'--with-openssl-prefix=/usr' 
'--with-openssl-include=/usr/include/openssl' 
'--with-openssl-lib=/usr/lib' '--with-openssl''


Zmailer Running in My Linux Box Redhat 7.2

Linux ns.forem.elektra.ru 2.4.25 #2 óÒÄ áÐÒ 14 17:23:23 MSD 2004 i686 
unknown


glibc-common-2.2.5-37asp
glibc-devel-2.2.5-37asp
glibc-2.2.5-37asp
glibc-kernheaders-2.4-7.14.asp
gcc-2.96-112asp
gcc-c++-2.96-112asp

Smtpserver dont run router for check local users ..... ?


                    Help me !


ZMailer 2.99.56 work normal !


MQKxF210000#	000-connection from sub.elektra.ru [193.125.99.20]:7144 
ipcnt 1 childs 2 ident: IDENT-NOT-QUERIED
MQKxF210000#	000-Didn't find DNS A object: 20.99.125.193.rbl.maps.vix.com.
MQKxF210000#	000-Didn't find DNS A object: 20.99.125.193.dul.maps.vix.com.
MQKxF210000#	000-Didn't find DNS A object: 
20.99.125.193.relays.mail-abuse.org.
MQKxF210000w	220 ns.forem.elektra.ru ESMTP local time is now Thu, 13 May 
2004 20:10:53 +0400
MQKxF210000r	EHLO sub.elektra.ru
MQKxF210000w	250-ns.forem.elektra.ru Hello sub.elektra.ru
MQKxF210000w	250-SIZE 10000000
MQKxF210000w	250-8BITMIME
MQKxF210000w	250-PIPELINING
MQKxF210000w	250-CHUNKING
MQKxF210000w	250-ENHANCEDSTATUSCODES
MQKxF210000w	250-DSN
MQKxF210000w	250-ETRN
MQKxF210000w	250 HELP
MQKxF210000r	MAIL From:<javoroleg@sub.elektra.ru> SIZE=1427 BODY=8BITMIME
MQKxF210000w	450 4.5.0 Interactive router timed out!
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ !?
MQKxF210000r	QUIT
MQKxF210000w	221 2.0.0 ns.forem.elektra.ru Out

##################################### Zmailer.conf

# Do not edit this file, instead edit 
/usr/src/zmailer-2.99.56/SiteConfig.in file
ZCONFIG=/usr/local/zmailer/zmailer.conf
MAILBIN=/usr/local/zmailer/bin
MAILSHARE=/usr/local/zmailer
MAILVAR=/usr/local/zmailer
MAILBOX=/var/mail
POSTOFFICE=/var/spool/postoffice
LOGDIR=/var/log/zmailer
prefix=/usr/local/zmailer
LIBRARYDIR=${exec_prefix}/lib
INCLUDEDIR=${prefix}/include
ROUTEROPTIONS="-dkn 4"
ROUTERDIRS=router1:router2:router3:router4
ROUTERNOTIFY=/var/spool/postoffice/.router.notify
SMTPOPTIONS="-sftveR -l /var/log/zmailer/smtpserver 
-I/var/spool/postoffice/.pid.smtpserver"
SCHEDULEROPTIONS="-S -H"
SCHEDULERDIRHASH=2
SCHEDULERNOTIFY=/var/spool/postoffice/.scheduler.notify
NOBODY=nobody
LOGLEVEL="deferred: file: header_defer:"
NNTPSERVER=nntp
INEWSBIN=/usr/bin/inews
SENDMAILPATH=/usr/sbin/sendmail
RMAILPATH=/usr/bin/rmail
TA_USE_MMAP=0
SELFADDRESSES=
DBTYPE=btree
DBEXT=.db
DBEXTtest=.db
DEFCHARSET=ISO-8859-1
RFC822TABS=1
MAX_NR=1000
MAX_NT=1000
MAX_LOAD=300
SYSLOGFLG=RT
ROUTEUSER_IN_ABNORMAL_UNIX=
BINDADDR=
SNMPSHAREDFILE=/var/spool/postoffice/.zmailer.SNMP.block

DOMAIN_AWARE_GETPWNAM=

########################################### Smtpserver.conf

# Do not edit this file, instead edit 
/usr/src/zmailer-2.99.56/proto/smtpserver.conf
#
#
# smtpserver.conf - autogenerated edition
#
PARAM maxsize              10000000    # Same as -M -option
PARAM min-availspace           50000    # Minimum free in POSTOFFICE after
#                                       # message has arrived; in KILOBYTES.
PARAM max-error-recipients         2    # More than this is probably SPAM!
PARAM max-unknown-commands         2    # Max unknown cmds before we hung up
#
PARAM MaxSameIpSource             50    # Max simultaneous connections
#                                       # from any IP source address
PARAM MaxParallelConnections     800    # Max simultaneous connections
#                                       # in total to the server
PARAM TcpRcvBufferSize        62000    # Should not need to set!
PARAM TcpXmitBufferSize       62000    # Should not need to set!
#
PARAM ListenQueueSize            50    # listen(2) parameter
#
PARAM RcptLimitCount              30    # Max number of recipients for one
#                                       # MAIL FROM session. Minimum: 100
PARAM sum-sizeoption-value
#
PARAM BindPort                    25    # Binding port
PARAM BindAddress          [0.0.0.0]    # Binding address - for 
multihomers..
#PARAM BindAddress       [IPv6.0::0]    # and here is for IPv6 - NO SPACES!
#PARAM BindAddress      iface:eth0:2    # Addresses of that interface
#
# Enables of some commands:
#PARAM  DEBUGcmd
#PARAM  EXPNcmd
#PARAM  VRFYcmd
PARAM  enable-router   # This is a security decission for you.

# The policy database:  (NOTE: See  'makedb'  for its default suffixes!)
#
PARAM  policydb   $DBTYPE  $MAILVAR/db/smtp-policy
#
# External program for received message content analysis:
PARAM  contentfilter   $MAILBIN/virusfilter
PARAM  debug-contentfilter # Debug the content-filter interface protocol

#
#PARAM  tarpit 0 0 0   # No "tarpit" for 4XX/5XX reply codes (default)
PARAM  tarpit 60 2 300  # Initial delay: 20 secs, next = prev + (prev * 2)


#
PARAM rcvd-ident       # The ident lookup result (or even admitting it)
#PARAM rcvd-whoson      # Likewise for "whoson"
#PARAM rcvd-auth-user   # Authenticated Username
#PARAM rcvd-tls-mode    # Cipher, or not
#PARAM rcvd-tls-peer    # Client Certificate reference

# A load-balanced server cluster may want to communicate
# the ETRN request to cluster components, here is how:
# See also:  doc/guides/etrn-cluster
#
#PARAM etrn-cluster localhost              mq-etrn-user mq-etrn-pw
#PARAM etrn-cluster node-2-name-or-address mq-etrn-user mq-etrn-pw
#PARAM etrn-cluster node-3-name-or-address mq-etrn-user mq-etrn-pw
#...
#PARAM etrn-cluster node-40-name-or-address mq-etrn-user mq-etrn-pw

#
#
# HELO/EHLO-pattern     style-flags / !reject_message
#               [max loadavg]
#
#  Note about the style-flags: 'ftve' set needs enable-router!
#    The system will not complain about lack of it (since 2.99.56),
#    but without that enable, those four flags have no effect.
#
localhost           999 ftveR
#some.host.domain    999 !NO EMAIL ACCEPTED FROM YOUR MACHINE
# If the host presents itself as:  HELO [1.2.3.4], be lenient to it..
# The syntax below is due to these patterns being SH-GLOB style patterns
# where the brackets are special characters.
\[*\]               999 ve
# Per default demand strict syntactic adherence, including fully
# qualified addresses for  MAIL FROM, and RCPT TO.  To be lenient
# on that detail, remove the "R" from "veR" string below:
*                    999 ftveR



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi