Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 20/12/2007, à 14:23

Orace

Perte de mail Postfix+Apache+RoundCube

Bonjour,
Voilà , j'ai un serveur dans mon placard, qui fait tourner eMule, Apache2+PHP+MySQL, Postfix+Fetchmail+CourrierImap.

En fait, c'est le serveur mail qui me pose problème.
Je l'ai monté ainsi :
fetchmail récupére les mails de toutes mes boites.
postfix les mails envoyés à  ma machine.
procmail m'envoit une copie sur mon tel portable (c'est gratuit)

Et je l'ai consulte d'ou je veux à  l'aide de RoundCube (programme php qui va consulter la boite en imap) via apache.

Tout marché bien, jusqu'a ce matin ou je n'ai plus aucun mail, le dossier à  été vidé.
Mon disque dur à  60Go de libre.
Comment pourrais-je récupérer mes mails (fichiers effacés) ?
le serveur pop était on, on aurait pu me vider la boite. quel logs regarder ?

Merci sad

Hors ligne

#2 Le 20/12/2007, à 14:48

toniotonio

Re : Perte de mail Postfix+Apache+RoundCube

la conf :  postconf -n

les logs:  /var/log/mail.log


Tutoriaux Postfix sur www.starbridge.org/spip
Messagerie Dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com

Hors ligne

#3 Le 20/12/2007, à 14:57

Orace

Re : Perte de mail Postfix+Apache+RoundCube

