[Primipassi] mutt: ricever la posta collegandosi a server imap

Cynthia Russo cynthiasamurai@hotmail.com
Lun 14 Apr 2008 17:04:11 CEST


allora ecco gli aggiornamenti fatti:

il file /etc/postfix/main.cf
---------------------------------------------------------------

myorigin = nostromo.it
home_mailbox = /home/%u/Maildir/  #dove %u starebbe per user.
mailbox_command = /usr/lib/dovecot/deliver
#mail_spool_directory = /var/spool/mail
queue_directory = /var/spool/postfix

#si specifica cosa fare con le email rispedite al mittente. si avvisa il postmaster.
soft_bounce = no
notify_classes = resource, software, bounce, policy, protocol
2bounce_notice_recipient = postmaster

----------------------------------------------------------------------

con postmaster cynthia (specificato in /postfix/aliases)

file /etc/dovecot/dovecot.conf

-----------------------------------------------------------------
protocols = imap imaps
#getid /etc/dovecot/dovecot.conf
mail_location = maildir:/home/%u/Maildir


protocol lda  {
#address to use when sending rejection mails.
postmaster_address = cynthia@nostromo.it

#hostname to use in varius part of sent mails, eg in message-id
#default is the system's real hostname
#hostname =

#binary to use for sending mails.
#sendmail_path = /usr/lib/sendmail
 }

----------------------------------------------------------------------------------------------------

ora sebbene io abbia indicato l'indirizzo del postmaster il file di log mi segnala un errore
di questo tipo: postmaster_address setting not given

