中文亚洲爆乳AV无码专区_亚洲成AV人片在线观看天堂无_菠萝蜜视频在线观看_欧美综合天天夜夜久久_粉嫩av观看成人网站_亚洲精品无码午夜福利中文字幕_女人被弄到高潮叫床免_VIDEOS日本多毛HD护士_日韩欧美成人免费观看

首頁 > 系統(tǒng) > RedHat > 正文

RedHatLinux AS3中APACHE+SendMail+OpenWebMail整合

2020-06-13 12:48:05
字體:
供稿:網(wǎng)友

注:

1. Openwebmail是一個webmail程序,不同與微軟的owa及imail的web方式,它不包含服務器端服務(本例中郵件服務器為sendmail);因此在運行Openwebmail的機器上需要安裝Apache和Sendmail.

2. Openwebmail多數(shù)程序是由Perl語句編寫的,所以必須安裝Perl及Perl相關包

3.下載所需軟件包:在RedHatLinux AS3中安裝openwebmail需要以下軟件包

>>1. perl-CGI-2.81-88.4.i386.rpm

http://www.openwebmail.com/openwebmail/download/redhat/rpm/packages/rhel3/perl-CGI-2.81-88.4.i386.rpm

>>2.

perl-Compress-Zlib-1.21-RH9.i386.rpm

http://www.openwebmail.com/openwebmail/download/redhat/rpm/packages/rhel3/perl-Compress-Zlib-1.21-RH9.i386.rpm

>>3.

perl-Text-Iconv-1.2-RH80.i386.rpm

http://www.openwebmail.com/openwebmail/download/redhat/rpm/packages/rhel3/perl-Text-Iconv-1.2-RH80.i386.rpm

>>4.

perl-suidperl-5.8.0-88.i386.rpm

http://www.openwebmail.com/openwebmail/download/redhat/rpm/packages/rhel3/perl-suidperl-5.8.0-88.i386.rpm

>>5.

openwebmail-2.41-20041126.i386.rpm

http://www.openwebmail.com/openwebmail/download/redhat/rpm/daily-build/openwebmail-2.41-20041126.i386.rpm

下面就開始安裝配置:

Step 1:安裝下載包

[root@AS3 software]#rpm –ivh

perl-CGI-2.81-88.4.i386.rpm

[root@AS3 software]#rpm –ivh

perl-Compress-Zlib-1.21-RH9.i386.rpm

[root@AS3 software]#rpm –ivh

perl-Text-Iconv-1.2-RH80.i386.rpm

[root@AS3 software]#rpm –ivh

perl-suidperl-5.8.0-88.i386.rpm

Step 2:初始化openwebmail

[root@AS3 software]#cd /var/www/cgi-bin/openwebmail

[root@AS3 openwebmail]# ls -l

total 1192

drwxr-xr-x 2 root mail 4096 Nov 27 14:44 auth

drwxr-xr-x 12 root mail 4096 Nov 27 21:17 etc

drwxr-xr-x 6 root mail 4096 Nov 27 14:44 misc

drwxr-xr-x 2 root mail 4096 Nov 27 14:44 modules

-rwsr-xr-x 1 root mail 260341 Nov 26 12:16 openwebmail-abook.pl

-rwsr-xr-x 1 root mail 23817 Nov 26 12:16 openwebmail-advsearch.pl

-rwsr-xr-x 1 root mail 114322 Nov 26 12:16 openwebmail-cal.pl

-rwsr-xr-x 1 root mail 23855 Nov 26 12:16 openwebmail-folder.pl

-rwsr-xr-x 1 root mail 68418 Nov 26 12:16 openwebmail-main.pl

-rwsr-xr-x 1 root mail 34984 Nov 26 12:16 openwebmail.pl

-rwsr-xr-x 1 root mail 139830 Nov 26 12:16 openwebmail-prefs.pl

-rwsr-xr-x 1 root mail 66851 Nov 26 12:16 openwebmail-read.pl

-rwsr-xr-x 1 root mail 110724 Nov 26 12:16 openwebmail-send.pl

-rwsr-xr-x 1 root mail 24813 Nov 26 12:16 openwebmail-spell.pl