orace2@orace2:~$ postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
home_mailbox = Maildir/
inet_interfaces = all
inet_protocols = all
mailbox_command = procmail
mailbox_size_limit = 0
mydestination = trident.hd.free.fr, orace2, localhost.localdomain, localhost
myhostname = trident.hd.free.fr
mynetworks = 127.0.0.0/8, 192.168.0.0/24, 82.243.56.133
myorigin = /etc/mailname
recipient_delimiter = +
relayhost = 
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtpd_use_tls = yes
virtual_alias_maps = hash:/etc/postfix/virtual
virtual_gid_maps = static:5000
virtual_mailbox_base = /var/mail/vhosts
virtual_mailbox_domains = trident.hd.free.fr
virtual_minimum_uid = 100
virtual_uid_maps = static:5000
orace2@orace2:~$ more /var/log/mail.log
Dec 19 18:34:45 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 19 18:34:45 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 19 18:34:45 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=71, sent=568, time=0
Dec 19 18:34:45 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 19 18:34:45 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 19 18:34:47 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=45074, body=0, rcvd=768, sent=62212, time=2
Dec 19 18:34:48 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 19 18:34:48 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 19 18:34:48 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=301, sent=1847, time=0
Dec 19 18:35:11 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 19 18:35:11 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 19 18:35:11 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=47827, body=0, rcvd=862, sent=64387, time=1
Dec 19 18:35:18 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 19 18:35:18 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 19 18:35:18 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=47829, body=0, rcvd=727, sent=63968, time=1
Dec 19 18:35:28 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 19 18:35:28 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 19 18:35:28 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=77, sent=465, time=0
Dec 19 18:35:32 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 19 18:35:32 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 19 18:35:33 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=47829, body=0, rcvd=608, sent=63481, time=1
Dec 19 19:00:06 orace2 postfix/smtpd[28749]: connect from localhost[127.0.0.1]
Dec 19 19:00:06 orace2 postfix/smtpd[28749]: 82B7924806F: client=localhost[127.0.0.1]
Dec 19 19:00:06 orace2 postfix/cleanup[28752]: 82B7924806F: message-id=<10095327290.1953820.1198059486464@sch3>
Dec 19 19:00:06 orace2 postfix/qmgr[16007]: 82B7924806F: from=<email@acxiomfr.emv1.net>, size=3659, nrcpt=1 (queue active)
Dec 19 19:00:06 orace2 postfix/sendmail[28755]: warning: the Postfix sendmail command has set-uid root file permissions
Dec 19 19:00:06 orace2 postfix/sendmail[28755]: warning: or the command is run from a set-uid root process
Dec 19 19:00:06 orace2 postfix/sendmail[28755]: warning: the Postfix sendmail command must be installed without set-uid root file permissions
Dec 19 19:00:06 orace2 postfix/pickup[28641]: 9C75C2480A4: uid=1000 from=<orace2>
Dec 19 19:00:06 orace2 postfix/cleanup[28752]: 9C75C2480A4: message-id=<10095327290.1953820.1198059486464@sch3>
Dec 19 19:00:06 orace2 postfix/local[28753]: 82B7924806F: to=<orace2@localhost>, relay=local, delay=0.13, delays=0.09/0.01/0/0.03, dsn=2.0.0, status=sent (delivered to command: procmail)
Dec 19 19:00:06 orace2 postfix/qmgr[16007]: 82B7924806F: removed
Dec 19 19:00:06 orace2 postfix/qmgr[16007]: 9C75C2480A4: from=<orace2@trident.hd.free.fr>, size=3841, nrcpt=1 (queue active)
Dec 19 19:00:06 orace2 postfix/smtpd[28749]: disconnect from localhost[127.0.0.1]
Dec 19 19:00:07 orace2 postfix/smtp[28757]: 9C75C2480A4: to=<0669087672@imode.fr>, relay=mta-in.imode.fr[62.201.129.242]:25, delay=0.97, delays=0.03/0.01/0.58/0.35, dsn=2.5.0, status=sent (250 2.5.0 Ok.)
Dec 19 19:00:07 orace2 postfix/qmgr[16007]: 9C75C2480A4: removed
Dec 19 20:48:41 orace2 postfix/smtpd[28809]: connect from mail2.xmdelivery.com[206.80.223.41]
Dec 19 20:48:43 orace2 postfix/trivial-rewrite[28812]: warning: do not list domain trident.hd.free.fr in BOTH mydestination and virtual_mailbox_domains
Dec 19 20:48:43 orace2 postfix/smtpd[28809]: 72CB624806F: client=mail2.xmdelivery.com[206.80.223.41]
Dec 19 20:48:48 orace2 postfix/cleanup[28813]: 72CB624806F: message-id=<3685933.1198091734186.JavaMail.root@xmdelivery.com>
Dec 19 20:48:48 orace2 postfix/qmgr[16007]: 72CB624806F: from=<bounce-qmoriapaltoizra@xmdelivery.com>, size=2558, nrcpt=1 (queue active)
Dec 19 20:48:48 orace2 postfix/trivial-rewrite[28812]: warning: do not list domain trident.hd.free.fr in BOTH mydestination and virtual_mailbox_domains
Dec 19 20:48:48 orace2 postfix/sendmail[28816]: warning: the Postfix sendmail command has set-uid root file permissions
Dec 19 20:48:48 orace2 postfix/sendmail[28816]: warning: or the command is run from a set-uid root process
Dec 19 20:48:48 orace2 postfix/sendmail[28816]: warning: the Postfix sendmail command must be installed without set-uid root file permissions
Dec 19 20:48:48 orace2 postfix/pickup[28818]: 47C502480A4: uid=1000 from=<orace2>
Dec 19 20:48:48 orace2 postfix/cleanup[28813]: 47C502480A4: message-id=<3685933.1198091734186.JavaMail.root@xmdelivery.com>
Dec 19 20:48:48 orace2 postfix/qmgr[16007]: 47C502480A4: from=<orace2@trident.hd.free.fr>, size=2758, nrcpt=1 (queue active)
Dec 19 20:48:48 orace2 postfix/local[28814]: 72CB624806F: to=<orace2@trident.hd.free.fr>, orig_to=<mega@trident.hd.free.fr>, relay=local, delay=5.1, delays=4.8/0.03/0/0.26, dsn=2.0.0, status=sent (delivered to command: procmail)
Dec 19 20:48:48 orace2 postfix/qmgr[16007]: 72CB624806F: removed
Dec 19 20:48:48 orace2 postfix/smtp[28819]: 47C502480A4: to=<0669087672@imode.fr>, relay=mta-in.imode.fr[62.201.129.242]:25, delay=0.82, delays=0.15/0.02/0.32/0.33, dsn=2.5.0, status=sent (250 2.5.0 Ok.)
Dec 19 20:48:48 orace2 postfix/qmgr[16007]: 47C502480A4: removed
Dec 19 20:48:49 orace2 postfix/smtpd[28809]: disconnect from mail2.xmdelivery.com[206.80.223.41]
Dec 19 20:52:09 orace2 postfix/anvil[28811]: statistics: max connection rate 1/60s for (smtp:206.80.223.41) at Dec 19 20:48:41
Dec 19 20:52:09 orace2 postfix/anvil[28811]: statistics: max connection count 1 for (smtp:206.80.223.41) at Dec 19 20:48:41
Dec 19 20:52:09 orace2 postfix/anvil[28811]: statistics: max cache size 1 at Dec 19 20:48:41
Dec 19 22:57:53 orace2 postfix/smtpd[28871]: connect from localhost[127.0.0.1]
Dec 19 22:57:53 orace2 postfix/smtpd[28871]: 5F0B224806F: client=localhost[127.0.0.1]
Dec 19 22:57:53 orace2 postfix/cleanup[28874]: 5F0B224806F: message-id=<8BDE6FE1.0A7B01E8@webdesignbydonna.com>
Dec 19 22:57:53 orace2 postfix/qmgr[16007]: 5F0B224806F: from=<franny786@webdesignbydonna.com>, size=2452, nrcpt=1 (queue active)
Dec 19 22:57:53 orace2 postfix/sendmail[28877]: warning: the Postfix sendmail command has set-uid root file permissions
Dec 19 22:57:53 orace2 postfix/sendmail[28877]: warning: or the command is run from a set-uid root process
Dec 19 22:57:53 orace2 postfix/sendmail[28877]: warning: the Postfix sendmail command must be installed without set-uid root file permissions
Dec 19 22:57:53 orace2 postfix/pickup[28859]: 774402480A4: uid=1000 from=<orace2>
Dec 19 22:57:53 orace2 postfix/cleanup[28874]: 774402480A4: message-id=<8BDE6FE1.0A7B01E8@webdesignbydonna.com>
Dec 19 22:57:53 orace2 postfix/local[28875]: 5F0B224806F: to=<orace2@localhost>, relay=local, delay=0.13, delays=0.08/0.01/0/0.04, dsn=2.0.0, status=sent (delivered to command: procmail)
Dec 19 22:57:53 orace2 postfix/qmgr[16007]: 774402480A4: from=<orace2@trident.hd.free.fr>, size=2634, nrcpt=1 (queue active)
Dec 19 22:57:53 orace2 postfix/qmgr[16007]: 5F0B224806F: removed
Dec 19 22:57:53 orace2 postfix/smtpd[28871]: disconnect from localhost[127.0.0.1]
Dec 19 22:57:54 orace2 postfix/smtp[28879]: 774402480A4: to=<0669087672@imode.fr>, relay=mta-in.imode.fr[62.201.129.242]:25, delay=0.57, delays=0.05/0.01/0.32/0.2, dsn=2.5.0, status=sent (250 2.5.0 Ok.)
Dec 19 22:57:54 orace2 postfix/qmgr[16007]: 774402480A4: removed
Dec 19 23:33:57 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 19 23:33:57 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 19 23:33:57 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=71, sent=568, time=0
Dec 19 23:33:57 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 19 23:33:57 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 19 23:33:59 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=47834, body=0, rcvd=764, sent=64967, time=2
Dec 19 23:34:00 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 19 23:34:00 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 19 23:34:00 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=301, sent=1831, time=0
Dec 19 23:34:06 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 19 23:34:06 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 19 23:34:07 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=47881, body=0, rcvd=852, sent=64818, time=1
Dec 19 23:34:09 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 19 23:34:09 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 19 23:34:09 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=47843, body=0, rcvd=852, sent=64777, time=1
Dec 19 23:34:09 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 19 23:34:09 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 19 23:34:10 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 19 23:34:10 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 19 23:34:10 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=956, body=0, rcvd=314, sent=2355, time=0
Dec 19 23:34:10 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=47829, body=0, rcvd=852, sent=64762, time=1
Dec 19 23:34:14 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 19 23:34:14 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 19 23:34:16 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=116, sent=39719, time=2
Dec 20 00:20:36 orace2 postfix/smtpd[28941]: connect from localhost[127.0.0.1]
Dec 20 00:20:36 orace2 postfix/smtpd[28941]: 3035C24806F: client=localhost[127.0.0.1]
Dec 20 00:20:36 orace2 postfix/cleanup[28944]: 3035C24806F: message-id=<IUFM-MAILEXTdfe3gpm00004843@IUFM-MAILEXT.creteil.iufm.fr>
Dec 20 00:20:36 orace2 postfix/qmgr[16007]: 3035C24806F: from=<Administrateur@creteil.iufm.fr>, size=7045, nrcpt=1 (queue active)
Dec 20 00:20:36 orace2 postfix/sendmail[28947]: warning: the Postfix sendmail command has set-uid root file permissions
Dec 20 00:20:36 orace2 postfix/sendmail[28947]: warning: or the command is run from a set-uid root process
Dec 20 00:20:36 orace2 postfix/sendmail[28947]: warning: the Postfix sendmail command must be installed without set-uid root file permissions
Dec 20 00:20:36 orace2 postfix/pickup[28926]: 6A5782480A4: uid=1000 from=<orace2>
Dec 20 00:20:36 orace2 postfix/cleanup[28944]: 6A5782480A4: message-id=<IUFM-MAILEXTdfe3gpm00004843@IUFM-MAILEXT.creteil.iufm.fr>
Dec 20 00:20:36 orace2 postfix/local[28945]: 3035C24806F: to=<orace2@localhost>, relay=local, delay=0.28, delays=0.22/0.01/0/0.05, dsn=2.0.0, status=sent (delivered to command: procmail)
Dec 20 00:20:36 orace2 postfix/qmgr[16007]: 3035C24806F: removed
Dec 20 00:20:36 orace2 postfix/qmgr[16007]: 6A5782480A4: from=<orace2@trident.hd.free.fr>, size=7227, nrcpt=1 (queue active)
Dec 20 00:20:36 orace2 postfix/smtpd[28941]: disconnect from localhost[127.0.0.1]
Dec 20 00:20:37 orace2 postfix/smtp[28949]: 6A5782480A4: to=<0669087672@imode.fr>, relay=mta-in.imode.fr[62.201.129.242]:25, delay=1.2, delays=0.07/0.01/0.68/0.46, dsn=2.5.0, status=sent (250 2.5.0 Ok.)
Dec 20 00:20:37 orace2 postfix/qmgr[16007]: 6A5782480A4: removed
Dec 20 02:58:20 orace2 postfix/smtpd[29012]: connect from mail1.xmdelivery.com[206.80.223.40]
Dec 20 02:58:33 orace2 postfix/trivial-rewrite[29015]: warning: do not list domain trident.hd.free.fr in BOTH mydestination and virtual_mailbox_domains
Dec 20 02:58:33 orace2 postfix/smtpd[29012]: 2899E24806F: client=mail1.xmdelivery.com[206.80.223.40]
Dec 20 02:58:34 orace2 postfix/cleanup[29016]: 2899E24806F: message-id=<30765590.1198120060390.JavaMail.root@xmdelivery.com>
Dec 20 02:58:34 orace2 postfix/qmgr[16007]: 2899E24806F: from=<bounce-pzeqkoioxmeknqq@xmdelivery.com>, size=6092, nrcpt=1 (queue active)
Dec 20 02:58:34 orace2 postfix/trivial-rewrite[29015]: warning: do not list domain trident.hd.free.fr in BOTH mydestination and virtual_mailbox_domains
Dec 20 02:58:34 orace2 postfix/sendmail[29019]: warning: the Postfix sendmail command has set-uid root file permissions
Dec 20 02:58:34 orace2 postfix/sendmail[29019]: warning: or the command is run from a set-uid root process
Dec 20 02:58:34 orace2 postfix/sendmail[29019]: warning: the Postfix sendmail command must be installed without set-uid root file permissions
Dec 20 02:58:34 orace2 postfix/pickup[28986]: 2C9832480A4: uid=1000 from=<orace2>
Dec 20 02:58:34 orace2 postfix/cleanup[29016]: 2C9832480A4: message-id=<30765590.1198120060390.JavaMail.root@xmdelivery.com>
Dec 20 02:58:34 orace2 postfix/qmgr[16007]: 2C9832480A4: from=<orace2@trident.hd.free.fr>, size=6292, nrcpt=1 (queue active)
Dec 20 02:58:34 orace2 postfix/local[29017]: 2899E24806F: to=<orace2@trident.hd.free.fr>, orig_to=<mega@trident.hd.free.fr>, relay=local, delay=1.4, delays=1.3/0.01/0/0.04, dsn=2.0.0, status=sent (delivered to command: procmail)
Dec 20 02:58:34 orace2 postfix/qmgr[16007]: 2899E24806F: removed
Dec 20 02:58:34 orace2 postfix/smtpd[29012]: disconnect from mail1.xmdelivery.com[206.80.223.40]
Dec 20 02:58:35 orace2 postfix/smtp[29021]: 2C9832480A4: to=<0669087672@imode.fr>, relay=mta-in.imode.fr[62.201.129.242]:25, delay=1, delays=0.02/0.01/0.54/0.46, dsn=2.5.0, status=sent (250 2.5.0 Ok.)
Dec 20 02:58:35 orace2 postfix/qmgr[16007]: 2C9832480A4: removed
Dec 20 03:01:54 orace2 postfix/anvil[29014]: statistics: max connection rate 1/60s for (smtp:206.80.223.40) at Dec 20 02:58:20
Dec 20 03:01:54 orace2 postfix/anvil[29014]: statistics: max connection count 1 for (smtp:206.80.223.40) at Dec 20 02:58:20
Dec 20 03:01:54 orace2 postfix/anvil[29014]: statistics: max cache size 1 at Dec 20 02:58:20
Dec 20 03:52:53 orace2 postfix/smtpd[29048]: connect from localhost[127.0.0.1]
Dec 20 03:52:53 orace2 postfix/smtpd[29048]: A564C24806F: client=localhost[127.0.0.1]
Dec 20 03:52:53 orace2 postfix/cleanup[29051]: A564C24806F: message-id=<000701c842b3$07a65a22$63853382@dfwbvma>
Dec 20 03:52:53 orace2 postfix/qmgr[16007]: A564C24806F: from=<florian@mercury-spb.com>, size=3652, nrcpt=1 (queue active)
Dec 20 03:52:53 orace2 postfix/sendmail[29054]: warning: the Postfix sendmail command has set-uid root file permissions
Dec 20 03:52:53 orace2 postfix/sendmail[29054]: warning: or the command is run from a set-uid root process
Dec 20 03:52:53 orace2 postfix/sendmail[29054]: warning: the Postfix sendmail command must be installed without set-uid root file permissions
Dec 20 03:52:53 orace2 postfix/pickup[29036]: BBB512480A4: uid=1000 from=<orace2>
Dec 20 03:52:53 orace2 postfix/cleanup[29051]: BBB512480A4: message-id=<000701c842b3$07a65a22$63853382@dfwbvma>
Dec 20 03:52:53 orace2 postfix/local[29052]: A564C24806F: to=<orace2@localhost>, relay=local, delay=0.13, delays=0.08/0.01/0/0.04, dsn=2.0.0, status=sent (delivered to command: procmail)
Dec 20 03:52:53 orace2 postfix/qmgr[16007]: A564C24806F: removed
Dec 20 03:52:53 orace2 postfix/qmgr[16007]: BBB512480A4: from=<orace2@trident.hd.free.fr>, size=3834, nrcpt=1 (queue active)
Dec 20 03:52:54 orace2 postfix/smtpd[29048]: disconnect from localhost[127.0.0.1]
Dec 20 03:52:54 orace2 postfix/smtp[29056]: BBB512480A4: to=<0669087672@imode.fr>, relay=mta-in.imode.fr[62.201.129.242]:25, delay=0.81, delays=0.04/0.01/0.39/0.38, dsn=2.5.0, status=sent (250 2.5.0 Ok.)
Dec 20 03:52:54 orace2 postfix/qmgr[16007]: BBB512480A4: removed
Dec 20 09:44:12 orace2 postfix/smtpd[29409]: connect from localhost[127.0.0.1]
Dec 20 09:44:12 orace2 postfix/smtpd[29409]: E0798248025: client=localhost[127.0.0.1]
Dec 20 09:44:12 orace2 postfix/cleanup[29412]: E0798248025: message-id=<20071220_084202_049779.telephonie.freebox@freetelecom.com>
Dec 20 09:44:15 orace2 postfix/qmgr[16007]: E0798248025: from=<telephonie.freebox@freetelecom.com>, size=496084, nrcpt=1 (queue active)
Dec 20 09:44:15 orace2 postfix/sendmail[29415]: warning: the Postfix sendmail command has set-uid root file permissions
Dec 20 09:44:15 orace2 postfix/sendmail[29415]: warning: or the command is run from a set-uid root process
Dec 20 09:44:15 orace2 postfix/sendmail[29415]: warning: the Postfix sendmail command must be installed without set-uid root file permissions
Dec 20 09:44:15 orace2 postfix/smtpd[29409]: disconnect from localhost[127.0.0.1]
Dec 20 09:44:15 orace2 postfix/pickup[29372]: 551792480A0: uid=1000 from=<orace2>
Dec 20 09:44:15 orace2 postfix/cleanup[29412]: 551792480A0: message-id=<20071220_084202_049779.telephonie.freebox@freetelecom.com>
Dec 20 09:44:15 orace2 postfix/qmgr[16007]: 551792480A0: from=<orace2@trident.hd.free.fr>, size=496266, nrcpt=1 (queue active)
Dec 20 09:44:15 orace2 postfix/local[29413]: E0798248025: to=<orace2@localhost>, relay=local, delay=2.7, delays=2.2/0.02/0/0.51, dsn=2.0.0, status=sent (delivered to command: procmail)
Dec 20 09:44:15 orace2 postfix/qmgr[16007]: E0798248025: removed
Dec 20 09:44:45 orace2 postfix/smtp[29417]: 551792480A0: to=<0669087672@imode.fr>, relay=mta-in.imode.fr[62.201.129.242]:25, delay=30, delays=0.35/0.02/0.58/29, dsn=2.5.0, status=sent (250 2.5.0 Ok.)
Dec 20 09:44:45 orace2 postfix/qmgr[16007]: 551792480A0: removed
Dec 20 10:08:40 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 20 10:08:40 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 20 10:08:40 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=71, sent=568, time=0
Dec 20 10:08:40 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 20 10:08:40 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 20 10:08:40 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=1451, body=0, rcvd=466, sent=4627, time=0
Dec 20 10:08:41 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 20 10:08:41 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 20 10:08:41 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=301, sent=1815, time=0
Dec 20 10:08:54 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 20 10:08:54 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 20 10:08:54 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=1451, body=0, rcvd=312, sent=3141, time=0
Dec 20 10:09:28 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 20 10:09:28 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 20 10:09:28 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=263, sent=1176, time=0
Dec 20 10:09:30 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 20 10:09:30 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 20 10:09:30 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=956, body=0, rcvd=314, sent=2355, time=0
Dec 20 10:09:39 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 20 10:09:39 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 20 10:09:39 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=126, sent=889, time=0
Dec 20 10:09:41 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 20 10:09:41 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 20 10:09:41 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=71, sent=465, time=0
Dec 20 10:09:41 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 20 10:09:41 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 20 10:09:41 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=176, sent=1636, time=0
Dec 20 10:10:22 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 20 10:10:22 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 20 10:10:22 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=78, sent=465, time=0
Dec 20 10:10:23 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 20 10:10:23 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 20 10:10:24 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=22369, body=0, rcvd=577, sent=35468, time=1
Dec 20 10:10:25 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 20 10:10:25 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 20 10:10:25 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=71, sent=465, time=0
Dec 20 10:10:26 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 20 10:10:26 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 20 10:10:26 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=71, sent=465, time=0
Dec 20 10:10:28 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 20 10:10:28 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 20 10:10:28 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=71, sent=465, time=0
Dec 20 10:10:33 orace2 imapd: Connection, ip=[::ffff:192.168.0.2]
Dec 20 10:10:36 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:192.168.0.2], protocol=IMAP
Dec 20 10:10:41 orace2 imapd: Connection, ip=[::ffff:127.0.0.1]
Dec 20 10:10:41 orace2 imapd: LOGIN, user=orace2, ip=[::ffff:127.0.0.1], protocol=IMAP
Dec 20 10:10:41 orace2 imapd: LOGOUT, user=orace2, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=176, sent=1636, time=0
Dec 20 10:10:51 orace2 imapd: DISCONNECTED, user=orace2, ip=[::ffff:192.168.0.2], headers=0, body=2914, rcvd=524, sent=12615, time=15
Dec 20 10:14:43 orace2 authdaemond: stopping authdaemond children
Dec 20 10:14:43 orace2 postfix/master[15988]: terminating on signal 15
Dec 20 10:15:52 orace2 authdaemond: modules="authpam", daemons=5
Dec 20 10:15:52 orace2 authdaemond: Installing libauthpam
Dec 20 10:15:52 orace2 authdaemond: Installation complete: authpam

