Re: [Linux-sunucu] Qmail password dogrulamada yavaslik

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: Gökhan Günyol (gokhan.gunyol@infotron.com.tr)
Date: Fri 25 Mar 2005 - 09:39:37 EET


##VERSION: $Id: pop3d.dist.in,v 1.9 2004/04/18 15:54:39 mrsam Exp $
#
# pop3d created from pop3d.dist by sysconftool
#
# Do not alter lines that begin with ##, they are used when upgrading
# this configuration.
#
# Copyright 1998 - 2002 Double Precision, Inc. See COPYING for
# distribution information.
#
# Courier POP3 daemon configuration
#
##NAME: PIDFILE:0
#

PIDFILE=/var/run/courier/pop3d.pid

##NAME: MAXDAEMONS:0
#
# Maximum number of POP3 servers started
#

MAXDAEMONS=40

##NAME: MAXPERIP:4
#
# Maximum number of connections to accept from the same IP address

MAXPERIP=4

##NAME: AUTHMODULES:0
#
#########################################################################
##
## Authentication modules which attempt to validate userid/password
## combinations. See authpam(8) for more information. The default set
## is installed at configuration time. You may have to edit the following
## to remove unnecessary authentication modules. In particular, if
## authpam is included in the list below, you will have to remove authpwd
## and authshadow, since their functionality is included in the authpam
## module.
##
#########################################################################
#
# If this is currently set to AUTHMODULES="authdaemon", DO NOT CHANGE IT.
# Instead, change the parameter authmodulelist in authdaemonrc.

AUTHMODULES="authdaemon"

##NAME: AUTHMODULES_ORIG:0
#
# This setting is for use with webadmin

AUTHMODULES_ORIG="authdaemon"

##NAME: DEBUG_LOGIN:0
#
# Dump additional login diagnostics to syslog
#
# DEBUG_LOGIN=0 - turn off login debugging
# DEBUG_LOGIN=1 - turn on login debugging
# DEBUG_LOGIN=2 - turn on login debugging + log passwords too
#
# Note that most information is sent to syslog at level 'debug', so
# you may need to modify your /etc/syslog.conf to be able to see it.

DEBUG_LOGIN=0

##NAME: POP3AUTH:1
#
# To advertise the SASL capability, per RFC 2449, uncomment the POP3AUTH
# variable:
#
# POP3AUTH="LOGIN"
#
# If you have configured the CRAM-MD5 or CRAM-SHA1, set POP3AUTH to
something
# like this:
#
# POP3AUTH="LOGIN CRAM-MD5 CRAM-SHA1"

POP3AUTH=""

##NAME: POP3AUTH_ORIG:0
#
# For use by webadmin

POP3AUTH_ORIG="LOGIN CRAM-MD5 CRAM-SHA1"

##NAME: POP3AUTH_TLS:1
#
# To also advertise SASL PLAIN if SSL is enabled, uncomment the
# POP3AUTH_TLS environment variable:
#
# POP3AUTH_TLS="LOGIN PLAIN"

POP3AUTH_TLS=""

##NAME: POP3AUTH_TLS_ORIG:0
#
# For use by webadmin

POP3AUTH_TLS_ORIG="LOGIN PLAIN"

##NAME: PORT:1
#
# Port to listen on for connections. The default is port 110.
#
# Multiple port numbers can be separated by commas. When multiple port
# numbers are used it is possibly to select a specific IP address for a
# given port as "ip.port". For example, "127.0.0.1.900,192.68.0.1.900"
# accepts connections on port 900 on IP addresses 127.0.0.1 and 192.68.0.1
# The ADDRESS setting is a default for ports that do not have a specified
# IP address.
PORT=110

##NAME: ADDRESS:0
#
# IP address to listen on. 0 means all IP addresses.

ADDRESS=0

##NAME: TCPDOPTS:0
#
# Other couriertcpd(1) options. The following defaults should be fine.
#

TCPDOPTS="-nodnslookup -noidentlookup"

##NAME: POP3DSTART:0
#
# POP3DSTART is not referenced anywhere in the standard Courier programs
# or scripts. Rather, this is a convenient flag to be read by your system
# startup script in /etc/rc.d, like this:
#
# . /etc/courier/pop3d
# case x$POP3DSTART in
# x[yY]*)
# /usr/lib/courier/pop3d.rc start
# ;;
# esac
#
# The default setting is going to be NO, until Courier is shipped by default
# with enough platforms so that people get annoyed with having to flip it to
# YES every time.

