Svetozar Mihailov | 1 Feb 07:15

Re: Mailfilter and '&' in email address

On Tue, 2012-01-31 at 18:36 -0500, Sam Varshavchik wrote:
> Svetozar Mihailov writes:
> 
> > Hello,
> >
> > Recently I discover email in queue which stays forever and delivers over
> > and over. The problem was '&' in local part of email address.
> >
> > Server is Centos 5.7, courier-authlib-0.63.0, courier-0.65.0.
> 
> >
> > .mailfilter problem line:
> >
> > cc "!m&m <at> example.com"
> >
> > Is '&' are allowed char in email address? If yes, how to escape '&'
> > in .mailfilter? There is no other problems with 'm&m <at> example.com'.
> 
> Is this the literal statement. Or are you doing a variable expansion, like  
> "cc !$ADDR", where you extract ADDR from some header in the original email.
> 

.mailfilter containing only multiple 'cc "!m&m <at> example.com"' lines, no
variables inside.

> "!" is just an alias for "$SENDMAIL -f '' <rest>".
> 
> The above statement is equivalent to:
> 
> /bin/sh -c "$SENDMAIL -f '' m&m <at> example.com"
(Continue reading)

Raj Kumar | 1 Feb 10:16
Picon
Favicon

Courier Log


Dear All,

I am using courier-imap with exim. I want to log or trace IP Addresses from where the user download email . The log generated in /var/log/maillog is not sufficient to find at which ip address the email is downloaded. Please suggest what to do.

Thanks,
Direct_Logic


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
courier-users mailing list
courier-users <at> lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
Picon
Favicon

Re: Courier Log

On 01.02.12 01:16, Raj Kumar wrote:
>I am using courier-imap with exim. I want to log or trace IP Addresses 
> from where the user download email .  The log generated in 
> /var/log/maillog is not sufficient to find at which ip address the 
> email is downloaded.  Please suggest what to do.

