TYPO3-Testaccount
Testen Sie die aktuellste TYPO3-Version kostenlos und unverbindlich für einen Monat!

Jetzt testen!

Schulungen

direct Mail - Bounce Fetchmail - keine Daten in der Statistik


Autor Nachricht
Verfasst am: 05. 03. 2012 [12:35]
Thomas27
Themenersteller
Dabei seit: 10.12.2004
Beiträge: 114
Ich bekomme einfach keine Daten in die Statistic der Bounce Mails.
Das ganze läuft mit fetchmail. Die Mails werden auch vom Mailserver abgeholt. Wenn ich fetchmail von der Shell aus aufrufe bekomme ich folgende Meldung:

reading message ... flushed

allerdings taucht in der Statistik dann nichts von den bounce mails auf.

Die Mails sind wie folgt konfiguriert:
TYPOSCRIPT
config.spamProtectEmailAddresses >
config.removeDefaultJS = 1
config.doctype = <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
page >
page = PAGE
page {
 headerData.10 = TEXT
 headerData.10.value (
  <style type="text/css">
  <!--
  @charset "utf-8";
  * {
   margin:0px;
   padding:0px;
  }
  img, a img{
   border:none;
  }
  -->
  </style>
 )
}
plugin.tx_directmail_pi1.siteUrl = http://www.xxx.de/
 
page.10 = TEMPLATE
page.10  {
  template = FILE
  template.file = fileadmin/templates/newsletter.html
  workOnSubpart = DOKUMENT
  marks.NEWS < news
  marks.CONTENT =  CONTENT 
  marks.CONTENT < styles.content.get 
  marks.HEADER < header_template
  marks.RIGHTCONTENT < styles.content.get 
  marks.COPYRIGHT <  copyright
}
 
plugin.tx_directmail_pi1 = USER
plugin.tx_directmail_pi1.userFunc = tx_directmail_pi1->main
plugin.tx_directmail_pi1 {
 
  siteUrl = {$plugin.tx_directmail_pi1.siteUrl}
  flowedFormat = {$plugin.tx_directmail_pi1.flowedFormat}
 
  header.defaultType = 1
  header.date = D-m-Y
  header.datePrefix = |###HEADER_DATE_PREFIX### |
  header.linkPrefix = | ###HEADER_LINK_PREFIX### |
  header.1.preLineLen = 76
  header.1.postLineLen = 76
  header.1.preBlanks=1
  header.1.stdWrap.case = upper
 
  header.2 < .header.1
  header.2.preLineChar=*
  header.2.postLineChar=*
 
  header.3.preBlanks=2
  header.3.postBlanks=1
  header.3.stdWrap.case = upper
 
  header.4 < .header.1
  header.4.preLineChar= =
  header.4.postLineChar= =
  header.4.preLineBlanks= 1
  header.4.postLineBlanks= 1
 
  header.5.removeSplitChar = {$plugin.tx_directmail_pi1.removeSplitChar}
  header.5.preBlanks=1
  header.5.autonumber=1
  header.5.prefix = |: >> |
 
  defaultOutput (
|
[###UNRENDERED_CONTENT### ###CType### ]
|
  )
 
  uploads.header = |###UPLOADS_HEADER###|
 
  images.header = |###IMAGES_HEADER###|
  images.linkPrefix = | ###IMAGE_LINK_PREFIX### |
  images.captionHeader = |###CAPTION_HEADER###|
 
  bulletlist.0.bullet = |*  |
  bulletlist.1.bullet = |#  |
  bulletlist.2.bullet = | - |
  bulletlist.3.bullet = |>  |
  bulletlist.3.secondRow = |.  |
  bulletlist.3.blanks = 1
 
  menu =< tt_content.menu.20
  shortcut =< tt_content.shortcut.20
  shortcut.0.conf.tt_content =< plugin.tx_directmail_pi1
  shortcut.0.tables = tt_content
 
  bodytext.doubleLF = {$plugin.tx_directmail_pi1.doubleLF}
  bodytext.stdWrap.parseFunc.tags {
    link =< lib.parseFunc_RTE.tags.link
    typolist = USER
    typolist.userFunc = tx_directmail_pi1->typolist
    typolist.siteUrl = {$plugin.tx_directmail_pi1.siteUrl} 
    typolist.bulletlist =< plugin.tx_directmail_pi1.bulletlist
    typohead = USER
    typohead.userFunc = tx_directmail_pi1->typohead
    typohead.siteUrl = {$plugin.tx_directmail_pi1.siteUrl}
    typohead.header =< plugin.tx_directmail_pi1.header
    typocode = USER
    typocode.userFunc = tx_directmail_pi1->typocode
    typocode.siteUrl = {$plugin.tx_directmail_pi1.siteUrl}
  }
}
 
includeLibs.tx_directmail_pi1 = EXT:direct_mail/pi1/class.tx_directmail_pi1.php
 
tx_directmail_pi1 >
tx_directmail_pi1 = PAGE
tx_directmail_pi1.typeNum=86
 
tx_directmail_pi1.config {
	disableAllHeaderCode = 1
	additionalHeaders = Content-type:text/plain
}
tx_directmail_pi1.10 = TEMPLATE
tx_directmail_pi1.10 {
	template = FILE
	template.file = fileadmin/templates/tx_directmail_pi1_plaintext.tmpl
	marks.NEWS < news
	marks.CONTENT < styles.content.get
	marks.CONTENT.renderObj = < plugin.tx_directmail_pi1
	marks.DATE = TEXT
	marks.DATE.data = date:U
	marks.DATE.strftime = %e. %B %Y
}
 
##
##
## @package TYPO3
## @subpackage tx_directmail
## @version $Id: setup.txt 6012 2007-07-23 12:54:25Z ivankartolo $
##
 
 	// Configuring the insertion of dmailer boundaries
includeLibs.tx_directmail_container = EXT:direct_mail/res/scripts/class.tx_directmail_container.php
 
	// In html content
tt_content.stdWrap.postUserFunc = tx_directmail_container->insert_dMailer_boundaries
 
	// In old plaintext content static tenmplate
lib.alt_plaintext.renderObj.userProc < tt_content.stdWrap.postUserFunc
lib.alt_plaintext.renderObj.userProc.useParentCObj = 1
 
	// In new direct mail plain text plugin
plugin.tx_directmail_pi1.userProc < tt_content.stdWrap.postUserFunc
plugin.tx_directmail_pi1.userProc.useParentCObj = 1
 
	// Enable the insertion of content boundaries
config.insertDmailerBoundaries = 1
ProfilWWW
Verfasst am: 13. 03. 2013 [09:48]
SU501
Dabei seit: 09.11.2011
Beiträge: 9
Schönen guten Morgen...

zwar schon etwas länger her, aber gibts für das Problem schon eine Lösung?

Hab ebenfalls ein Bounce Postfach eingerichtet, der Abruf über fetchmail funktioniert einwandfrei - nur die direct mail Statistik bleib leer...

Im Einsatz: TYPO3 4.7.10; direct_mail 3.0.3

Vielen Dank...
Profil
Verfasst am: 13. 03. 2013 [19:37]
Thomas27
Themenersteller
Dabei seit: 10.12.2004
Beiträge: 114
Nein, leider habe ich auch noch immer keine Lösung dafür. banghead.gif
ProfilWWW