De plus RoundCube affiche les mails par 40, donc pas d'effacement en bloc possible
[Edit] Les mails on disparus entre 20h hier et 10h ce matin

Dernière modification par Orace (Le 20/12/2007, à 14:59)

Hors ligne

#4 Le 20/12/2007, à 15:03

toniotonio

Re : Perte de mail Postfix+Apache+RoundCube

 warning: the Postfix sendmail command has set-uid root file permissions

a corriger

do not list domain trident.hd.free.fr in BOTH mydestination and virtual_mailbox_domains

a corriger aussi


regarde dans ton dossier mail si tu vois les emails manquants:

ls -la /var/mail/vhosts

et les sous dossiers


c'est un peu le bordel cette conf, faudrait savoir quel domaine est géré en local et en virtuel ?

Dernière modification par toniotonio (Le 20/12/2007, à 15:04)


Tutoriaux Postfix sur www.starbridge.org/spip
Messagerie Dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com

Hors ligne

#5 Le 20/12/2007, à 15:19

Orace

Re : Perte de mail Postfix+Apache+RoundCube

Oui, c'est le bordel, je l'ai monté à la va-vite.
j'ai une adresse web http://trident.hd.free.fr
j'ai monté postfix pour que tout les mails sur cette adresse reviennent à orace2

