Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Anonymous
Friday, June 8th, 2007 at 12:23:02am UTC 

  1. This are all relevant logs and configurations I have made:
  2.  
  3. This is the content of my mm_cfg.py (comments removed).
  4.  
  5. ***********************************************
  6. [root@lists mailman]# cat /etc/mailman/mm_cfg.py
  7. ***********************************************
  8.  
  9. from Defaults import *
  10. import pwd, grp
  11.  
  12. MAILMAN_UID = pwd.getpwnam('mailman')[2]
  13. MAILMAN_GID = grp.getgrnam('mailman')[2]
  14.  
  15. from socket import *
  16. try:
  17.     fqdn = getfqdn()
  18. except:
  19.     fqdn = 'mm_cfg_has_unknown_host_domains'
  20.  
  21. DEFAULT_URL_HOST   = fqdn
  22. DEFAULT_EMAIL_HOST = fqdn
  23.  
  24. add_virtualhost("news.example.com", "news.example.com")
  25. add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
  26.  
  27. MTA = 'Postfix'
  28. POSTFIX_STYLE_VIRTUAL_DOMAINS = ['news.example.com']
  29.  
  30.  
  31. I tried to send a message to [email protected], this is the
  32. transcript of the log sessions
  33.  
  34. ************************
  35. tail -f /var/log/maillog
  36. ************************
  37.  
  38.  
  39. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: mynetworks ~?
  40. debug_peer_list
  41. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: mynetworks ~?
  42. fast_flush_domains
  43. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: mynetworks ~?
  44. mynetworks
  45. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: relay_domains ~?
  46. debug_peer_list
  47. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: relay_domains ~?
  48. fast_flush_domains
  49. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: relay_domains ~?
  50. mynetworks
  51. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: relay_domains ~?
  52. permit_mx_backup_networks
  53. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: relay_domains ~?
  54. qmqpd_authorized_clients
  55. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: relay_domains ~?
  56. relay_domains
  57. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  58. /etc/postfix/mysql-transport.cf: user = postfix
  59. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  60. /etc/postfix/mysql-transport.cf: password = ********
  61. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  62. /etc/postfix/mysql-transport.cf: dbname = postfix
  63. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  64. /etc/postfix/mysql-transport.cf: table = postfix_domains
  65. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  66. /etc/postfix/mysql-transport.cf: select_field = transport
  67. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  68. /etc/postfix/mysql-transport.cf: where_field = domain
  69. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  70. /etc/postfix/mysql-transport.cf: additional_conditions =
  71. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  72. /etc/postfix/mysql-transport.cf: hosts = localhost
  73. Jun  6 23:55:37 lists postfix/smtpd[15635]: mysqlname_parse:
  74. /etc/postfix/mysql-transport.cf: adding host 'localhost' to list of mysql
  75. server hosts
  76. Jun  6 23:55:37 lists postfix/smtpd[15635]: dict_open:
  77. mysql:/etc/postfix/mysql-transport.cf
  78. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string:
  79. permit_mx_backup_networks ~? debug_peer_list
  80. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string:
  81. permit_mx_backup_networks ~? fast_flush_domains
  82. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string:
  83. permit_mx_backup_networks ~? mynetworks
  84. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string:
  85. permit_mx_backup_networks ~? permit_mx_backup_networks
  86. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  87. /etc/postfix/mysql-virtual.cf: user = postfix
  88. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  89. /etc/postfix/mysql-virtual.cf: password = ********
  90. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  91. /etc/postfix/mysql-virtual.cf: dbname = postfix
  92. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  93. /etc/postfix/mysql-virtual.cf: table = postfix_virtual
  94. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  95. /etc/postfix/mysql-virtual.cf: select_field = destination
  96. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  97. /etc/postfix/mysql-virtual.cf: where_field = email
  98. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  99. /etc/postfix/mysql-virtual.cf: additional_conditions =
  100. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  101. /etc/postfix/mysql-virtual.cf: hosts = localhost
  102. Jun  6 23:55:37 lists postfix/smtpd[15635]: mysqlname_parse:
  103. /etc/postfix/mysql-virtual.cf: adding host 'localhost' to list of mysql
  104. server hosts
  105. Jun  6 23:55:37 lists postfix/smtpd[15635]: dict_open:
  106. mysql:/etc/postfix/mysql-virtual.cf
  107. Jun  6 23:55:37 lists postfix/smtpd[15635]: dict_open:
  108. hash:/etc/mailman/virtual-mailman
  109. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  110. /etc/postfix/mysql-virtual-maps.cf: user = postfix
  111. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  112. /etc/postfix/mysql-virtual-maps.cf: password = ********
  113. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  114. /etc/postfix/mysql-virtual-maps.cf: dbname = postfix
  115. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  116. /etc/postfix/mysql-virtual-maps.cf: table = postfix_users
  117. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  118. /etc/postfix/mysql-virtual-maps.cf: select_field = maildir
  119. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  120. /etc/postfix/mysql-virtual-maps.cf: where_field = email
  121. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  122. /etc/postfix/mysql-virtual-maps.cf: additional_conditions = and postfix =
  123. 'y'
  124. Jun  6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
  125. /etc/postfix/mysql-virtual-maps.cf: hosts = localhost
  126. Jun  6 23:55:37 lists postfix/smtpd[15635]: mysqlname_parse:
  127. /etc/postfix/mysql-virtual-maps.cf: adding host 'localhost' to list of mysql
  128. server hosts
  129. Jun  6 23:55:37 lists postfix/smtpd[15635]: dict_open:
  130. mysql:/etc/postfix/mysql-virtual-maps.cf
  131. Jun  6 23:55:37 lists postfix/smtpd[15635]: dict_open: unix:passwd.byname
  132. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: smtpd_access_maps
  133. ~? debug_peer_list
  134. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: smtpd_access_maps
  135. ~? fast_flush_domains
  136. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: smtpd_access_maps
  137. ~? mynetworks
  138. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: smtpd_access_maps
  139. ~? permit_mx_backup_networks
  140. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: smtpd_access_maps
  141. ~? qmqpd_authorized_clients
  142. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: smtpd_access_maps
  143. ~? relay_domains
  144. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: smtpd_access_maps
  145. ~? smtpd_access_maps
  146. Jun  6 23:55:37 lists postfix/smtpd[15635]: smtpd_sasl_initialize: SASL
  147. config file is smtpd.conf
  148. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: fast_flush_domains
  149. ~? debug_peer_list
  150. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_string: fast_flush_domains
  151. ~? fast_flush_domains
  152. Jun  6 23:55:37 lists postfix/smtpd[15635]: watchdog_create: 0x808b968 18000
  153. Jun  6 23:55:37 lists postfix/smtpd[15635]: watchdog_stop: 0x808b968
  154. Jun  6 23:55:37 lists postfix/smtpd[15635]: watchdog_start: 0x808b968
  155. Jun  6 23:55:37 lists postfix/smtpd[15635]: connection established
  156. Jun  6 23:55:37 lists postfix/smtpd[15635]: master_notify: status 0
  157. Jun  6 23:55:37 lists postfix/smtpd[15635]: name_mask: resource
  158. Jun  6 23:55:37 lists postfix/smtpd[15635]: name_mask: software
  159. Jun  6 23:55:37 lists postfix/smtpd[15635]: name_mask: noanonymous
  160. Jun  6 23:55:37 lists postfix/smtpd[15635]: connect from
  161. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]
  162. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_list_match:
  163. dcc-hq-host-200-59-45-4.dnsba.com: no match
  164. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_list_match: 200.59.45.4:
  165. no match
  166. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_list_match:
  167. dcc-hq-host-200-59-45-4.dnsba.com: no match
  168. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_list_match: 200.59.45.4:
  169. no match
  170. Jun  6 23:55:37 lists postfix/smtpd[15635]: >
  171. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 220 news.example.com ESMTP
  172. Postfix
  173. Jun  6 23:55:37 lists postfix/smtpd[15635]: watchdog_pat: 0x808b968
  174. Jun  6 23:55:37 lists postfix/smtpd[15635]: <
  175. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: EHLO dnsba.com
  176. Jun  6 23:55:37 lists postfix/smtpd[15635]: >
  177. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250-news.example.com
  178. Jun  6 23:55:37 lists postfix/smtpd[15635]: >
  179. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250-PIPELINING
  180. Jun  6 23:55:37 lists postfix/smtpd[15635]: >
  181. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250-SIZE 10240000
  182. Jun  6 23:55:37 lists postfix/smtpd[15635]: >
  183. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250-VRFY
  184. Jun  6 23:55:37 lists postfix/smtpd[15635]: >
  185. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250-ETRN
  186. Jun  6 23:55:37 lists postfix/smtpd[15635]: >
  187. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250-AUTH PLAIN LOGIN
  188. Jun  6 23:55:37 lists postfix/smtpd[15635]: >
  189. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250-AUTH=PLAIN LOGIN
  190. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_list_match:
  191. dcc-hq-host-200-59-45-4.dnsba.com: no match
  192. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_list_match: 200.59.45.4:
  193. no match
  194. Jun  6 23:55:37 lists postfix/smtpd[15635]: >
  195. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250 8BITMIME
  196. Jun  6 23:55:37 lists postfix/smtpd[15635]: watchdog_pat: 0x808b968
  197. Jun  6 23:55:37 lists postfix/smtpd[15635]: <
  198. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: MAIL
  199. FROM:<parturi@domain_sender.com> SIZE=1390
  200. Jun  6 23:55:37 lists postfix/smtpd[15635]: extract_addr: input:
  201. <parturi@domain_sender.com>
  202. Jun  6 23:55:37 lists postfix/smtpd[15635]: smtpd_check_addr:
  203. addr=parturi@domain_sender.com
  204. Jun  6 23:55:37 lists postfix/smtpd[15635]: connect to subsystem
  205. private/rewrite
  206. Jun  6 23:55:37 lists postfix/smtpd[15635]: send attr request = rewrite
  207. Jun  6 23:55:37 lists postfix/smtpd[15635]: send attr rule = canonicalize
  208. Jun  6 23:55:37 lists postfix/smtpd[15635]: send attr address =
  209. parturi@domain_sender.com
  210. Jun  6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
  211. attribute: address
  212. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: address
  213. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute value:
  214. parturi@domain_sender.com
  215. Jun  6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
  216. attribute: (list terminator)
  217. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: (end)
  218. Jun  6 23:55:37 lists postfix/smtpd[15635]: rewrite_clnt: canonicalize:
  219. parturi@domain_sender.com -> parturi@domain_sender.com
  220. Jun  6 23:55:37 lists postfix/smtpd[15635]: send attr request = resolve
  221. Jun  6 23:55:37 lists postfix/smtpd[15635]: send attr address =
  222. parturi@domain_sender.com
  223. Jun  6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
  224. attribute: transport
  225. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: transport
  226. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute value: smtp
  227. Jun  6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
  228. attribute: nexthop
  229. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: nexthop
  230. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute value:
  231. domain_sender.com
  232. Jun  6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
  233. attribute: recipient
  234. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: recipient
  235. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute value:
  236. parturi@domain_sender.com
  237. Jun  6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
  238. attribute: flags
  239. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: flags
  240. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute value: 4096
  241. Jun  6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
  242. attribute: (list terminator)
  243. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: (end)
  244. Jun  6 23:55:37 lists postfix/smtpd[15635]: resolve_clnt:
  245. `parturi@domain_sender.com' -> transp=`smtp' host=`domain_sender.com'
  246. rcpt=`parturi@domain_sender.com' flags= class=default
  247. Jun  6 23:55:37 lists postfix/smtpd[15635]: ctable_locate: install entry key
  248. parturi@domain_sender.com
  249. Jun  6 23:55:37 lists postfix/smtpd[15635]: extract_addr: result:
  250. parturi@domain_sender.com
  251. Jun  6 23:55:37 lists postfix/smtpd[15635]: fsspace: .: block size 4096,
  252. blocks free 48010832
  253. Jun  6 23:55:37 lists postfix/smtpd[15635]: smtpd_check_size: blocks 4096
  254. avail 48010832 min_free 0 msg_size_limit 10240000
  255. Jun  6 23:55:37 lists postfix/smtpd[15635]: >
  256. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250 Ok
  257. Jun  6 23:55:37 lists postfix/smtpd[15635]: watchdog_pat: 0x808b968
  258. Jun  6 23:55:37 lists postfix/smtpd[15635]: <
  259. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: RCPT
  260. TO:<[email protected]>
  261. Jun  6 23:55:37 lists postfix/smtpd[15635]: extract_addr: input:
  262. <[email protected]>
  263. Jun  6 23:55:37 lists postfix/smtpd[15635]: smtpd_check_addr:
  264. addr=[email protected]
  265. Jun  6 23:55:37 lists postfix/smtpd[15635]: send attr request = rewrite
  266. Jun  6 23:55:37 lists postfix/smtpd[15635]: send attr rule = canonicalize
  267. Jun  6 23:55:37 lists postfix/smtpd[15635]: send attr address =
  268. [email protected]
  269. Jun  6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
  270. attribute: address
  271. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: address
  272. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute value:
  273. [email protected]
  274. Jun  6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
  275. attribute: (list terminator)
  276. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: (end)
  277. Jun  6 23:55:37 lists postfix/smtpd[15635]: rewrite_clnt: canonicalize:
  278. [email protected] -> [email protected]
  279. Jun  6 23:55:37 lists postfix/smtpd[15635]: send attr request = resolve
  280. Jun  6 23:55:37 lists postfix/smtpd[15635]: send attr address =
  281. [email protected]
  282. Jun  6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
  283. attribute: transport
  284. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: transport
  285. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute value: virtual
  286. Jun  6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
  287. attribute: nexthop
  288. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: nexthop
  289. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute value:
  290. news.example.com
  291. Jun  6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
  292. attribute: recipient
  293. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: recipient
  294. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute value:
  295. [email protected]
  296. Jun  6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
  297. attribute: flags
  298. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: flags
  299. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute value: 256
  300. Jun  6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
  301. attribute: (list terminator)
  302. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: (end)
  303. Jun  6 23:55:37 lists postfix/smtpd[15635]: resolve_clnt:
  304. `[email protected]' -> transp=`virtual' host=`news.example.com'
  305. rcpt=`[email protected]' flags= class=local
  306. Jun  6 23:55:37 lists postfix/smtpd[15635]: ctable_locate: install entry key
  307. [email protected]
  308. Jun  6 23:55:37 lists postfix/smtpd[15635]: extract_addr: result:
  309. [email protected]
  310. Jun  6 23:55:37 lists postfix/smtpd[15635]: send attr request = rewrite
  311. Jun  6 23:55:37 lists postfix/smtpd[15635]: send attr rule = canonicalize
  312. Jun  6 23:55:37 lists postfix/smtpd[15635]: send attr address = postmaster
  313. Jun  6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
  314. attribute: address
  315. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: address
  316. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute value:
  317. [email protected]
  318. Jun  6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
  319. attribute: (list terminator)
  320. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: (end)
  321. Jun  6 23:55:37 lists postfix/smtpd[15635]: rewrite_clnt: canonicalize:
  322. postmaster -> [email protected]
  323. Jun  6 23:55:37 lists postfix/smtpd[15635]: >>> START Recipient address
  324. RESTRICTIONS <<<
  325. Jun  6 23:55:37 lists postfix/smtpd[15635]: generic_checks:
  326. name=permit_sasl_authenticated
  327. Jun  6 23:55:37 lists postfix/smtpd[15635]: generic_checks:
  328. name=permit_sasl_authenticated status=0
  329. Jun  6 23:55:37 lists postfix/smtpd[15635]: generic_checks:
  330. name=permit_mynetworks
  331. Jun  6 23:55:37 lists postfix/smtpd[15635]: permit_mynetworks:
  332. dcc-hq-host-200-59-45-4.dnsba.com 200.59.45.4
  333. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_hostname:
  334. dcc-hq-host-200-59-45-4.dnsba.com ~? 127.0.0.1/32
  335. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_hostaddr: 200.59.45.4 ~?
  336. 127.0.0.1/32
  337. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_hostname:
  338. dcc-hq-host-200-59-45-4.dnsba.com ~? 200.59.45.167/32
  339. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_hostaddr: 200.59.45.4 ~?
  340. 200.59.45.167/32
  341. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_list_match:
  342. dcc-hq-host-200-59-45-4.dnsba.com: no match
  343. Jun  6 23:55:37 lists postfix/smtpd[15635]: match_list_match: 200.59.45.4:
  344. no match
  345. Jun  6 23:55:37 lists postfix/smtpd[15635]: generic_checks:
  346. name=permit_mynetworks status=0
  347. Jun  6 23:55:37 lists postfix/smtpd[15635]: generic_checks:
  348. name=reject_unauth_destination
  349. Jun  6 23:55:37 lists postfix/smtpd[15635]: reject_unauth_destination:
  350. [email protected]
  351. Jun  6 23:55:37 lists postfix/smtpd[15635]: permit_auth_destination:
  352. [email protected]
  353. Jun  6 23:55:37 lists postfix/smtpd[15635]: ctable_locate: leave existing
  354. entry key [email protected]
  355. Jun  6 23:55:37 lists postfix/smtpd[15635]: generic_checks:
  356. name=reject_unauth_destination status=0
  357. Jun  6 23:55:37 lists postfix/smtpd[15635]: generic_checks:
  358. name=reject_unknown_sender_domain
  359. Jun  6 23:55:37 lists postfix/smtpd[15635]: reject_unknown_address:
  360. parturi@domain_sender.com
  361. Jun  6 23:55:37 lists postfix/smtpd[15635]: ctable_locate: move existing
  362. entry key parturi@domain_sender.com
  363. Jun  6 23:55:37 lists postfix/smtpd[15635]: reject_unknown_mailhost:
  364. domain_sender.com
  365. Jun  6 23:55:37 lists postfix/smtpd[15635]: lookup domain_sender.com type 1
  366. flags 0
  367. Jun  6 23:55:37 lists postfix/smtpd[15635]: dns_query: domain_sender.com
  368. (A): OK
  369. Jun  6 23:55:37 lists postfix/smtpd[15635]: dns_get_answer: type A for
  370. domain_sender.com
  371. Jun  6 23:55:37 lists postfix/smtpd[15635]: generic_checks:
  372. name=reject_unknown_sender_domain status=0
  373. Jun  6 23:55:37 lists postfix/smtpd[15635]: >>> END Recipient address
  374. RESTRICTIONS <<<
  375. Jun  6 23:55:37 lists postfix/smtpd[15635]: >>> CHECKING RECIPIENT MAPS <<<
  376. Jun  6 23:55:37 lists postfix/smtpd[15635]: ctable_locate: move existing
  377. entry key [email protected]
  378. Jun  6 23:55:37 lists postfix/smtpd[15635]: maps_find:
  379. recipient_canonical_maps: [email protected]: not found
  380. Jun  6 23:55:37 lists postfix/smtpd[15635]: maps_find:
  381. recipient_canonical_maps: chuchucha: not found
  382. Jun  6 23:55:37 lists postfix/smtpd[15635]: maps_find:
  383. recipient_canonical_maps: @news.example.com: not found
  384. Jun  6 23:55:37 lists postfix/smtpd[15635]: mail_addr_find:
  385. [email protected] -> (not found)
  386. Jun  6 23:55:37 lists postfix/smtpd[15635]: maps_find: canonical_maps:
  387. [email protected]: not found
  388. Jun  6 23:55:37 lists postfix/smtpd[15635]: maps_find: canonical_maps:
  389. chuchucha: not found
  390. Jun  6 23:55:37 lists postfix/smtpd[15635]: maps_find: canonical_maps:
  391. @news.example.com: not found
  392. Jun  6 23:55:37 lists postfix/smtpd[15635]: mail_addr_find:
  393. [email protected] -> (not found)
  394. Jun  6 23:55:37 lists postfix/smtpd[15635]: dict_mysql_lookup using sql
  395. query: select destination from postfix_virtual where email =
  396. '[email protected]'
  397. Jun  6 23:55:37 lists postfix/smtpd[15635]: dict_mysql_get_active:
  398. attempting to connect to host localhost
  399. Jun  6 23:55:37 lists postfix/smtpd[15635]: dict_mysql: successful
  400. connection to host localhost
  401. Jun  6 23:55:37 lists postfix/smtpd[15635]: dict_mysql: successful query
  402. from host localhost
  403. Jun  6 23:55:37 lists postfix/smtpd[15635]: dict_mysql_lookup: retrieved 0
  404. rows
  405. Jun  6 23:55:37 lists postfix/smtpd[15635]: maps_find: virtual_alias_maps:
  406. hash:/etc/mailman/virtual-mailman(0,100): [email protected] =
  407. chuchucha
  408. Jun  6 23:55:37 lists postfix/smtpd[15635]: mail_addr_find:
  409. [email protected] -> chuchucha
  410. Jun  6 23:55:37 lists postfix/smtpd[15635]: connect to subsystem
  411. public/cleanup
  412. Jun  6 23:55:37 lists postfix/smtpd[15635]: public/cleanup socket: wanted
  413. attribute: queue_id
  414. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: queue_id
  415. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute value:
  416. A57F287C036
  417. Jun  6 23:55:37 lists postfix/smtpd[15635]: public/cleanup socket: wanted
  418. attribute: (list terminator)
  419. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: (end)
  420. Jun  6 23:55:37 lists postfix/smtpd[15635]: send attr flags = 50
  421. Jun  6 23:55:37 lists postfix/smtpd[15635]: A57F287C036:
  422. client=dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]
  423. Jun  6 23:55:37 lists postfix/smtpd[15635]: >
  424. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250 Ok
  425. Jun  6 23:55:37 lists postfix/smtpd[15635]: watchdog_pat: 0x808b968
  426. Jun  6 23:55:37 lists postfix/smtpd[15635]: <
  427. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: DATA
  428. Jun  6 23:55:37 lists postfix/smtpd[15635]: >
  429. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 354 End data with
  430. <CR><LF>.<CR><LF>
  431. Jun  6 23:55:37 lists postfix/smtpd[15635]: public/cleanup socket: wanted
  432. attribute: status
  433. Jun  6 23:55:37 lists postfix/cleanup[15641]: A57F287C036:
  434. message-id=<152a01c7a8af$64e71f00$0400a8c0@bworg196ib52so>
  435. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: status
  436. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute value: 0
  437. Jun  6 23:55:37 lists postfix/smtpd[15635]: public/cleanup socket: wanted
  438. attribute: reason
  439. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: reason
  440. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute value: (end)
  441. Jun  6 23:55:37 lists postfix/smtpd[15635]: public/cleanup socket: wanted
  442. attribute: (list terminator)
  443. Jun  6 23:55:37 lists postfix/smtpd[15635]: input attribute name: (end)
  444. Jun  6 23:55:37 lists postfix/smtpd[15635]: >
  445. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250 Ok: queued as
  446. A57F287C036
  447. Jun  6 23:55:37 lists postfix/qmgr[30622]: A57F287C036:
  448. from=<parturi@domain_sender.com>, size=1602, nrcpt=1 (queue active)
  449. Jun  6 23:55:37 lists postfix/smtpd[15635]: watchdog_pat: 0x808b968
  450. Jun  6 23:55:37 lists postfix/smtpd[15635]: <
  451. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: QUIT
  452. Jun  6 23:55:37 lists postfix/smtpd[15635]: >
  453. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 221 Bye
  454. Jun  6 23:55:37 lists postfix/smtpd[15635]: disconnect from
  455. dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]
  456. Jun  6 23:55:37 lists postfix/smtpd[15635]: master_notify: status 1
  457. Jun  6 23:55:37 lists postfix/smtpd[15635]: connection closed
  458. Jun  6 23:55:37 lists postfix/smtpd[15635]: watchdog_stop: 0x808b968
  459. Jun  6 23:55:37 lists postfix/smtpd[15635]: watchdog_start: 0x808b968
  460. Jun  6 23:55:37 lists postfix/virtual[15643]: A57F287C036:
  461. to=<[email protected]>, relay=virtual, delay=0, status=bounced
  462. (unknown user: "[email protected]")
  463. Jun  6 23:55:37 lists postfix/cleanup[15641]: B1FB287C038:
  464. message-id=<20070607025537.[email protected]>
  465. Jun  6 23:55:37 lists postfix/qmgr[30622]: B1FB287C038: from=<>, size=3344,
  466. nrcpt=1 (queue active)
  467. Jun  6 23:55:37 lists postfix/qmgr[30622]: A57F287C036: removed
  468. Jun  6 23:55:38 lists postfix/smtp[15647]: B1FB287C038:
  469. to=<parturi@domain_sender.com>, relay=mx1.spambrake.com[200.59.45.241],
  470. delay=1, status=sent (250 Ok: queued as 29E22120227)
  471. Jun  6 23:55:38 lists postfix/qmgr[30622]: B1FB287C038: removed
  472.  
  473.  
  474.  
  475.  
  476. Resulting in a message coming back to myself telling me:
  477.  
  478. This is the Postfix program at host news.example.com.
  479.  
  480. I'm sorry to have to inform you that your message could not be
  481. be delivered to one or more recipients. It's attached below.
  482.  
  483. For further assistance, please send mail to <postmaster>
  484.  
  485. If you do so, please include this problem report. You can
  486. delete your own text from the attached returned message.
  487.  
  488. The Postfix program
  489.  
  490. <[email protected]>: unknown user: "[email protected]"
  491.  
  492.  
  493.  
  494.  
  495.  
  496. ******************************************
  497. [root@lists mailman]# postconf -n
  498. ******************************************
  499.  
  500. alias_maps = hash:/etc/postfix/aliases,            hash:/etc/mailman/aliases
  501. broken_sasl_auth_clients = yes
  502. command_directory = /usr/sbin
  503. config_directory = /etc/postfix
  504. daemon_directory = /usr/libexec/postfix
  505. debug_peer_level = 2
  506. home_mailbox = Maildir/
  507. html_directory = no
  508. local_recipient_maps = $alias_map $virtual_alias_maps $virtual_mailbox_maps
  509. unix:passwd.byname
  510. mailq_path = /usr/bin/mailq
  511. manpage_directory = /usr/local/man
  512. mydestination = $myhostname, $transport_maps
  513. mydomain = news.example.com
  514. myhostname = news.example.com
  515. mynetworks = 127.0.0.1/32, 200.59.45.167/32
  516. myorigin = $mydomain
  517. newaliases_path = /usr/bin/newaliases
  518. readme_directory = no
  519. recipient_delimiter = +
  520. sample_directory = /etc/postfix
  521. sendmail_path = /usr/sbin/sendmail
  522. setgid_group = postdrop
  523. smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks,
  524. reject_unauth_destination, reject_unknown_sender_domain
  525. smtpd_sasl_auth_enable = yes
  526. smtpd_sasl_local_domain = $myhostname
  527. smtpd_sasl_security_options = noanonymous
  528. transport_maps = mysql:/etc/postfix/mysql-transport.cf
  529. unknown_local_recipient_reject_code = 550
  530. virtual_alias_maps = mysql:/etc/postfix/mysql-virtual.cf,
  531. hash:/etc/mailman/virtual-mailman
  532. virtual_create_maildirsize = yes
  533. virtual_gid_maps = mysql:/etc/postfix/mysql-virtual-gid.cf
  534. virtual_mailbox_base = /home/vmail
  535. virtual_mailbox_limit_maps =
  536. mysql:/etc/postfix/mysql-virtual-mailbox-limit-maps.cf
  537. virtual_mailbox_limit_override = yes
  538. virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-maps.cf
  539. virtual_maildir_extended = yes
  540. virtual_maildir_limit_message = Lo siento. El mensaje no se pudo entregar
  541. debido a que el usuario excedio su capacidad en espacio.
  542. virtual_overquota_bounce = yes
  543. virtual_uid_maps = mysql:/etc/postfix/mysql-virtual-uid.cf
  544.  
  545.  
  546. *******************************************************
  547. [root@lists mailman]# cat /etc/mailman/aliases
  548. *******************************************************
  549.  
  550. # STANZA START: chuchucha
  551. # CREATED: Wed Jun  6 21:20:40 2007
  552. chuchucha:             "|/usr/lib/mailman/mail/mailman post chuchucha"
  553. chuchucha-admin:       "|/usr/lib/mailman/mail/mailman admin chuchucha"
  554. chuchucha-bounces:     "|/usr/lib/mailman/mail/mailman bounces chuchucha"
  555. chuchucha-confirm:     "|/usr/lib/mailman/mail/mailman confirm chuchucha"
  556. chuchucha-join:        "|/usr/lib/mailman/mail/mailman join chuchucha"
  557. chuchucha-leave:       "|/usr/lib/mailman/mail/mailman leave chuchucha"
  558. chuchucha-owner:       "|/usr/lib/mailman/mail/mailman owner chuchucha"
  559. chuchucha-request:     "|/usr/lib/mailman/mail/mailman request chuchucha"
  560. chuchucha-subscribe:   "|/usr/lib/mailman/mail/mailman subscribe chuchucha"
  561. chuchucha-unsubscribe: "|/usr/lib/mailman/mail/mailman unsubscribe
  562. chuchucha"
  563. # STANZA END: chuchucha
  564.  
  565.  
  566. ***************************************************************
  567. [root@lists mailman]# cat /etc/mailman/virtual-mailman
  568. ***************************************************************
  569.  
  570. # STANZA START: chuchucha
  571. # CREATED: Wed Jun  6 21:20:40 2007
  572. [email protected]              chuchucha
  573. [email protected]        chuchucha-admin
  574. [email protected]      chuchucha-bounces
  575. [email protected]      chuchucha-confirm
  576. [email protected]         chuchucha-join
  577. [email protected]        chuchucha-leave
  578. [email protected]        chuchucha-owner
  579. [email protected]      chuchucha-request
  580. [email protected]    chuchucha-subscribe
  581. [email protected]  chuchucha-unsubscribe
  582. # STANZA END: chuchucha

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right