e nello specifico il contenuto che ora assume il file di log è questo =(


postfix/smtpd[459]: connect from clienta2[192.168.1.2]
postfix/smtpd[459]: 7B2F1F5BC: client=clienta2[192.168.1.2]
postfix/cleanup[462]: 7B2F1F5BC: message-id=<20080414144551.GA513@clienta2.nostromo.it>
postfix/qmgr[381]: 7B2F1F5BC: from=<ash@nostromo.it>, size=492, nrcpt=1 (queue active)
postfix/smtpd[459]: disconnect from clienta2[192.168.1.2]
deliver(ripley): postmaster_address setting not given
serverA postfix/local[463]: 7B2F1F5BC: to=<ripley@nostromo.it>, relay=local, delay=0.26, delays=0.09/0.08/0/$
serverA postfix/cleanup[462]: AADA0F5C4: message-id=<20080414144551.AADA0F5C4@serverA.nostromo.it>
serverA postfix/qmgr[381]: AADA0F5C4: from=<>, size=2234, nrcpt=1 (queue active)
serverA postfix/bounce[465]: 7B2F1F5BC: sender non-delivery notification: AADA0F5C4
serverA postfix/cleanup[462]: B16ADF5C5: message-id=<20080414144551.B16ADF5C5@serverA.nostromo.it>
serverA postfix/qmgr[381]: B16ADF5C5: from=<double-bounce@serverA.nostromo.it>, size=1840, nrcpt=1 (queue ac$
serverA postfix/bounce[465]: 7B2F1F5BC: postmaster non-delivery notification: B16ADF5C5
serverA postfix/qmgr[381]: 7B2F1F5BC: removed
serverA deliver(ash): postmaster_address setting not given
serverA postfix/local[463]: AADA0F5C4: to=<ash@nostromo.it>, relay=local, delay=0.12, delays=0.01/0.01/0/0.1$
serverA postfix/cleanup[462]: CADB8F5BE: message-id=<20080414144551.CADB8F5BE@serverA.nostromo.it>
serverA postfix/bounce[465]: AADA0F5C4: postmaster non-delivery notification: CADB8F5BE
serverA postfix/qmgr[381]: AADA0F5C4: removed
serverA postfix/qmgr[381]: CADB8F5BE: from=<double-bounce@serverA.nostromo.it>, size=3553, nrcpt=1 (queue ac$
deliver(cynthia): postmaster_address setting not given
serverA postfix/local[463]: B16ADF5C5: to=<cynthia@nostromo.it>, orig_to=<postmaster>, relay=local, delay=0.$
serverA postfix/bounce[465]: warning: B16ADF5C5: undeliverable postmaster notification discarded
serverA postfix/qmgr[381]: B16ADF5C5: removed
serverA deliver(cynthia): postmaster_address setting not given
serverA postfix/local[463]: CADB8F5BE: to=<cynthia@nostromo.it>, orig_to=<postmaster>, relay=local, delay=0.$
serverA postfix/bounce[465]: warning: CADB8F5BE: undeliverable postmaster notification discarded
serverA postfix/qmgr[381]: CADB8F5BE: removed








> To: primipassi@firenze.linux.it
> From: lnoferin@cybervalley.org
> Date: Sat, 12 Apr 2008 11:08:10 +0200
> Subject: Re: [Primipassi] mutt: ricever la posta collegandosi a server imap
> 
> Cynthia Russo ha scritto:
> 
> 
> vedi quello che ho già scritto stamattina.
> 
> [...]
> 
> > Sono andata ad aggiornare i file sender_canonical e aliases in /etc/postfix (a
> > seguito di un errore segnalato nel file di log)
> 
> Per me qui si va sul difficile.
> 
> :-)
> 
> > in sender_canonical ho informazioni di questo tipo:
> > ash ash@nostromo.it
> > ripley ripley@nostromo.it
> > documenti.
> > e non ash ash@clienta2.nostromo.it come suggerito in una guida che ho trovato
> > ftp://ftp.lissyara.su/BOOKS/mine/
> > Postfix%20Virtual%20Domains%20%2B%20VM-POP3D%20%2B%20Amavisd%20%2B%20SpamAssassin%20%2B%20OpenWebMail.rtf
> > 
> > nel file aliases invece ho il seguente contenuto: postmaster:     root 
> 
> Che è praticamente niente.
> 
> >  ed attualmente il log diventa così:
> > 
> > serverA postfix/smtpd[452]: connect from clienta2[192.168.1.2]
> > serverA postfix/smtpd[452]: 6E591F5BC: client=clienta2[192.168.1.2]
> > serverA postfix/cleanup[455]: 6E591F5BC: message-id=
> > <20080411233024.GC412@clienta2.nostromo.it>
> > serverA postfix/qmgr[381]: 6E591F5BC: from=<ash@nostromo.it>, size=570, nrcpt=
> > 1 (queue active)
> > serverA postfix/smtpd[452]: disconnect from clienta2[192.168.1.2]
> > serverA postfix/local[456]: 6E591F5BC: to=<ripley@nostromo.it>, relay=local,
> > delay=0.26, delays=0.1/0.08/0/0$
> > serverA postfix/cleanup[455]: 9D818F5C4: message-id=
> > <20080411233024.9D818F5C4@serverA.nostromo.it>
> > 
> > #il problema per me parte da qua:
> > 
> > serverA postfix/qmgr[381]: 9D818F5C4: from=<>, size=2451, nrcpt=1 (queue
> > active)
> > 
> > #con questo from=<>
> 
> Che parrebbe un errore di configurazione dell'mta del client.
> 
> > serverA postfix/bounce[458]: 6E591F5BC: sender non-delivery notification:
> > 9D818F5C4
> > serverA postfix/qmgr[381]: 6E591F5BC: removed
> > serverA postfix/local[456]: 9D818F5C4: to=<ash@nostromo.it>, relay=local,
> > delay=0.06, delays=0.01/0.01/0/0.0$
> > Apr 11 23:30:24 serverA postfix/qmgr[381]: 9D818F5C4: removed
> > 
> > se riuscissi a capire il log farei già un passo da gigante, mi sembra che i
> > client il loro sporco lavoro lo facciano ma il server la posta non la mantiene
> > (lo deduco da quel removed e dal fatto che nelle cartella Maildir non trovo
> > posta).
> 
> Il removed  sta solo ad indicare  che postfix ha fatto  il delivery: nel
> caso sta dicendo  che ha inviato un messaggio di  errore al mittente, se
> ho capito bene.
> 
> -- 
> Ciao
> leandro
> Un esteso e "normale" uso della crittografia è il sistema più forte
> per rivendicare il diritto alla privacy nelle comunicazioni
> telematiche: come tutti i diritti e come i muscoli se non viene
> esercitato costantemente si atrofizza e va perso.
> 

_________________________________________________________________
Divertiti con le nuove EMOTICON per Messenger!
http://intrattenimento.it.msn.com/emoticon 
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.linux.it/pipermail/primipassi/attachments/20080414/a149f8ef/attachment.htm>


Maggiori informazioni sulla lista primipassi