
アランダス オロ テキーラ 40% ALC.
さらっと飲みやすいからすぐなくなっちゃう。
また買いに行かなくちゃ。
[ 516.967796] ata3: EH in SWNCQ mode,QC:qc_active 0x1FF sactive 0x1FF
[ 516.967908] ata3: SWNCQ:qc_active 0x6 defer_bits 0x1F9 last_issue_tag 0x2
[ 516.967910] dhfis 0x2 dmafis 0x0 sdbfis 0x0
[ 516.968113] ata3: ATA_REG 0x40 ERR_REG 0x0
[ 516.968208] ata3: tag : dhfis dmafis sdbfis sacitve
[ 516.968306] ata3: tag 0x1: 1 0 0 1
[ 516.968398] ata3: tag 0x2: 0 0 0 1
[ 516.968497] ata3.00: exception Emask 0x0 SAct 0x1ff SErr 0x0 action 0x6 frozen
[ 516.968640] ata3.00: cmd 61/18:00:10:a0:61/00:00:10:00:00/40 tag 0 ncq 12288 out
[ 516.968641] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 516.968919] ata3.00: status: { DRDY }
[ 516.969014] ata3.00: cmd 61/08:08:80:a0:61/00:00:10:00:00/40 tag 1 ncq 4096 out
[ 516.969015] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 516.969232] ata3.00: status: { DRDY }
[ 516.969232] ata3.00: cmd 61/08:10:a8:9f:61/00:00:10:00:00/40 tag 2 ncq 4096 out
[ 516.969232] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 516.969232] ata3.00: status: { DRDY }
[ 516.969232] ata3.00: cmd 60/08:18:18:f6:01/00:00:00:00:00/40 tag 3 ncq 4096 in
[ 516.969232] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 516.969232] ata3.00: status: { DRDY }
[ 516.969232] ata3.00: cmd 60/08:20:38:f6:01/00:00:00:00:00/40 tag 4 ncq 4096 in
[ 516.969232] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 516.969232] ata3.00: status: { DRDY }
[ 516.969232] ata3.00: cmd 60/08:28:18:d9:bd/00:00:0c:00:00/40 tag 5 ncq 4096 in
[ 516.969232] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 516.969232] ata3.00: status: { DRDY }
[ 516.969232] ata3.00: cmd 60/08:30:38:d9:bd/00:00:0c:00:00/40 tag 6 ncq 4096 in
[ 516.969232] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 516.969232] ata3.00: status: { DRDY }
[ 516.969232] ata3.00: cmd 60/08:38:80:57:d6/00:00:15:00:00/40 tag 7 ncq 4096 in
[ 516.969232] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 516.969232] ata3.00: status: { DRDY }
[ 516.969232] ata3.00: cmd 60/08:40:80:57:d6/00:00:16:00:00/40 tag 8 ncq 4096 in
[ 516.969232] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 516.969513] ata3.00: status: { DRDY }
[ 516.973361] ata3: hard resetting link
[ 517.450677] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 517.475108] ata3.00: configured for UDMA/133
[ 517.475221] ata3: EH complete
[ 517.477833] sd 2:0:0:0: [sdc] 976773168 512-byte hardware sectors (500108 MB)
[ 517.477968] sd 2:0:0:0: [sdc] Write Protect is off
[ 517.478538] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 517.478559] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
# diff main.cf.old main.cfexample.com: biglobeの中継サーバ
40a41,56
> relayhost = [example.com]:25
>
> smtp_sasl_type = cyrus
> smtp_sasl_auth_enable = yes
> smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
> smtp_sasl_security_options = noanonymous
> smtp_sasl_mechanism_filter = cram-md5, login, plain
>
> sender_canonical_classes = envelope_sender
> sender_canonical_maps = regexp:/etc/postfix/sender_rx
# cat /etc/postfix/sasl_passwd
[example.com]:25 mailaddress:password
# cat /etc/postfix/sender_rx
/^.*/ mailaddress
# postmap /etc/postfix/sasl_passwd
# aptitude install libsasl2-modules
# /etc/init.d/postfix restart