[no subject]

2009-02-19 Thread Daniel C
Hi, Since a upgrade I made last week I've been having a very strange issue. Whenever I send an email using my server as an SMTP (with Cyrus-SASL authentication), all my emails are sent in double. Also, when I send an email using Imp/Horde (Webmail), emails are also sent in double. But what is st

RE: Your Email

2009-02-19 Thread Daniel C
Hi, Sorry for the informations missing. Here they are. This is running on a vserver, which are behind a iptables firewall, and the local IPs are in the range 10.0.32.0/24. Daniel Modification from the original master.cf

RE: Your Email

2009-02-20 Thread Daniel C
> Date: Fri, 20 Feb 2009 12:36:07 -0600 > From: njo...@megan.vbhcs.org > To: jackey...@hotmail.com; postfix-users@postfix.org > Subject: Re: Your Email > > Daniel C wrote: >> Hi, >> >> Sorry for the informations missin

RE: Your Email

2009-02-21 Thread Daniel C
> The mail is apparently submitted twice by your mail client. > This does not appear to be a postfix or SASL problem. > > You earlier wrote that a manual telnet session with > authentication did not exhibit the duplicated mail problem. > This confirms that it is a mail client problem, not a postfi

RE: Your Email

2009-02-21 Thread Daniel C
Here's the header part of the 2 mails I receive when they are duplicate. From what I can understand, it seems that there's only one connection made to Postfix, but Postfix send the mail to LMTP, but made a new copy and send it to itself, which is then sent to LMTP too. Does it means something

RE: Your Email

2009-02-21 Thread Daniel C
for ; Sat, 21 Feb 2009 13:58:40 -0500 (EST) Message-ID: Date: Sat, 21 Feb 2009 13:58:40 -0500 From: Daniel C User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: Daniel C Subject: Test... Content-Type: text/h

RE: Your Email

2009-02-21 Thread Daniel C
> A broken HTML encapsulator is eating all content inside <>, in your > messages, can you post the headers and logs without going trhough > the broken (cross-site scripting vulnerable, ...) HTML generator? > > This message is submitted via SMTP from outside. Well... The only choice I have it to s

RE: Your Email

2009-02-21 Thread Daniel C
> for example, if a filter, a delivery script, a .forward, ... uses the > sendmail command. Well, this is set as "virtual" and there's no .forward or delivery script. The problem suddenly happen after an upgrade of my system. Maybe there's a config somewhere that has been changed, I'm just won

RE: Your Email

2009-02-24 Thread Daniel C
What would be the best strategy? Create a new user and change postfix, amavis and Courier-IMAP to use this user for message storing? Is it easy to adjust configuration for this new user? Also, I think this is not causing my duplicate email, right? Daniel > No, this is wrong, the "postfix" u

RE: Your Email

2009-02-28 Thread Daniel C
py to itself at the same time...? Daniel > Daniel C a écrit : >> What would be the best strategy? Create a new user and change postfix, >> amavis and Courier-IMAP to use this user for message storing? > > No. do not the same user for different services: > > - keep the &

RE: Your Email

2009-03-01 Thread Daniel C
> What user does amavis run as? What you say that Postfix uses "this new > user", what do you mean by that? Amavis is running as user: amavis (uid: 102) and group: amavis (gid: 408). Maildirs are stored as user imap (uid: 1000) and group imap (gid: 1000). Postfix is running as postfix (207/207)

RE: Your Email (SOLVED)

2009-03-01 Thread Daniel C
I think I solve the issue...!!! The problem was really coming from a dual submit using IMAP connections. SASL-Cyrus was activated correctly, but in my /etc/courier-imap/imap config file, the line: OUTBOX=.Sent Was set, which was doing this: # If OUTBOX is defined, mail can be sent via the IMA