-rwsr-xr-x 1 root mail 52749 Nov 26 12:16 openwebmail-tool.pl

-rwsr-xr-x 1 root mail 48796 Nov 26 12:16 openwebmail-vdomain.pl

-rwsr-xr-x 1 root mail 18457 Nov 26 12:16 openwebmail-viewatt.pl

-rwsr-xr-x 1 root mail 112975 Nov 26 12:16 openwebmail-webdisk.pl

-rwxr-xr-x 1 root mail 4859 Aug 12 13:06 preload.pl

drwxr-xr-x 2 root mail 4096 Nov 27 14:44 quota

drwxr-xr-x 2 root mail 4096 Nov 27 14:44 shares

-rwxr-xr-x 1 root mail 4117 Sep 4 15:04 userstat.pl

-rwxr-xr-x 1 root mail 19305 Nov 16 22:42 vacation.pl

[root@AS3 openwebmail]#./openwebmail-tool.pl --init //這步驟很關鍵會出現(xiàn)如下的提示:change the following 3 options in openwebmail.conf from dbm_ext .db dbmopen_ext none dbmopen_haslock no to dbm_ext .db dbmopen_ext %dbm_ext% dbmopen_haslock no安回車鍵忽略提示,繼續(xù)配置//進入openwebmail下面的etc目錄進行相關配置,需要修改以下

1./var/www/cgi-bin/openwebmail /etc/openwebmail.conf

2./var/www/cgi-bin/openwebmail/etc/defaults/openwebmail.conf

3./var/www/cgi-bin/openwebmail/etc/defaults/dbm.conf

修改后的文件為

