postifx setting for reference

Posted in Daily on May 27th, 2015 by Banbanli

http://www.postfix.org/SMTPD_ACCESS_README.html

Getting selective with SMTP access restriction lists

Postfix allows you to specify lists of access restrictions for each stage of the SMTP conversation. Individual restrictions are described in the postconf(5) manual page.

Examples of simple restriction lists are:

/etc/postfix/main.cf:
    # Allow connections from trusted networks only.
    smtpd_client_restrictions = permit_mynetworks, reject

    # Don't talk to mail systems that don't know their own hostname.
    # With Postfix < 2.3, specify reject_unknown_hostname.
    smtpd_helo_restrictions = reject_unknown_helo_hostname

    # Don't accept mail from domains that don't exist.
    smtpd_sender_restrictions = reject_unknown_sender_domain

    # Relay control (Postfix 2.10 and later): local clients and
    # authenticated clients may specify any destination domain.
    smtpd_relay_restrictions = permit_mynetworks, 
        permit_sasl_authenticated,
        reject_unauth_destination

    # Spam control: exclude local clients and authenticated clients
    # from DNSBL lookups.
    smtpd_recipient_restrictions = permit_mynetworks, 
        permit_sasl_authenticated,
        # reject_unauth_destination is not needed here if the mail
        # relay policy is specified under smtpd_relay_restrictions
        # (available with Postfix 2.10 and later).
        reject_unauth_destination
        reject_rbl_client zen.spamhaus.org,
        reject_rhsbl_reverse_client dbl.spamhaus.org,
        reject_rhsbl_helo dbl.spamhaus.org,
        reject_rhsbl_sender dbl.spamhaus.org

    # Block clients that speak too early.
    smtpd_data_restrictions = reject_unauth_pipelining

    # Enforce mail volume quota via policy service callouts.
    smtpd_end_of_data_restrictions = check_policy_service unix:private/policy

這個….

Posted in Joke on May 26th, 2015 by Banbanli

IMG_6545 Read more »

[轉貼]Q1全球Top20半導體供應商 台灣佔三家

Posted in News on May 26th, 2015 by Banbanli

http://www.eettaiwan.com/ART_8800712790_480102_NT_9b6948e4.HTM?click_from=8800123684,8695708109,2015-05-26,EETOL,ARTICLE_ALERT

市場研究機構 IC Insights 最新版本的2015年McClean報告將於本月稍後公布,內容涵蓋對IC產業進展的討論、各家半導體業者資本支出的預測,以及2015年第一季的全球前二十大半導體供應商排行。

2015年第一季的全球前二十大半導體(包括IC與光電元件、感測器、離散元件,以銷售額計)供應商,其中有7家來自美國、4家是日本廠商,台灣與歐洲廠商各3家、韓國廠商2家,以及1家新加坡廠商,地域分布相對較廣。這20家廠商中,有3家是純晶圓代工業者──台積電(TSMC)、GlobalFoundries與聯電(UMC),4家是無晶圓廠IC設計業者。

有趣的是,前四大半導體供應商的經營模式剛好各自不同,排名第一的英特爾(Intel)是血統純正的IDM廠,其後的三星(Samsung)業務內容則是包括終端系統產品,排名第三的台積電是純晶圓代工業者,第四名高通(Qualcomm)則是無晶圓廠IC設計公司。

20150526_ICInsights_NT03P1
2015年第一季全球前二十大半導體供應商排行榜

Read more »

Tags:

賴皮汝的巴西烏龜

Posted in Daily on April 1st, 2015 by Banbanli

短短的兩天就成為過去,小朋友的功力真的是很強大。

2014-Q3 日劇學院賞

Posted in Japanese Drama on March 17th, 2015 by Banbanli
  1. HERO2
  2. 花子與安妮
  3. 午後人妻

2014-Q4 日劇學院賞

Posted in Japanese Drama on March 17th, 2015 by Banbanli
  1. 為了N
  2. 今天不上班
  3. 對不起青春!
  • 讀者票:1.為了N;2.對不起青春!;3.信長協奏曲
  • 記者票:1.對不起青春!;2.為了N;3.今天不上班
  • 評審票:1.今天不上班;2.對不起青春!;3.派遣女醫3

別了,政桓同學

Posted in Daily on March 11th, 2015 by Banbanli

2015-0225

Posted in Daily on February 25th, 2015 by Banbanli

fold@home 似乎讓我漸漸的著迷。
所以也參加了滄者極限的贊助活動,進了一張Nvidia GTX970 希望對重大的疾病探索,與台灣隊的排名提升有一定的幫助。