POP3DSTART=YES

##NAME: MAILDIRPATH:0
#
# MAILDIRPATH - directory name of the maildir directory.
#
MAILDIRPATH=Maildir

Hasan AHLATCI wrote:

> pop3d/run dosyasının içeriğini gönderebilirmisiniz ?
>
>
> ----- Original Message -----
> *From:* Gökhan Günyol <mailto:gokhan.gunyol@infotron.com.tr>
> *To:* linux-sunucu@liste.linux.org.tr
> <mailto:linux-sunucu@liste.linux.org.tr>
> *Sent:* Friday, March 25, 2005 9:17 AM
> *Subject:* Re: [Linux-sunucu] Qmail password dogrulamada yavaslik
>
> Evet betik olarak dokumanin vermis olduğu ornektekini kendimize
> gore duzenledik (pathler ve sifreler)
> bunun haricinde hersey aynı
> ayrıca bir onceki sorunun cevabı makine local networkte bu tarz
> bir sorun cıkartması o yuzden mumkun degil diye dusunuyorum ben
>
>
> Özgür Uncuoğlu wrote:
>
>> direk çözüm için değil ama dokumandaki şu betiği mi
>> kullanıyorsunuz makinanızda??sadece merak
>>
>> start)
>> echo -n "Starting mail-transfer agent: qmail"
>> sh -c "start-stop-daemon --start --quiet --user *vpopmail* \
>> --exec /usr/sbin/qmail-send \
>> --startas /usr/sbin/qmail-start -- \"$alias_empty\" $logger &"
>> # prevent denial-of-service attacks, with ulimit
>> ulimit -v 8192
>> sh -c "start-stop-daemon --start --quiet --user qmaild \
>> *--exec /usr/bin/tcpserver -- -R -H -l 0 \
>> -u `id -u vpopmail` -g `id -g vpopmail` -x /etc/tcp.smtp.cdb 0 smtp \
>> /usr/sbin/qmail-smtpd `hostname`.`dnsdomainname` \
>> /home/vpopmail/bin/vchkpw /bin/true 2>&1 | $logger -t qmail -p
>> mail.notice &"*
>>
>> sleep 1
>> # Uncomment the following lines to automatically start the pop3
>> server
>> sh -c "start-stop-daemon --start --quiet --user root \
>> *--exec /usr/bin/tcpserver -- -R -H -u `id -u vpopmail` -g `id -g
>> vpopmail` \
>> 0 pop-3 /usr/sbin/qmail-popup `hostname`.`dnsdomainname` \
>> /home/vpopmail/bin/vchkpw /usr/sbin/qmail-pop3d Maildir &"*
>>
>> echo "."
>> ;;
>> stop)
>>
>>
>>
>>
>> __________ NOD32 1.1036 (20050325) Information __________
>>
>> This message was checked by NOD32 antivirus system.
>> http://www.nod32.com
>>
>>------------------------------------------------------------------------
>>
>>_______________________________________________
>>Linux-sunucu mailing list
>>Linux-sunucu@liste.linux.org.tr
>>http://liste.linux.org.tr/mailman/listinfo/linux-sunucu
>>
>>
>>__________ NOD32 1.1036 (20050325) Information __________
>>
>>This message was checked by NOD32 antivirus system.
>>http://www.nod32.com
>>
>>
>>
>
>
>
>
> ------------------------------------------------------------------------
> _______________________________________________
> Linux-sunucu mailing list
> Linux-sunucu@liste.linux.org.tr
> http://liste.linux.org.tr/mailman/listinfo/linux-sunucu
>
>
>
> __________ NOD32 1.1036 (20050325) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.nod32.com
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Linux-sunucu mailing list
>Linux-sunucu@liste.linux.org.tr
>http://liste.linux.org.tr/mailman/listinfo/linux-sunucu
>
>
>__________ NOD32 1.1036 (20050325) Information __________
>
>This message was checked by NOD32 antivirus system.
>http://www.nod32.com
>
>
>

_______________________________________________
Linux-sunucu mailing list
Linux-sunucu@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-sunucu


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.