Ma rotfl [ May 16th, 2008 ] Posted in » News, Tech stuff

Postfix, amavis, *bcc double email problem

In our main.cf we have an always_bcc=pippo line.
The behaviour we’re seeing is that when a user sends a mail to a user the recipient in bcc get two responses.
Same stuff with recipient_bcc_maps

What is happening is that the ‘always_bcc=pippo’ is running twice.
The ‘always_bcc’ is handled through Postfix’s cleanup service.
The cleanup service is running twice on the same email, once with Postfix before amavisd, and once
again after amavisd.
What you might want to do is remove the ‘always_bcc’ (and or ‘recipient_bcc_maps’) from the ‘main.cf’ and setup a seperate cleanup service specifically for the ‘always_bcc’ parameter (and/or recipient_bcc_map).
This cleanup service will be used for the second postfix smtp server.

For example:
cleanupAF unix n - n - 0 cleanup
-o always_bcc=pippo
-o recipient_bcc_maps=hash:/etc/postfix/recipient_bcc

127.0.0.1:10025 inet n - n - - smtpd (after filter
smtp server)
-o cleanup_service_name=cleanupAF

Now only the reinjection after the filter will use the *bbc options.

NB We have also tested this scenario on postfix+clamsmtp: it works

November 20th, 2006 | Leave a Comment

MultiBlog “alla.bolognina.biz”

Nasce da oggi il (mini)progetto alla.bolognina.biz
E’ un multi blog completamente gratuito messo a disposizione per dare voce al quartiere.
Non importa di cosa vi occupiate, di che colore siano i vostri capelli o i vostri vestiti, l’importante è che abbiate qualcosa da dire e che abbiate voglia di dirlo.

Cosa vi diamo ?

  • Un blog con dieci temi a voltra scelta, basato sulla piattaforma di blogging piu famosa e diffusa al mondo, wordpress.
  • Un nome di dominio a vostra scelta nel formato $parola.alla.bolognina.biz

Cosa dovete fare per averlo

  • Scrivere una mail a amici_CHIOCCIOLA_bolognina.biz indicando
  1. Il vostro login (es mariano)
  2. Il nome del vostro Blog (es massaggi)
  3. Un headline (es 20 minuti di tranquillo relax) *facoltativo*

Cosa non vi diamo

  • Un indirizzo di posta; quello dovete averlo voi
  • Un blog professionale per professionisti; questa è una cosa da quartiere, un multiblog da bar
  • Le idee: scusate ma non possiamo insegnarvi a scrivere un blog, dovete arrangiarvi voi, oppure fare un corso privato
November 5th, 2006 | Leave a Comment

Powered by WordPress | Blue Weed by Blog Oh! Blog | Entries (RSS) and Comments (RSS).