12 |
@cvs-info |
@cvs-info |
13 |
$Id$ |
$Id$ |
14 |
$Log$ |
$Log$ |
15 |
Revision 1.70 2003/03/12 21:55:51 joko |
Revision 1.73 2003/03/12 23:25:51 joko |
16 |
|
+ AUTOCOMMIT: updated/added content |
17 |
|
|
18 |
|
Revision 1.72 2003/03/12 22:55:51 joko |
19 |
|
+ AUTOCOMMIT: updated/added content |
20 |
|
|
21 |
|
Revision 1.71 2003/03/12 22:25:51 joko |
22 |
+ AUTOCOMMIT: updated/added content |
+ AUTOCOMMIT: updated/added content |
23 |
|
|
24 |
Revision 1.68 2003/03/12 20:55:52 joko |
Revision 1.68 2003/03/12 20:55:52 joko |
1112 |
o vsd |
o vsd |
1113 |
o write (success-)story!!! |
o write (success-)story!!! |
1114 |
|
|
1115 |
o note about workflow: what about old root-emails on the main-host? |
o note about workflow / FAQ: what about old root-emails on the main-host? |
1116 |
x purged old mboxes |
x purged old mboxes |
1117 |
-> just purge them? (admin-action: approve purge!) |
-> just purge them? (admin-action: approve purge!) |
1118 |
#> cd /var/spool/mail |
#> cd /var/spool/mail |
1119 |
#> >root (updated recently) |
#> >root (updated recently) |
1120 |
#> >service (updated recently) |
#> >service (updated recently) |
1121 |
#> rm netsaint (last entry: Date/Time: Thu Jan 23 14:32:48 CET 2003) |
#> rm netsaint (last entry: Date/Time: Thu Jan 23 14:32:48 CET 2003) |
1122 |
o How to check if a mbox contains mud-only? try 'formail'! |
o Write MiniHowTo: How to check if a mbox contains mud-only? try 'formail'! |
1123 |
#> formail |
#> cat {mbox-file} | formail -I "" | less |
1124 |
|
from 'man formail': |
1125 |
|
To extract the header from a message: |
1126 |
|
formail -X "" |
1127 |
|
or |
1128 |
|
sed -e '/^$/ q' |
1129 |
|
|
1130 |
|
To extract the body from a message: |
1131 |
|
formail -I "" |
1132 |
|
or |
1133 |
|
sed -e '1,/^$/ d' |
1134 |
|
x purged old mboxes: |
1135 |
|
#> rm rfms (last entry: Date: Fri, 6 Dec 2002 20:45:01 +0100) |
1136 |
|
#> rm jonen (last entry: Jun 25 2002) |
1137 |
|
|
1138 |
|
|
1139 |
|
|
1140 |
o convert diffs of this file to rss-chunks to be able to feed them to a RecentChanged Page or arbitrary rss-aggregators |
o convert diffs of this file to rss-chunks to be able to feed them to a RecentChanged Page or arbitrary rss-aggregators |
1141 |
|
|
1168 |
|
|
1169 |
o server- & tool-consolidation (moonX, toolX) |
o server- & tool-consolidation (moonX, toolX) |
1170 |
|
|
1171 |
|
o phpDocumentIndex should get different "modes": |
1172 |
|
o ViewMode (normal, twingled, etc.) |
1173 |
|
o ParsedMode (into rss-chunks by diff2rss) |
1174 |
|
o RevisionMode (per file, if .ext == ',v') |
1175 |
|
|
1176 |
|
o generic framework to build a backend for a web-based ProductBuilder (like alternate's PC-Builder and many others) |
1177 |
|
o Zwischensumme |
1178 |
|
|
1179 |
|
o komplan.com - Homepage!!! |
1180 |
|
|
1181 |
|
o translate selfhtml? |
1182 |
|
|
1183 |
|
o search::[php & rss & Dublin Core] |
1184 |
|
|
1185 |
|
o "what happens if 'dispatchmail' prints something to the console" or ... |
1186 |
|
"check out how to let dispatchmail append stuff to /var/log/syslog" |
1187 |
|
|
1188 |
|
x modified routing of netsaint-mails: |
1189 |
|
netsaint@h1.service.netfrag.org -> service@h1.service.netfrag.org -> ... |
1190 |
|
'service' is a local posix account... |
1191 |
|
'service' is mapped to 'alert@service.netfrag.org', '\service' in /etc/mail/aliases on h1.service.netfrag.org |
1192 |
|
... -> SMTP -> MX:quepasa.netfrag.org -> |
1193 |
|
'alert' is a virtual user mapped to local posix user 'gateway' in /etc/mail/virtusertable on quepasa.netfrag.org |
1194 |
|
'gateway' is also a service-account - purpose: forward/copy smtp-mail to other locations |
1195 |
|
-> nfo.support@news.netfrag.org |
1196 |
|
now the mail gets posted to 'nfo.support' at news.netfrag.org (via nntp) |
1197 |
|
|