>>1./var/www/cgi-bin/openwebmail/etc/openwebmail.conf[只需修改1處domainnames supermaster.com //默認是auto],完整的內(nèi)容如下:

#

# Open WebMail configuration file

#

# This file contains just the overrides from defaults/openwebmail.conf

# please make all changes to this file.

#

# This file sets options for all domains and all users.

# To set options on per domain basis, please put them in sites.conf/domainname

# To set options on per user basis, please put them in users.conf/username

#

releasedate 20041126

domainnames supermaster.com //默認是auto

auth_module auth_unix.pl

mailspooldir /var/spool/mail

ow_cgidir /var/www/cgi-bin/openwebmail

ow_cgiurl /cgi-bin/openwebmail

ow_htmldir /var/www/data/openwebmail

ow_htmlurl /data/openwebmail

logfile /var/log/openwebmail.log

# To SysAdmin,

# Please install ClamAV RPM package fromhttp://clamav.net/in order to

# enable viruscheck with Open WebMail. Otherwise set it to no.

# Seehttp://openwebmail.org/openwebma... howto/virus/ClamAV/

# for a step-by-step instruction.

enable_viruscheck yes

viruscheck_pipe /usr/bin/clamdscan --mbox --disable-summary --stdout -

viruscheck_source_allowed all

enable_spamcheck no

enable_learnspam no

%name%

version %version%

%help_text%?

logo_url %ow_htmlurl%/images/openwebmail.gif

logo_linkhttp://openwebmail.org

help_url @@@HELP_URL@@@

help_text @@@HELP_TEXT@@@

spellcheck /usr/bin/aspell -a -S -w "-" -d @@@DICTIONARY@@@ -p @@@PDICNAME@@@

spellcheck_pdicname.aspell.@@@DICTIONARY@@@.pws

spellcheck_dictionaries english, american

auto_createrc yes

############################################

# Buttons :

# EditFroms | EditStationary | POP3Setup | ChangePassword | History | Info

enable_editfrombook yes

enable_stationery yes

enable_pop3 yes

enable_changepwd yes

enable_history yes

enable_about yes

##############################################

# Personal Information

default_language en

default_timeoffset auto

default_daylightsaving auto

default_realname auto

default_fromemails auto

default_autoreplysubject This is an autoreply...[Re: $SUBJECT]

Hello,

I will not be reading my mail for a while.

Your mail regarding '$SUBJECT' will be read when I return.

--

Open WebMail Project (http://openwebmail.org)

##############################################

# Display Preference

default_style Default

default_iconset Cool3D.English

default_bgurl %ow_htmlurl%/images/backgrounds/Globe.gif

default_bgrepeat yes

default_fontsize 10pt

default_dateformat mm/dd/yyyy

default_hourformat 12

############################################

# Folder Browsing

default_ctrlposition_folderview bottom

default_msgsperpage 20

default_fieldorder date from subject size

default_sort date

default_useminisearchicon yes

############################################

# Message Operation

default_confirmmsgmovecopy no

default_defaultdestination saved-messages

default_smartdestination yes

default_viewnextaftermsgmovecopy yes

default_autopop3 yes

default_autopop3wait 0

default_bgfilterwait 10

default_moveoldmsgfrominbox no

############################################

# Message Reading Options

default_ctrlposition_msgread bottom

default_headers simple

default_usefixedfont no

default_usesmileicon no

default_showhtmlastext yes

default_showimgaslink yes

default_disablejs yes

default_disableembcode yes

default_disableemblink cgionly

default_sendreceipt ask

############################################

# Message Replying Options

default_msgformat text

default_editcolumns 88

default_editrows 28

default_sendbuttonposition before

default_reparagraphorigmsg yes

default_replywithorigmsg at_beginning

default_backupsentmsg yes

default_sendcharset sameascomposing

############################################

# Virus Check

default_viruscheck_source all

default_viruscheck_maxsize 10000

default_viruscheck_minbodysize 1

############################################

# Message Filtering Options

default_filter_repeatlimit 10

default_filter_badaddrformat no

default_filter_fakedsmtp no

default_filter_fakedfrom no

default_filter_fakedexecontenttype no

############################################

# AddressBook Options

default_abook_width 600

default_abook_height max

default_abook_buttonposition after

default_abook_defaultfilter no

default_abook_defaultsearchtype name

default_abook_addrperpage 24

default_abook_collapse 1

default_abook_sort fullname

default_abook_listviewfieldorder fullname, email, note

############################################

# Calendar Options

default_calendar_defaultview calmonth

default_calendar_holidaydef auto

default_calendar_monthviewnumitems 5

default_calendar_weekstart 0

default_calendar_starthour 0600

default_calendar_endhour 2300

default_calendar_interval 30

default_calendar_showemptyhours yes

default_calendar_reminderdays 7

default_calendar_reminderforglobal yes

############################################

# WebDisk Options

default_webdisk_dirnumitems 10

default_webdisk_confirmmovecopy yes

default_webdisk_confirmdel yes

default_webdisk_confirmcompress yes

default_webdisk_fileeditcolumns 96

default_webdisk_fileeditrows 24

############################################

# Misc Options

default_uselightbar yes

default_regexmatch yes

default_hideinternal yes

default_newmailsound NONE

default_newmailwindowtime 3

default_mailsentwindowtime 0

default_dictionary english

default_trashreserveddays 0

default_spamvirusreserveddays 3

default_refreshinterval 5

default_sessiontimeout 24

############################################

# Security Settings

webdisk_rootpath /webdisk

webdisk_lsmailfolder no

webdisk_lshidden no

webdisk_lsunixspec no

webdisk_lssymlink yes

webdisk_allow_symlinkout yes

webdisk_symlinkout_display @

enable_sshterm no

# ps: To completely disable the SSH terminal support, you have to remove

# the file data/openwebmail/applet/mindterm/mindtermfull.jar

############################################

# Quota System (limit in KB and threshold in %)

# 1 MB = 1,024 KB

# 10 MB = 10,240 KB

# 100 MB = 102,400 KB

# 1 GB = 1,024 MB = 1,048,576 KB

# uncomment following lines if you wish to enable Quota System for 10 Mb

#quota_module quota_du.pl

#spool_limit 10240

#quota_limit 10240

#quota_threshold 0

#delmail_ifquotahit no

#delfile_ifquotahit no

>>2./var/www/cgi-bin/openwebmail/etc/defaults/openwebmail.conf [只需修改2處,把smtpserver和authpop3_server改為相應的IP],完整的內(nèi)容如下:

#

# Open WebMail configuration file DEFAULT

#

# This is openwebmail.conf.default - a file full of useful variables that

# you can set for the openwebmail system. You should not edit this file!

# Put any overrides into openwebmail.conf instead. The openwebmail.conf

# should only contain values which override values set in this file.

# This eases the upgrade when defaults are changed or new features are added.

#

# Please refer to openwebmail.conf.help for description of each option

#

# ps: This file will be loaded only once if Open WebMail is running in

# persistent mode. To force Open WebMail reread this file, please do

#

# touch openwebmail*pl

#

name Open WebMail

version 2.41

releasedate 20041126

##############################################################################

# host dependent configuration

##############################################################################

domainnames auto

smtpserver 192.168.0.111

smtpport 25

smtpauth no

virtusertable /etc/mail/virtusertable

auth_module auth_unix.pl

auth_withdomain no

auth_domain auto

quota_module none

mailspooldir /var/mail

use_hashedmailspools no

use_syshomedir yes

create_syshomedir no

use_homedirspools no

homedirspoolname Mailbox

homedirfolderdirname mail

homedirdotdirname .openwebmail

use_syshomedir_for_dotdir yes

deliver_use_GMT no

##############################################################################

# openwebmail system configuration

##############################################################################

ow_cgidir /usr/local/www/cgi-bin/openwebmail

ow_cgiurl /cgi-bin/openwebmail

ow_htmldir /usr/local/www/data/openwebmail

ow_htmlurl /openwebmail

ow_etcdir %ow_cgidir%/etc

ow_stylesdir %ow_etcdir%/styles

ow_langdir %ow_etcdir%/lang

ow_templatesdir %ow_etcdir%/templates

ow_holidaysdir %ow_etcdir%/holidays

ow_mapsdir %ow_etcdir%/maps

ow_sitesconfdir %ow_etcdir%/sites.conf

ow_usersconfdir %ow_etcdir%/users.conf

ow_usersdir %ow_etcdir%/users

ow_sessionsdir %ow_etcdir%/sessions

start_url %ow_cgiurl%/openwebmail.pl

ico_url %ow_htmlurl%/images/openwebmail.ico

logo_url %ow_htmlurl%/images/openwebmail.gif

logo_linkhttp://openwebmail.org/

help_url @@@HELP_URL@@@

help_text @@@HELP_TEXT@@@

logfile /var/log/openwebmail.log

global_addressbook %ow_etcdir%/address.book

global_filterbook %ow_etcdir%/filter.book

global_calendarbook %ow_etcdir%/calendar.book

g2b_map %ow_mapsdir%/g2b.map

b2g_map %ow_mapsdir%/b2g.map

lunar_map %ow_mapsdir%/lunar.map

header_pluginfile none

header_pluginfile_charset none

footer_pluginfile none

footer_pluginfile_charset none

webmail_middle_pluginfile none

webmail_middle_pluginfile_charset none

spellcheck /usr/local/bin/ispell -a -S -w "-" -d @@@DICTIONARY@@@ -p @@@PDICNAME@@@

spellcheck_pdicname .ispell_words

spellcheck_dictionaries english, american

vacationinit %ow_cgidir%/vacation.pl -i

vacationpipe %ow_cgidir%/vacation.pl -t60s

error_with_debuginfo no

allowed_serverdomain all

allowed_clientdomain all

allowed_clientip all

allowed_receiverdomain all

allowed_autologinip all

allowed_rootloginip none

case_insensitive_login no

forced_ssl_login no

stay_ssl_afterlogin yes

enable_domainselectmenu no

domainselmenu_list auto

enable_strictvirtuser no

enable_changepwd yes

enable_strictpwd yes

passwd_minlen 6

session_multilogin yes

session_checkcookie yes

session_checksameip no

session_count_display yes

cache_userinfo yes

auto_createrc no

domainnames_override no

symboliclink_mbox yes

enable_webmail yes

enable_userfolders yes

enable_spellcheck yes

enable_advsearch yes

enable_addressbook yes

enable_calendar yes

enable_webdisk yes

enable_sshterm yes

enable_vdomain no

enable_preference yes

enable_history yes

enable_about yes

about_info_software yes

about_info_scriptfilename no

about_info_protocol yes

about_info_server yes

about_info_client yes

X-Mailer: %name% %version% %releasedate%

X-OriginatingIP: @@@CLIENTIP@@@ (@@@USERID@@@)

enable_loadfrombook yes

enable_editfrombook yes

frombook_for_realname_only no

enable_autoreply yes

enable_setforward yes

enable_strictforward no

enable_stationery yes

enable_savedraft yes

enable_backupsent yes

enable_globalfilter yes

enable_userfilter yes

enable_smartfilter yes

smartfilter_bypass_goodmessage yes

log_filter_detail no

enable_viruscheck no

viruscheck_pipe /usr/local/bin/clamdscan --disable-summary --stdout -

viruscheck_source_allowed pop3

viruscheck_maxsize_allowed 50000

virus_destination virus-mail

has_virusfolder_by_default yes

enable_spamcheck no

spamcheck_pipe /usr/local/bin/spamc -c -x -t60 -u @@@USERNAME@@@

spamcheck_source_allowed pop3

spamcheck_maxsize_allowed 1000

spam_destination spam-mail

has_spamfolder_by_default yes

enable_learnspam no

learnspam_pipe /usr/local/bin/sa-learn --spam

learnham_pipe /usr/local/bin/sa-learn --ham

learnspam_destination spam-mail

learnham_destination INBOX

enable_pop3 yes

pop3_disallowed_servers your_server, your_server.domain

pop3_delmail_by_default yes

pop3_delmail_hidden no

pop3_usessl_by_default no

authpop3_server 192.168.0.111

authpop3_port 110

authpop3_getmail no

authpop3_delmail yes

authpop3_usessl no

loginerrordelay 10

fetchpop3interval 15

calendar_email_notifyinterval 120

enable_strictfoldername no

foldername_maxlen 32

maxbooksize 32

attlimit 50000

abook_maxsizeallbooks 100

abook_globaleditable yes

abook_importlimit 250

abook_attlimit 25

webdisk_rootpath /

webdisk_readonly no

webdisk_uploadlimit 50000

webdisk_lsmailfolder yes

webdisk_lshidden yes

webdisk_lsunixspec yes

webdisk_lssymlink yes

webdisk_allow_symlinkcreate yes

webdisk_allow_symlinkout yes

webdisk_symlinkout_display path

webdisk_allow_thumbnail yes

webdisk_allow_untar yes

webdisk_allow_unzip yes

webdisk_allow_unrar yes

webdisk_allow_unarj yes

webdisk_allow_unlzh yes

spool_limit 0

quota_limit 0

quota_threshold 75

delmail_ifquotahit no

delfile_ifquotahit no

vdomain_admlist sysadm

vdomain_maxuser 100

vdomain_maxalias 100

vdomain_vmpop3_pwdpath /etc/virtual

vdomain_vmpop3_pwdname passwd

vdomain_vmpop3_mailpath /var/spool/virtual

vdomain_postfix_aliases /etc/postfix/aliases

vdomain_postfix_virtual /etc/postfix/virtual

vdomain_postfix_postalias /usr/sbin/postalias

vdomain_postfix_postmap /usr/sbin/postmap

vdomain_mailbox_command none

localusers none

%name%

version %version%

%help_text%?

##############################################################################

# default setting for new user's preference

##############################################################################

default_language auto

default_charset auto

default_timeoffset auto

default_daylightsaving auto

default_realname auto

default_fromemails auto

default_autoreplysubject This is an autoreply...[Re: $SUBJECT]

Hello,

I will not be reading my mail for a while.

Your mail regarding '$SUBJECT' will be read when I return.

--

Open WebMail Project (http://openwebmail.org)

default_style Default

default_iconset Default

default_bgurl %ow_htmlurl%/images/backgrounds/Globe.gif

default_bgrepeat yes

default_fontsize 10pt

default_dateformat mm/dd/yyyy

default_hourformat 12

default_ctrlposition_folderview top

default_msgsperpage 10

default_fieldorder date from subject size

default_sort date

default_useminisearchicon yes

default_confirmmsgmovecopy yes

default_defaultdestination saved-messages

default_smartdestination yes

default_viewnextaftermsgmovecopy yes

default_autopop3 yes

default_autopop3wait 0

default_bgfilterwait 10

default_moveoldmsgfrominbox no

forced_moveoldmsgfrominbox no

default_ctrlposition_msgread top

default_headers simple

default_showhtmlastext no

default_showimgaslink no

default_usefixedfont no

default_usesmileicon yes

default_disablejs yes

default_disableembcode yes

default_disableemblink cgionly

default_sendreceipt ask

default_msgformat auto

default_editcolumns 78

default_editrows 24

default_sendbuttonposition before

default_reparagraphorigmsg yes

default_replywithorigmsg at_beginning

default_backupsentmsg yes

default_sendcharset sameascomposing

default_fscharset none

default_uselightbar yes

default_regexmatch yes

default_hideinternal yes

default_refreshinterval 20

min_refreshinterval 3

default_newmailsound YouGotMail.English.wav

default_newmailwindowtime 7

default_mailsentwindowtime 5

default_dictionary english

default_trashreserveddays 7

default_spamvirusreserveddays 3

default_sessiontimeout 60

default_viruscheck_source pop3

default_viruscheck_maxsize 10000

default_viruscheck_minbodysize 1

default_spamcheck_source pop3

default_spamcheck_maxsize 250

default_spamcheck_threshold 10

default_filter_repeatlimit 10

default_filter_badaddrformat no

default_filter_fakedsmtp no

default_filter_fakedfrom no

default_filter_fakedexecontenttype no

default_abook_width 600

default_abook_height 400

default_abook_buttonposition after

default_abook_defaultfilter no

default_abook_defaultsearchtype none

default_abook_defaultkeyword none

default_abook_addrperpage 10

default_abook_collapse 1

default_abook_sort fullname

default_abook_listviewfieldorder fullname,email,phone,note

default_calendar_defaultview calmonth

default_calendar_holidaydef auto

default_calendar_monthviewnumitems 5

default_calendar_weekstart 0

default_calendar_starthour 0800

default_calendar_endhour 1700

default_calendar_interval 30

default_calendar_showemptyhours yes

default_calendar_reminderdays 7

default_calendar_reminderforglobal yes

default_webdisk_dirnumitems 10

default_webdisk_confirmmovecopy yes

default_webdisk_confirmdel yes

default_webdisk_confirmcompress yes

default_webdisk_fileeditcolumns 96

default_webdisk_fileeditrows 24

>>3./var/www/cgi-bin/openwebmail/etc/defaults/dbm.conf[只需修改3處],完整的內(nèi)容如下:

#

# config file for dbm.pl

#

# dbm_ext

# -----------------------------------------------------------------------

# This is the extension name for the dbm file on your system

#

# ps: You can run 'perl openwebmail/misc/test/dbmtest.pl' to get value for this

# dbmopen_ext

# -----------------------------------------------------------------------

# This is the db extension passed to the dbmopen() call.

# It should be set to 'none' in most case. You need to set it to %dbm_ext%

# only if you use any DB File module in script explicitly

#

# ps: It is said this option needs to be set to '%dbm_ext%' on the Sun

# Cobal server or Slackware 8.x.

# You can run 'perl openwebmail/misc/test/dbmtest.pl' to get value for this

# dbmopen_haslock

# -----------------------------------------------------------------------

# If your perl dbm system will do filelock in dbmopen() by itself,

# set this option to 'yes' so openwebmail won't do unnecessary filelock

# before dbmopen. On most systems, this option should be set to 'no'.

#

# ps: If your openwebmail hangs after login or saving preference,

# you probablely need to set this option to 'y, es'

dbm_ext .db

dbmopen_ext .db

dbmopen_haslock yes

smtpserver 192.168.0.111 //添加SMTP服務器的IP地址

ok,上面的文件修改完后,再運行./openwebmail-tool.pl –init執(zhí)行初始化腳本

[root@AS3 openwebmail]#./openwebmail-tool.pl --init

有關openwebmail的配置就完成了

Step 3.修改APACHE的配置文件(httpd.conf)

[root@AS3 openwebmail]#vi /etc/httpd/conf/httpd.conf

//添加如下語句

#===the start===

ScriptAlias /openwebmail "/var/www/cgi-bin/openwebmail/openwebmail.pl"

AllowOverride None

Options ExecCGI -Indexes

Order allow,deny

Allow from all

Alias /data "/var/www/data"

#===the end====

[root@AS3 openwebmail]#service httpd restart //重啟apache

現(xiàn)在所以的工作都完成了,新建用戶去測試吧

Step 4.進行OWM測試


發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
国模无码一区二区三区| 欧美老人巨大XXXX做受视频| 狠狠躁夜夜躁人人爽天天天天97 | 免费人成在线观看网站品善网| Chinese宅妇内射AV| 成人网站国产在线视频内射视频| 亚洲中文字幕无码一久久区| 中文字幕人乱码中文字幕| 99无人区码一码二码三码四码| 差差差很疼免费软件APP下载| 国产男男GAY做受XXX| 国产女人精品视频国产灰线| 美女扒开腿让男人桶爽网站| 人与性动交ⅩXXXB| 亚洲VA中文字幕无码一区| 少妇高潮一区二区三区99| 图片小说视频一区二区| 亚洲色成人一区二区三区| 国模生殖欣赏337METCN| 欧亚成年男女深夜百度网盘| 他将头埋进双腿间吮小核| 中国熟妇人妻XXXXX| 俄罗斯VODAFONEWIFI| 中文字幕亚洲精品无码| 黄A大片AV永久免费| 日本免费一区二区三区最新VR| 亚洲中文字幕无码永久| 国产精品无码A∨精品影院APP| 欧美无人区码卡二卡3卡4乱码| 亚洲AV一二三四区四色婷婷| 69综合精品国产二区无码| YY6080理AAA级伦大片| 国产色无码精品视频免费| 四季AV无码专区AV浪潮| 波多野结衣无内裤护士| 精品少妇人妻AV免费久久洗澡| 国内精品乱码卡一卡2卡三卡| 国产成人亚洲精品无码最新| 国产精品成人99久久久久| 大香伊蕉AⅤ在人线国产| 丰满老熟好大BBB| 免费看老外操B视频| 人人澡人人澡人人澡| 永久免费AⅤ无码网站国产| 秋霞电影高清完整版| 国产精品美女被操| 亚洲成AV人在线播放无码| 久久国产热精品波多野结衣AV| 伊人热热久久原色播放WWW| 麻豆成人精品国产免费| 午夜理论影院第九电影院| 黑人狂躁中国人AⅤ| 日本肉体裸交XXXXBBBB| 99久久国产热无码精品免费| 久久精品无码一区二区APP| 亚洲熟妇XXXXX色黄妇| 锕锕锕锕锕锕锕好疼视频真人| 国内精品视频一区二区三区| 人体色窝窝7777777| 国产精品无码AV无码| 亚洲精品无码久久| 黑人巨大AV无码专区| 亚洲AV无码一区二区一二区| 国产三级精品三级在线观看 | 妺妺窝人体色www九色| CHINESE叫床VIDEOS| 亚洲精品无码AV专区最新| 欧美激情国产精品视频一区| 国产一产二产三精华液| 野花视频免费观看| 欧美在线观看免费做受视频| 99久久人妻无码精品系列| 妺妺窝人体色WWW聚色窝| 亚洲一区二区三区无码蜜桃| 欧美日韩一区二区三区精品视频| 999久久久无码国产精品| 日本免费一区二区三区最新VR| 中国BBW50成熟| 久久EE热这里只有精品| 亚洲国产群交无码AV| 年轻的少妇A级伦理| 国产老妇女婬片A级毛片| 少妇激情A∨一区二区三区| 国产又黄又爽胸又大免费视频 | 韩国午夜理伦三级理论三级 | 成熟老年妇女毛茸茸| 女生会把隐私透露给异性朋友| 亚洲中国最大AV网站| 激情国产AV做激情国产爱| 西西人体艺术,国模人体| www.xx欧美大鸡巴| 日本久久99成人网站| 宝贝把腿张开我要添你下边动态图 | 麻花豆传媒剧国产免费| 阿娇13分钟视频无删减MP4| 亚洲GAY片在线GV网站| 四川小少妇BBAABBAA| 欧美乱强伦XXXXXXXXXX| 精品无码久久久久久久久久| 公交车强摁做开腿呻吟| √天堂中文最新版在线中文| 亚洲国产精品悠悠久久琪琪 | 亚洲中文久久精品无码软件| 男女嘿咻激烈爱爱动态图| 中国OLDWOMAN老熟妇| 天天躁日日躁狠狠躁欧美老妇小说| WWW无人区一码二码三码区别| 欧美又粗又大XXXⅩBBBB| 成人小说亚洲一区二区三区| 一本久道久久综合狠狠老| 无码AV专区丝袜专区| 精品无码三级在线观看视频 | GOOD电影网韩国三级无码| 欧洲老太太BBBH| 国产又色又爽又黄的网站在线| 夜夜揉揉日日人人| 性XXXXX大片免费视频| 小辣椒AV福利在线网站| 无码熟妇人妻AV在线网站| 小12箩利洗澡无码视频网站 | 国产精品WWW夜色视频| 在线精品国精品国产尤物| 性丰满ⅩXXOOOZZXXHD| 免费国产AV在线观看| 国产免费午夜福利蜜芽无码| AV无码精品一区二区三区宅噜噜| 天黑黑影院免费观看视频在线播放| 欧美丰满少妇XXXXX| 国产浮力第一页草草影院| 亚洲AV永久中文无码精品| 欧美猛片BBBBBⅩXXXX| 蜜臀av无码少妇一区二区三区| 精品国产乱码久久久软件下载| JAPANESETUBE日本护| 亚洲AV无码乱码在线观看四虎| 欧美人与动牲交免费观看| 激情偷乱人伦小说免费看| 99久久久无码国产精品免费| 亚洲成在人线视AV| 日产2021免费一二三四| 久久久久亚洲AV成人片丁香| 狠狠色丁香婷婷亚洲综合| 父母儿女一家换着玩的句子| 亚洲丁香五月天缴情综合| 免费男人下部进女人下部视频| 国产日产欧产精品品不卡| 丰满少妇偷人51视频在线观看| 波多野结衣AV无码久久一区| 国产精品久久久久精品三级APP| 国产精品白浆无码流出| 高潮大叫喷水发抖抽搐| 国产午夜精品一区二区三区老| 国产高清午夜人成在线观看| 果冻传媒一区二区天美传媒| 狠狠精品久久久无码中文字幕 | 久久综合国产乱子伦精品免费| 国产精品午夜福利不卡| 国产97色在线 | 欧洲| 亚洲已满18点击进入在线看片| 玩弄三个高大的熟妇| 日韩精品免费无码专区| 女人自熨全过程视频免费| 色狠狠AV一区二区三区| 午夜精品久久久久久毛片| 无码人妻丰满熟妇啪啪| 熟女一区二区蜜桃视频| 人人妻人人澡人人爽欧美一区| 国产午夜不卡AV免费| 各处沟厕大尺度偷拍女厕嘘嘘| 儿子耕了母亲荒废的田清朝| 国产精品99久久久久久猫咪| 果冻传媒免费观看4399| 果冻传媒AⅤ毛片无码蜜桃| 在线观看片免费人成视频无码| 中文字幕日韩人妻| AV人摸人人人澡人人超碰手机版| 97色偷偷色噜噜男人的天堂| 成熟人妻换╳╳╳╳Ⅹ| 蜜桃无码一区二区三区| 三个男人躁我一个爽| 亚洲暴爽AV人人爽日日碰| 成人区精品人妻人妻AV| 精品国产AⅤ一区天美传媒| 日韩成人无码专区一视频| 亚洲VA国产VA天堂VA久久| 野花高清在线观看免费官网| 中国高清WINDOWS视频软件| 607080岁奶奶| 99久久国产福利自产拍| 国产精品VA无码一区二区| 国产精品无码V在线观看| 国产啪精品视频网站免费| 老司机亚洲精品影院| 美女裸体A级毛片| 你再躲一个试试BY深巷无酒| 人人爽人人澡人人人妻| 亚洲AV中文无码乱人伦在线R▽ | 国产精品乱码一区二区三| 精品国产你懂的在线观看| 欧美XXXX做受欧美88XX|