orace2@orace2:~/Maildir$ more /etc/postfix/virtual
########### 
# local users 
########### 

########## 
# catch-all 
########## 
@trident.hd.free.fr                     orace2

Pour l'instant, je ne veux pas en faire plus.
Ensuite fetchmail récupére mes boites mails pour orace2 en local

orace2@orace2:~$ more .fetchmailrc
set daemon 600
poll pop.laposte.net protocol pop3
 user blabla there with password trucmuch is orace2 here
[...]

Mais le souci n'est il pas plutôt au niveau mon seveur imap ?
ou alors je me suis fait gentillement acker ?

warning: the Postfix sendmail command has set-uid root file permissions

Je cherche pour rectifier.

Hors ligne

#6 Le 20/12/2007, à 15:29

toniotonio

Re : Perte de mail Postfix+Apache+RoundCube

postfix livre donc les mails en local .

recherche la localisation des mail pour le user unix orace2


Tutoriaux Postfix sur www.starbridge.org/spip
Messagerie Dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com

Hors ligne

#7 Le 20/12/2007, à 15:34

Orace

Re : Perte de mail Postfix+Apache+RoundCube

Sans chercher, c'est

/home/orace2/Maildir/

Ce matin je continu a recevoir mes mails.

orace2@orace2:~/Maildir/cur$ ls
1198155196.6487_1.orace2:2,S  1198155259.6500_1.orace2:2,S  1198156630.6792_1.orace2:2,S  1198157381.6893_1.orace2:2,