If you want to know where every indiviual mail was downloaded and/or 
deleted (we've had similar customers requests), you would need to patch 
courier-imapd and courier-pop3d to log that information.

To join this information with info when particular e-mail was 
delivered, you'd need exim/maildrop/procmail to log unique 
identification of e-mail that could later be processed by courier's 
imap/pop3d.

The unique information can be the name of file, or maybe inode nubmer 
(assuming all files are on the same filesystem).

I don't know if anyone provides enough of informations to track each 
e-mail this deeply.
--

-- 
Matus UHLAR - fantomas, uhlar <at> fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
"Where do you want to go to die?" [Microsoft]

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
courier-users mailing list
courier-users <at> lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Matt Pavlovich | 1 Feb 16:38
Picon

Re: Courier clear not clearing list

Thanks, that worked!

On 1/31/12 5:37 PM, Sam Varshavchik wrote:
Matt Pavlovich writes:

Is there a way to manually clear out the list so messages will be delivered to the users?

Remove the files in /var/spool/courier/track. Not the directory, the individual files in it.



------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d

_______________________________________________ courier-users mailing list courier-users <at> lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
courier-users mailing list
courier-users <at> lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
Matt Pavlovich | 1 Feb 16:42
Picon

Re: Courier clear not clearing list

Sam-

I spoke to soon.  Deleting the files from the /var/spool/courier/track delivered the messages.  However; the opt BOFHSUPPRESSBACKSCATTER=none in the bofh file doesn't seem to be honored.  The system added new messages in the courier/track folder after adding the option and several restarts of the courier process.

Thoughts?

Thanks,
Matt Pavlovich

On 1/31/12 5:37 PM, Sam Varshavchik wrote:
Matt Pavlovich writes:

Is there a way to manually clear out the list so messages will be delivered to the users?

Remove the files in /var/spool/courier/track. Not the directory, the individual files in it.



------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d

_______________________________________________ courier-users mailing list courier-users <at> lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
courier-users mailing list
courier-users <at> lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
Sam Varshavchik | 2 Feb 01:40
Gravatar

Re: Courier clear not clearing list

Matt Pavlovich writes:

> « HTML content follows »
> Sam-
>
> I spoke to soon.  Deleting the files from the /var/spool/courier/track  
> delivered the messages.  However; the opt BOFHSUPPRESSBACKSCATTER=none in the  
> bofh file doesn't seem to be honored.  The system added new messages in the  
> courier/track folder after adding the option and several restarts of the  
> courier process.
>
> Thoughts?

Check for any later occurence of this setting in the bofh file, and that you  
are looking at the right bofh file, and not, perhaps, one from a previous  
version of Courier that was installed in a different directory.

Also check that you're not setting this variable as a shell environment  
variable anywhere else, like in the etc/courier/courierd, which would  
override it.

Furthermore, if you're still accumulating new delivery failures, then there  
is a reason for that, and you should be focusing on fixing your delivery  
problems, rather than its symptoms. Turning off the backscatter suppression  
is not going to fix the underlying problem causing mail delivery failures to  
the recipient addresses, in the first place.

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
courier-users mailing list
courier-users <at> lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
Goutam Baul | 3 Feb 05:07
Picon
Favicon

Packages for RHEL 6.1 64 bit

Dear List,

 

We are trying to build a mail server using RHEL 6.1 64 bit with Postfix, MySQL, Courier IMAP, Courier Authlib and Courier Maildrop. We plan to compile the maildrop as we are sure about the compilation flags. The same is not true for the IMAP and Authlib. But we are not able to locate any RPM package for RHEL6.1 64 bit OS. Can anyone kindly guide us please?

 

With regards,

 

Goutam

 

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
courier-users mailing list
courier-users <at> lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
Sam Varshavchik | 3 Feb 14:18
Gravatar

Re: Packages for RHEL 6.1 64 bit

Goutam Baul writes:

> We are trying to build a mail server using RHEL 6.1 64 bit with Postfix,  
> MySQL, Courier IMAP, Courier Authlib and Courier Maildrop. We plan to compile  
> the maildrop as we are sure about the compilation flags. The same is not true  
> for the IMAP and Authlib. But we are not able to locate any RPM package for  
> RHEL6.1 64 bit OS. Can anyone kindly guide us please?

If Google can't find someone else's prebuilt rpms, it's unlikely that your  
search will fare better here.

Most people build their own RPMs; in many cases with their own, site- 
specific configuration and customizations.

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
courier-users mailing list
courier-users <at> lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
Gordon Messmer | 5 Feb 21:43
Favicon

Re: Courier Log

On 02/01/2012 01:16 AM, Raj Kumar wrote:
> I am using courier-imap with exim. I want to log or trace IP Addresses
> from where the user download email . The log generated in
> /var/log/maillog is not sufficient to find at which ip address the email
> is downloaded. Please suggest what to do.

You could start by describing what information would be sufficient for 
your purposes.  The log describes what address a user connects from, and 
when they disconnect it describes how much mail they've downloaded and 
their IP.  From your description, it's not clear why the existing 
facilities aren't suitable.

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
courier-users mailing list
courier-users <at> lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Michelle Konzack | 6 Feb 18:50

How can I disable logging entirely?

Hello *,

I have to setup a mailsystem (forwarder) where I have to disable  loging
of DATA which could identify a sender and the recipient.

Speak:  I have to disable loging entirely.

How can I do this?

I have already tried something, but there are always indices  in  syslog
or other files...

Thanks, Greetings and nice Day/Evening
    Michelle Konzack

-- 
##################### Debian GNU/Linux Consultant ######################
   Development of Intranet and Embedded Systems with Debian GNU/Linux
               Internet Service Provider, Cloud Computing
                <http://www.itsystems.tamay-dogan.net/>

itsystems <at> tdnet                     Jabber  linux4michelle <at> jabber.ccc.de
Owner Michelle Konzack

Gewerbe Strasse 3                   Tel office: +49-176-86004575
77694 Kehl                          Tel mobil:  +49-177-9351947
Germany                             Tel mobil:  +33-6-61925193  (France)

USt-ID:  DE 278 049 239

Linux-User #280138 with the Linux Counter, http://counter.li.org/
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
courier-users mailing list
courier-users <at> lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Gmane