Alors que hier, il y en avait 700, ce matin, je n'ai que 4 fichiers.

Peut-être que l'erreur peut venir de RoundCube, qui parfoit fait des petits bugs (quand je demande de voir la corbeille alors qu'il n'a pas fini d'afficher les mails de la boite principale, il liste dans la corbeille des mails qui ne devrait pas y être...) ....

Dernière modification par Orace (Le 20/12/2007, à 15:36)

Hors ligne

#8 Le 20/12/2007, à 15:50

Orace

Re : Perte de mail Postfix+Apache+RoundCube

P.S. il n'y a rien dans /var/mail

Hors ligne

#9 Le 20/12/2007, à 16:08

toniotonio

Re : Perte de mail Postfix+Apache+RoundCube

c'etait donc la 1ere chose a verifier

courier-imap n'a pas d'antecedent de perte de mail de ce style, donc soit
c'est une erreur de manip, un bug de roundcube soit peut etre une action malveillante mais dans ce cas tu devrais voir dans les logs une connection  web ou imap sur le serveur depuis un ip externe.

autre point: as tu installer un serveur pop en plus ?


Tutoriaux Postfix sur www.starbridge.org/spip
Messagerie Dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com

Hors ligne

#10 Le 20/12/2007, à 16:16

Orace

Re : Perte de mail Postfix+Apache+RoundCube

non, pas de serveur pop.
j'ai faitune tentative de récupération des fichiers.
J'ai recupérer du haché menu sad

Hors ligne

#11 Le 20/12/2007, à 16:23

Orace

Re : Perte de mail Postfix+Apache+RoundCube

Je penche définitivement pour un bug de round cube (il lui arrive aussi de supprimer sans passer par la courbeille)

Merci de ton aide toniotonio.

Hors ligne