[courier-users] DNS lookup problem

2016-05-11 Thread Bowie Bailey
I have an outgoing email sitting in my mail queue due to a DNS failure, but I can't figure out why it is failing. When I test it manually, this is what I see: $ testmxlookup westportyachtsales.com westportyachtsales.com: soft error. $ dig @172.16.17.201 westportyachtsales.com mx +short 10 mail

Re: [courier-users] DNS lookup problem

2016-05-11 Thread Bowie Bailey
On 5/11/2016 4:11 PM, Gordon Messmer wrote: > On 05/11/2016 12:31 PM, Bowie Bailey wrote: >> $ testmxlookup westportyachtsales.com >> westportyachtsales.com: soft error. > > Have you checked for errors in your DNS server's logs? No errors that I can see. I guess I cou

Re: [courier-users] DNS lookup problem

2016-05-12 Thread Bowie Bailey
On 5/11/2016 7:45 PM, Sam Varshavchik wrote: > Bowie Bailey writes: > >> $ testmxlookup westportyachtsales.com >> Domain westportyachtsales.com: >> Relay: mail.westportshipyard.com, Priority: 10, Address: >> :::208.91.197.132 > > There's something w

Re: [courier-users] Vhost certificates

2016-07-08 Thread Bowie Bailey
On 7/8/2016 2:38 AM, Mark Constable wrote: > FWIW I finally got around to testing 0.76.1 with a virtual vhost SSL > (letsencrypt) certificate and it worked! > > All I did was create symlinks from /etc/courier/{esmtpd,imapd}.pem.DOMAIN > to the right combined privkey.pem + fullchain.pem for the part

Re: [courier-users] Vhost certificates

2016-07-08 Thread Bowie Bailey
On 7/8/2016 10:03 AM, Matus UHLAR - fantomas wrote: > On 08.07.16 16:38, Mark Constable wrote: >> FWIW I finally got around to testing 0.76.1 with a virtual vhost SSL >> (letsencrypt) certificate and it worked! >> >> All I did was create symlinks from /etc/courier/{esmtpd,imapd}.pem.DOMAIN >> to th

[courier-users] Disable user account

2016-11-07 Thread Bowie Bailey
Using userdb, is there a way to disable an account for a user so that they can no longer authenticate with the server? I know that I can simply reset the password, but I would prefer a solution that would let me disable and then re-enable the account without messing with the existing password.

Re: [courier-users] Disable user account

2016-11-07 Thread Bowie Bailey
On 11/7/2016 3:34 PM, Sam Varshavchik wrote: > Bowie Bailey writes: > >> Using userdb, is there a way to disable an account for a user so that >> they can no longer authenticate with the server? >> >> I know that I can simply reset the password, but I would prefer a

Re: [courier-users] Courierfilter + spamassassin = smtp slow.

2017-02-08 Thread Bowie Bailey
On 2/8/2017 7:25 AM, Mário Ferreira wrote: Hi, After activating courierfilter with spamassassin, the smtp service was slow. Spamassassin is very important to block spam's! Questions: 1. Is it possible to include whitelist for the courierfilter, thus reducing the load to the spamassassin whi

Re: [courier-users] Spam filtering on SMTP level

2017-02-28 Thread Bowie Bailey
On 2/28/2017 7:22 AM, Bernd Wurst wrote: > Hello. > > We have a mixed setup, some domains are handles via aliases and .courier > files (the qmail way) and others are going to a dedicated account via > hosteddomains and are handled there with a self written delivery agent. > > We love the simplicity

Re: [courier-users] Spam filtering on SMTP level

2017-02-28 Thread Bowie Bailey
On 2/28/2017 11:27 AM, Lindsay Haisley wrote: > On Tue, 2017-02-28 at 09:06 -0500, Bowie Bailey wrote: >> Take a look at courier-pythonfilter it has all sorts of options for >> ClamAV, SpamAssassin, greylisting, whitelisting, quarantine, etc. >> >> https://pypi.python.or

Re: [courier-users] Poll: C++11 compiler support

2017-03-06 Thread Bowie Bailey
On 3/5/2017 5:10 PM, Sam Varshavchik wrote: > > Ok, so squeeze should be taken care of, and most likely CentOS 5 and > 6. Thanks for testing it. CentOS 6 is using gcc 4.4.7 and works fine with the '-std=c++0x' flag. CentOS 5 is using gcc 4.1.2 and does not work. $ g++ -std=c++0x -o utest utest.

Re: [courier-users] courier unicode build 20170307

2017-03-07 Thread Bowie Bailey
On 3/7/2017 7:17 AM, Sam Varshavchik wrote: > Alessandro Vesely writes: > >> On Tue 07/Mar/2017 03:43:45 +0100 Sam Varshavchik wrote: >> > Download: http://www.courier-mta.org/download.html#unicode >> > >> > This is a test build of the courier-unicode package, that uses >> C++11's unicode >> > sup

Re: [courier-users] courier-unicode build 20170308 released

2017-03-08 Thread Bowie Bailey
On 3/8/2017 6:31 AM, Sam Varshavchik wrote: > Download: http://www.courier-mta.org/download.php#unicode > > Revised configuration script to enable C++11 builds that should work > with older versions of gcc. Looks good on CentOS 5 and 6. Configure and make ran with no errors. "make check" produ

RE: [courier-users] realy error message

2003-01-14 Thread Bowie Bailey
[mailto:[EMAIL PROTECTED]]Sent: Monday, January 13, 2003 6:16 PMTo: Bowie BaileySubject: Re: [courier-users] realy error message Hi Bowie,   ii did that but nothing changed   regards, patrick     - Original

[courier-users] Filter through SpamAssassin and then forward

2003-01-15 Thread Bowie Bailey
I am working on installing SpamAssassin on my Courier mail server. The problem is that many of the accounts are forwarded to another mail server via .courier files rather than being delivered locally. If I deliver locally, I can do "| spamassassin | maildrop", but how do I do this if the mail sho

RE: [courier-users] Filter through SpamAssassin and then forward

2003-01-15 Thread Bowie Bailey
From: Anand Buddhdev [mailto:[EMAIL PROTECTED]] > On Wed, Jan 15, 2003 at 10:36:41AM -0500, Bowie Bailey wrote: > > > I am working on installing SpamAssassin on my Courier mail server. The > > problem is that many of the accounts are forwarded to another mail server > > v

RE: [courier-users] Filter through SpamAssassin and then forward

2003-01-15 Thread Bowie Bailey
From: Roland Schneider [mailto:[EMAIL PROTECTED]] > > > | spamassassin | sendmail -f "$SENDER" [EMAIL PROTECTED] > > or even dynamically: > > | spamassassin | sendmail -f "$SENDER" "$[EMAIL PROTECTED]" > > all examples for spamassassin here lack some arguments, > you need at least --pipe. >

[courier-users] DEFAULTDELIVERY and .courier

2003-01-16 Thread Bowie Bailey
I've got a rather simple question. Right now, the DEFAULTDELIVERY option in courierd is set to "./Maildir". This means that mail gets delivered to the maildirs unless there is a .courier file that says otherwise. I want to switch to using maildrop by default. If I change my DEFAULTDELIVERY to "|

RE: [courier-users] Webmail only works SUID root????

2003-01-22 Thread Bowie Bailey
> From: Brian Candler [mailto:[EMAIL PROTECTED]] > > You need to be root for PAM to be able to read your shadow > password file. If > you are running a separate authdaemond then you can make > sqwebmail suid to > some other user, and chown the authdaemon socket to that uid. > > However, all you

RE: [courier-users] Forwarding one domain to another preserving the user name

2003-01-22 Thread Bowie Bailey
> From: Stephen S. Kelley [mailto:[EMAIL PROTECTED]] > > Are these archives searchable anywhere? Search at > http://sourceforge.net/mailarchive/forum.php?forum_id=6705 > doesn't seem > to do anything and most of my questions have probably already been > answered somewhere in the archives. > Th

RE: [courier-users] Webmail only works SUID root????

2003-01-22 Thread Bowie Bailey
> From: Brian Candler [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22, 2003 12:56 PM > > > I don't quite follow what you mean by "chown the authdaemon socket". > > What/where is the authdaemon socket? > > It's a Unix domain socket, in the filesystem, which > authdaemon clients use > to

RE: [courier-users] Courier MTA Howto

2003-01-24 Thread Bowie Bailey
> From: Jim Gifford [mailto:[EMAIL PROTECTED]] > > Last time I asked this question I was told to do a search for > courier mta > howto. But everyone that was listed was for courier-imap and > not the full > courier suite. So I am reasking my question. > > Where can I find a courier-mta howto?

RE: [courier-users] how to make email addresses case insensitive

2003-02-18 Thread Bowie Bailey
> From: Kiran Kumar Vangaveti [mailto:[EMAIL PROTECTED]] > > Does any one have an idea howto make the email addresses case > insensitive. touch /etc/courier/locallowercase Bowie --- This sf.net email is sponsored by:ThinkGeek Welcome to geek

[courier-users] pop3 to maildir?

2003-02-24 Thread Bowie Bailey
I have successfully setup a Courier server to handle our email here at the office and I would like to do something similar on my home network. I can use Courier for the pop3 connection and outbound SMTP, but I need a program to collect my email from the ISP's pop3 server on a regular basis. I also

RE: [courier-users] pop3 to maildir?

2003-02-24 Thread Bowie Bailey
From: Gordon Messmer [mailto:[EMAIL PROTECTED] > Bowie Bailey wrote: > > >I can use Courier for the pop3 connection and outbound SMTP, > >but I need a program to collect my email from the ISP's pop3 > >server on a regular basis. I also want to do SpamAssassin

RE: [courier-users] rfc2045

2003-02-25 Thread Bowie Bailey
> From: Bernard Robbins [mailto:[EMAIL PROTECTED] > > Where did you find this? I thought I looked everywhere. If > its not in the documentation, is there anymore options not documented? > > Anand Buddhdev wrote: > > Is there anyway to turn off the rfc2045 reformatting? > > > Put the follo

RE: [courier-users] [ NEW BIE ] : Where to find scheduling feature in courier ?

2003-02-25 Thread Bowie Bailey
> From: Jesse Keating [mailto:[EMAIL PROTECTED] > > On Tuesday 25 February 2003 03:23, GowriSankar N uttered: > > I am unable to find any reference for scheduling feature > > available in Microsoft exchange server. > > > > my efforts to search answers through google points to > >courier-imap.org

RE: [courier-users] Courier installation from RPM as 'root' or 'courier'?

2003-02-26 Thread Bowie Bailey
> From: Richard Hewitt [mailto:[EMAIL PROTECTED] > > I have build the courier-0.41.0-1.8.0.i386.rpm as user courier. > Do I need to install the package on RedHat 8.0 as user > courier or as user root? Once you've built the rpm, you should install it as root. Bowie

RE: [courier-users] 431 Too many recipients

2003-03-03 Thread Bowie Bailey
From: Thomas von Hassel [mailto:[EMAIL PROTECTED] > I tried to create the file and set a larger size, but it > still doesn't > work ... any special permissions ? ... > > the file is in /usr/local/etc/courier/batchsize where all my other > config files are... First, check the obvious. The file

[courier-users] How to access email address from maildroprc

2003-03-03 Thread Bowie Bailey
>From within my maildroprc file, I need to pass the email address as a parameter to my filter. I can access the $HOME variable which contains the components of the email address (/maildir/domain/user), but I can't figure out how to get my hands on the address itself. This seems a bit strange to m

RE: [courier-users] Re: How to access email address from maildroprc

2003-03-04 Thread Bowie Bailey
From: Sam Varshavchik [mailto:[EMAIL PROTECTED] > Bowie Bailey writes: > > > From within my maildroprc file, I need to pass the email address as a > > parameter to my filter. I can access the $HOME variable which contains the > > components of the email address (/mai

RE: [courier-users] No Outgoing external mail.

2003-03-07 Thread Bowie Bailey
From: Bret Lewis Sherman [mailto:[EMAIL PROTECTED] > > Relaying is usually disabled by default, being that it is a bad > thing to be a mail relay. The best way, as far as i understand it, > is to use packages like SASL, and then allow logged in users to send > eternal mail. Relaying for logged i

[courier-users] RE: [courier-users] Re: courier-mta smtpd

2003-03-10 Thread Bowie Bailey
From: Sam Varshavchik [mailto:[EMAIL PROTECTED] > > Jon Nelson writes: > > > I found the best documentation at: > > http://www.courier-mta.org/ > > I should point out that most of the documentation there consists of > HTML versions of the man pages. Both the man pages, and the HTML, is > genera

RE: [courier-users] Re: RFC compliance: goodbye to courier MTA

2003-03-12 Thread Bowie Bailey
From: Bill Long [mailto:[EMAIL PROTECTED] > > The great thing about open source software is that it lets you make > changes that you need to. In my case there are a few of things I'm > looking for which courier doesn't do. However, rather than ask Sam, > or anybody else to take up their valuable

RE: [courier-users] Relay ok for internal network

2003-03-14 Thread Bowie Bailey
From: Benjamin Stewart [mailto:[EMAIL PROTECTED] > > Greetings., > Got relaying working for authenticated users. Just owndering if I can > get users form uknown IP's to authenticated, but not require users on > our internal network to authenticate. I assume that I can probably do > this with sm

RE: [courier-users] postmaster for hosted domains

2003-03-14 Thread Bowie Bailey
From: Paeddy [mailto:[EMAIL PROTECTED] > > i have localy hosted domains like: > baenz.net > cori.ch > funky-fio.ch > > the users to this domains are: > mail.baenz.net > mail.cori.ch > mail.funky-fio.ch > > and i wanted to set-up the system in a way that users can > send

RE: [courier-users] postmaster for hosted domains

2003-03-14 Thread Bowie Bailey
From: Paeddy [mailto:[EMAIL PROTECTED] > > thanks for your input. i still get some errors. > > after i did these changes i checked > /usr/lib/courier/etc/aliases and it look > like the following: > # Automatically generated by webadmin - DO NOT EDIT THIS FILE > @baenz.net: .webadmin/baenz.net >

RE: [courier-users] courier + mysql with md5-encrypted passwords

2003-03-18 Thread Bowie Bailey
From: Matt Hyclak [mailto:[EMAIL PROTECTED] > > [host]$ perl > print crypt('my pass','$1$') . "\n"; > $1$$ZgHOLxjS.UBCu4uVg70a91 > [host]$ > > Slightly more portable, as my linux crypt(3) doesn't support md5 :-) This is a bit off-topic, but... I ran this script on my Win2K box: C:\>perl print

RE: [courier-users] courier + mysql with md5-encrypted passwords

2003-03-18 Thread Bowie Bailey
s' > was the same on all boxes, I would say, 'extremely portable > NOT' > > If 'my pass' was not the same, what was the point? > > (or was the quoted string literal, not representational?) > > Bill Hacker > > > In <[EMAIL PROTECTED]&

RE: [courier-users] Re: Blocking 'localhost resolving' domains

2003-03-28 Thread Bowie Bailey
From: Sam Varshavchik [mailto:[EMAIL PROTECTED] > Lukas Vesely writes: > > > Hi all, > > I'd like to ask whether it's possible to block somehow domains, that > > have in their MX relays 127.0.0.1. > > Put badmx 127.0.0.1 into bofh. Interesting. This sounds like a pretty clean solution. Are

[courier-users] no quota warning with maildrop

2003-04-03 Thread Bowie Bailey
I have my server setup with quotas in the userdb. Delivery is via maildrop. Quota enforcement is working, but the quota warnings are not being delivered. From the maildrop man page, it seems that if I call maildrop with '-w 90', it should send the /etc/courier/quotawarn-msg whenever the maildir g

RE: [courier-users] no quota warning with maildrop

2003-04-04 Thread Bowie Bailey
From: Eduardo Roldan [mailto:[EMAIL PROTECTED] > > On Thu, 2003-04-03 at 17:55, Bowie Bailey wrote: > > > [system]# ls -l /etc/courier/quotawarn-msg > > -r--r--r--1 courier courier 375 Apr 3 14:53 > > /etc/courier/quotawarn-msg > > > > Am I m

RE: [courier-users] user cration problem

2003-06-06 Thread Bowie Bailey
From: sateesh kumar [mailto:[EMAIL PROTECTED] > > I have courier mail server how can i create users?? pls give me > step by step procedure Depends on how you set it up. Are you using the full Courier suite or just parts of it? Are you using local authentication (/etc/passwd)? userdb? sql? lda

RE: [courier-users] Mime formatting error

2003-05-27 Thread Bowie Bailey
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Users on my mailsystem recieves the following text quite offen. [MIME error message removed] > I looked in to some of thoes mails and thay are incorrectly > formattted, as courier says. Usually the mail contain 8-bit > characters, but ha

RE: [courier-users] Stability of courier-mta

2003-05-29 Thread Bowie Bailey
From: Systems Administrator [mailto:[EMAIL PROTECTED] > > Does anyone have any experiences with the stability of courier-mta? > I'm going to set up a mostly-courier system (but with SquirrelMail > instead of courier's webmail), and the other components appear to > have been around for a while, and

RE: [courier-users] 513 Relay issues (long)

2003-05-29 Thread Bowie Bailey
From: Patrick Beart [mailto:[EMAIL PROTECTED] > > I'm having problems with mail delivery to a new account on my > server(s). The messages bounce with a "513 relay denied" error. > (see below) > > The guy who set this up (the Courier Mail server) disappeared on me > and didn't provide much documen

RE: [courier-users] 513 Relay issues (long)

2003-05-29 Thread Bowie Bailey
From: Patrick Beart [mailto:[EMAIL PROTECTED] > > >From: Patrick Beart [mailto:[EMAIL PROTECTED] > >> > >> I'm having problems with mail delivery to a new account on my > >> server(s). The messages bounce with a "513 relay denied" error. > >> (see below) > >> > >> The guy who set this up (the

[courier-users] RE: [courier-users] Re: Mail attachments

2003-06-13 Thread Bowie Bailey
From: Jerry Amundson [mailto:[EMAIL PROTECTED] > > From: [EMAIL PROTECTED] > > > > Just for fun, I added an explicit Content-Disposition: > inline header to > > signed messages. Let's see if it makes any difference. > > It makes a difference with Outlook 2000. I'm using Outlook 2000 SR-1. Bo

RE: [courier-users] courierfax image format/size

2003-06-13 Thread Bowie Bailey
From: Keith Pettit [mailto:[EMAIL PROTECTED] > > I couldn't get the inittab configuration to actually take until the > machine was rebooted. I know there's a proper way to have the > system reload the inittab but I couldn't figure it out. The command to reload the inittab without a reboot is 'in

[courier-users] RE: RE: [courier-users] Re: Mail attachments

2003-06-13 Thread Bowie Bailey
From: Sam Varshavchik [mailto:[EMAIL PROTECTED] > > Bowie Bailey writes: > > > PGP 5.5 won't verify the signature, but that's another issue. > > You did import the key, right? I imported the key. The problem is that PGP gives the message "No valid PGP

[courier-users] RE: RE: RE: [courier-users] Re: Mail attachments

2003-06-13 Thread Bowie Bailey
From: Sam Varshavchik [mailto:[EMAIL PROTECTED] > > Bowie Bailey writes: > > > From: Sam Varshavchik [mailto:[EMAIL PROTECTED] > >> > >> Bowie Bailey writes: > >> > >> > PGP 5.5 won't verify the signature, but that's another issu

RE: [courier-users] Virtual domain users (UserDB) with own .spamassassin/user_prefs

2003-06-17 Thread Bowie Bailey
From: Mirko Zeibig [mailto:[EMAIL PROTECTED] > > I am running spamc from /etc/courier/maildroprc, having only > virtual accounts underneath /home/vmail/domain.com/username. Right > now I only have one pref-file for spamassassin in > /home/vmail/.spamassassin/user_prefs, but I'd like to have this o

RE: [courier-users] Virtual domain users (UserDB) with own .spamassassin/user_prefs

2003-06-17 Thread Bowie Bailey
From: Mirko Zeibig [mailto:[EMAIL PROTECTED] > > thanks for your suggestion, after installing a newer version of > spamassassin (2.44-11.8.x) spamd recognizes a --virtual-config=dir > option, it does not, however, parse the %d and %l stuff but tries > to find a directory with % in it. > Which vers

RE: [courier-users] Virtual domain users (UserDB) with own .spamassassin/user_prefs

2003-06-18 Thread Bowie Bailey
From: Jim Gifford [mailto:[EMAIL PROTECTED] > > Here is what I did. First I created a user named spam with a home > directory. I have been running this since Feb. 2003 with no > problems. > > I then created a /etc/sysconfig/spamassassin file with the > following information. > > # Start /etc/sy

RE: [courier-users] Vacation Notices

2003-06-20 Thread Bowie Bailey
From: Thomas von Hassel [mailto:[EMAIL PROTECTED] > > Now that summer holidays are comming up i need a quick and dirty > solution to make auto reply/vacation notice. Courier MTA with mysql > auth and default delivery. I'm not using the webmail feature. Quick and dirty...Ok, here ya go! This is t

RE: [courier-users] Vacation Notices

2003-06-20 Thread Bowie Bailey
From: Thomas von Hassel [mailto:[EMAIL PROTECTED] > > On fredag, jun 20, 2003, at 17:35 Europe/Copenhagen, Eduardo Roldan > wrote: > > > Use maildrop, read maildropex man page. > > Ok, but if i change the default delivery to maildrop, will that > affect anything i might have setup now ? That w

RE: [courier-users] maildrop filter question

2003-06-23 Thread Bowie Bailey
From: Theodore Knab [mailto:[EMAIL PROTECTED] > > I have a use question with the maildrop filtering program with > Courier. > > More specifically, I want to use both the global and local filters. > > Can both be used ? > > I am running maildrop without any flags. Do I need to have a flag > to d

RE: [courier-users] [ courier-users ] maildrop mode setup

2003-06-23 Thread Bowie Bailey
From: Sean Allgood [mailto:[EMAIL PROTECTED] > > I've spend hours running around the web trying to find information > on getting courier to run maildrop in mode other than embedded, as > I need "cc" or "to" to setup autoresponders to incoming mail. I > don't have any code to post, as I'm simply lo

RE: [courier-users] maildrop mode setup

2003-06-24 Thread Bowie Bailey
From: Sean Allgood [mailto:[EMAIL PROTECTED] > > Bowie Bailey wrote: > > > From: Sean Allgood [mailto:[EMAIL PROTECTED] > > > >> I've spend hours running around the web trying to find information > >> on getting courier to run maildrop in mode other t

[courier-users] RE: autoreply

2003-06-26 Thread Bowie Bailey
From: Stephen Reese [mailto:[EMAIL PROTECTED] > > And here's my maildroprc: > > if ( $SIZE < 26144 ) > { > exception { > xfilter "/usr/bin/spamassassin" > } > } > if (/^X-Spam-Flag: *YES/) > { > exception { > to "$HOME/Maildir/.Trash/" >

RE: [courier-users] maildrop filter question

2003-06-26 Thread Bowie Bailey
From: Theodore Knab [mailto:[EMAIL PROTECTED] > > Following up on my own message it appears that 2 files are created > with this command. > > More specifcally, I get these 2 messages in my new folder. > > -rw---1 tjk vmail 726 Jun 26 12:08 > 1056643727.10512_warn.annapolisli

RE: [courier-users] Courier places new mail as a file "Maildir" in users homedirectory

2003-07-01 Thread Bowie Bailey
From: Jason "Hindu" Kushmaul [mailto:[EMAIL PROTECTED] > > I find it hard to believe that courier pop3/imap supports the > maildir format, but the esmtp does not, so I'm sure I've messed > something up but I've exhausted my resources. Google was a good > friend, got me pretty far with this setup,

RE: [courier-users] newbie install

2003-07-11 Thread Bowie Bailey
From: aklist [mailto:[EMAIL PROTECTED] > > I'm now in the post-installation checks phase, but I'm a little > lost. The installation guide says: > > Log on to the test account and run |maildirmake| to create two > maildirs: |maildirmake $HOME/test|, and |maildirmake > $HOME/bounces|. > > But I'm

RE: [courier-users] esmtpd suddenly rejects traffic

2003-07-22 Thread Bowie Bailey
From: Michael Jinks [mailto:[EMAIL PROTECTED] > > When I try to connect to Courier from one of the cluster machines via > telnet, I get this: > > harper:~$ telnet heavy.uchicago.edu 25 > Trying 128.135.0.56... > Connected to heavy.uchicago.edu (128.135.0.56). > Escape character is '^]'. > 220 ***

RE: [courier-users] Problem installation in RED HAT 9.0

2003-07-25 Thread Bowie Bailey
From: Eric [mailto:[EMAIL PROTECTED] > > when run this command: > > > rpmbuild -ta courier-0.42.2.20030721.tar.bz2 > > i got this error: > > error: Failed build dependencies: > expect is needed by > courier-0.42.2.20030721-1.9 > postgresql-devel is needed by > courier-0.42.2.20

RE: [courier-users] Alias Problems

2003-07-31 Thread Bowie Bailey
From: Noah Silverman [mailto:[EMAIL PROTECTED] > > Hi, > > I've managed to install the complete courier package (courierd, > esmtp, imap, authd, etc...) Everything starts up and works fine. > I'm using Maildrop with userdb for some virtual users. All the > users can receive their mail just fine

RE: [courier-users] Newbie: userdb question

2003-07-31 Thread Bowie Bailey
From: gxharr2 [mailto:[EMAIL PROTECTED] > > I have added all the domains to esmtpaccpetmailfor and > hosteddomains, run the commands makeacceptmailfor and > makehosteddomains, and for each user I want, I’m running the > commands: > > su - -c "mkdir /home//" > su - -c "/usr/local/courier/bin/ma

RE: [courier-users] spamassassin?

2003-07-31 Thread Bowie Bailey
From: Guenter Brast [mailto:[EMAIL PROTECTED] > > 1. create directories ~/Maildir/.Spam > 2. use maildrop as delivery sevice > 3. put the following line in .mailfilter of the users home > directory that are > interested in spamfiltering: > > xfilter "/usr/local/bin/spamassassin -P" > > if

RE: [courier-users] Re: another question raised by users

2003-07-31 Thread Bowie Bailey
From: Gordon Messmer [mailto:[EMAIL PROTECTED] > Sam Varshavchik wrote: > > Gordon Messmer writes: > > > >> Maybe a better scenario to illustrate my concern would be this: > >> > >> A user send an email to an alias that points off-site. Courier > >> can't contact the primary MX immediately, so it

RE: [courier-users] Newbie: userdb question

2003-07-31 Thread Bowie Bailey
From: gxharr2 [mailto:[EMAIL PROTECTED] > > From: Bowie Bailey [mailto:[EMAIL PROTECTED] > > > > From: gxharr2 [mailto:[EMAIL PROTECTED] > > > > > > I have added all the domains to esmtpaccpetmailfor and > > > hosteddomains, run the commands makea

RE: [courier-users] Newbie: userdb question

2003-08-01 Thread Bowie Bailey
From: greg [mailto:[EMAIL PROTECTED] > From: Bowie <[EMAIL PROTECTED]> > > In that case, what are the contents of your hosteddomains/* and > > locals files? It looks like you should have an empty locals file > > and the domain you are using for your emails should be in one of > > your hosteddomain

RE: [courier-users] courier and smtp-auth

2003-10-08 Thread Bowie Bailey
From: Dario Alonso [mailto:[EMAIL PROTECTED] > > I've courier installed with: > /etc/courier/locals > localhost > localhost.localdomain > mydomain.com > > /etc/courier/me > mydomain.com > > /etc/courier/esmtpd > AUTHMODULES="authdaemon" > ESMTPAUTH="LOGIN" > > /

RE: [courier-users] Virtual domain aliases

2003-10-31 Thread Bowie Bailey
From: Rodrigo Severo [mailto:[EMAIL PROTECTED] > What I need is a domain alias for an already existent virtual > domain. Something like Courier accepting messages for domain > EXAMPLE.COM as if they were for TEST.COM. Also all users of domain > TEST.COM being available for domain EXAMPLE.COM. > >

RE: [courier-users] Virtual domain aliases

2003-10-31 Thread Bowie Bailey
From: Rodrigo Severo [mailto:[EMAIL PROTECTED] > > Bowie Bailey wrote: > > >From: Rodrigo Severo [mailto:[EMAIL PROTECTED] > > > > > >>What I need is a domain alias for an already existent virtual > >>domain. Something like Courier accepting messag

RE: [courier-users] Please help, Domain doesn't exist error

2003-11-03 Thread Bowie Bailey
From: Nabil Attar [mailto:[EMAIL PROTECTED] > > I'm a newbie to courier.. and I downloaded the latest version and I > compile it successfully. > [] > > BUT > I have one problem and one question: > My problem is that I cannot send to an email to > [EMAIL PROTECTED] it keep saying error 517

[courier-users] Rejecting by username for non-local mail

2003-11-05 Thread Bowie Bailey
I am attempting to build a Courier server which will accept mail for the users in my domain and then pass that mail along to another server which will do a virus scan and then deliver the mail to the mailbox. How can I set up Courier to reject mail for unknown users when the user's mailboxes do no

[courier-users] Courier + Amavis + Symantec Scan Engine

2003-11-06 Thread Bowie Bailey
I have Courier and Symantec Scan Engine running on my server. I'm trying to figure out how to connect them with Amavis. The current version of Amavis has support for Symantec Carrier Scan, which is older and has a slightly different interface to the command line scanner. Is anyone running this c

RE: [courier-users] Courier ESMTPD doesn't regconise capital lett er email

2003-11-10 Thread Bowie Bailey
From: Vincent Lee [mailto:[EMAIL PROTECTED] > > Help!!! > I running a trail run for Courier ESMTPD and POP3D recently. And I > discovered that Courier ESMTPD DOES NOT support CAPITAL LETTER > email address!!! I can't any information about this either in > Courier web source and Internet. Anyone

[courier-users] 451 4.1.8 Domain of sender address ... does not resolve

2003-12-02 Thread Bowie Bailey
I'm not sure why I am seeing these messages from some mail servers: 451 4.1.8 Domain of sender address [EMAIL PROTECTED] does not resolve The dns is fine as far as I can tell. A dig for buc.com on my external dns server gives me this: ;; ANSWER SECTION: buc.com.28800

RE: [courier-users] Re: 451 4.1.8 Domain of sender address ... do es not resolve

2003-12-03 Thread Bowie Bailey
From: Sam Varshavchik [mailto:[EMAIL PROTECTED] > > Bowie Bailey writes: > > > I'm not sure why I am seeing these messages from some mail > > servers: > > > > 451 4.1.8 Domain of sender address [EMAIL PROTECTED] does not > > resolve > &

RE: [courier-users] setting up courier questions

2003-12-04 Thread Bowie Bailey
> From: Evelyn Pichler > > I am using courier as an MTA for quite a while now. Works nicely! > > Now a friend got himself one of this root servers and I suggested > to him to use courier for his pop3 boxes and for everything else. > > I am looking for an easy method for him to create users on hi

[courier-users] Amavis-ng and Clamd

2003-12-04 Thread Bowie Bailey
I have just finished configuring Amavis-ng with Clamd on my Courier server. It is currently only active on my account and seems to work fine with the test file. Before I set it loose on the entire mail server and disable the external scanners, I was wondering what some of you could tell me about C

RE: [courier-users] Logfile analyzer

2003-12-05 Thread Bowie Bailey
From: Evelyn Pichler [mailto:[EMAIL PROTECTED] > > Here is the script > > I call it from crontab and pipe the output to a file right > before logrotate. >From script file: egrep 'courieresmtp:.*status: success' /var/log/maillog \ | sed 's/^\(.*addr=<[^<>]*\),\([^<>]*>.*\)$/\1.\2/g' \

[courier-users] Mail account administration script

2003-12-05 Thread Bowie Bailey
This is a script I wrote to automate administration of virtual email accounts and domains. It is written for RedHat Linux, but should run under any *nix environment with a couple of minor tweaks. There are a few assumptions that this script makes: - maildrop delivery - userdb account storage -

RE: [courier-users] Mail account administration script

2003-12-05 Thread Bowie Bailey
From: Bowie Bailey > > This is a script I wrote to automate administration of virtual > email accounts and domains. It is written for RedHat Linux, but > should run under any *nix environment with a couple of minor > tweaks. Oops! I screwed up with one of the configuration

RE: [courier-users] Howto: Virtual mail users on courier

2003-12-09 Thread Bowie Bailey
From: Dave Kliczbor [mailto:[EMAIL PROTECTED] > > After I did not find any howto to create virtual mail hosting on > courier besides the standard installation documentation, I tinkered > around on my own server and logged what I did. Then I added some > comments and put the whole thing online on >

RE: [courier-users] Re: Courier + mailman, revisited

2003-12-10 Thread Bowie Bailey
From: David Gomillion [mailto:[EMAIL PROTECTED] > > In /usr/lib/courier/etc/aliases/lists: > > [EMAIL PROTECTED]: |/usr/local/mailman/mail/mailman post > all_employees > > The strange thing is not so much that it doesn't work as it sends > me back: > > The following recipient(s) could not be

RE: [courier-users] connection to courier SMTP server from certai n machines has long delay

2003-12-10 Thread Bowie Bailey
From: John Belmonte [mailto:[EMAIL PROTECTED] > > I'm using Courier 0.42.2. My email client was showing a symptom of a > long delay (30-40 seconds) when connecting to a Courier SMTP server. > I've tracked this delay down to the SMTP server. If you just telnet > to the server, the delay happens b

[courier-users] relaying denied for a hosted domain?

2002-07-09 Thread Bowie Bailey
I am having a problem figuring out the proper setup to allow mail to be delivered to my email addresses. The virtual domain that I am trying to configure is listed in the hosteddomains directory, but external mail coming to it is still being denied. As long as I am sending mail from inside my ne

[courier-users] Connection to port 113

2002-07-09 Thread Bowie Bailey
I appreciate the quick response to my last question. Now I've got another one. Why is my mailserver trying to open a connection back to port 113 whenever I make an SMTP connection? I am not using any authentication. This is causing the SMTP connection to take about 30 seconds since my firewall

RE: [courier-users] Connection to port 113

2002-07-09 Thread Bowie Bailey
uery? Thanks, Bowie > -Original Message- > From: Thorsten Schroeder [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, July 09, 2002 3:14 PM > To: Bowie Bailey > Cc: Courier-Users (E-mail) > Subject: Re: [courier-users] Connection to port 113 > > Hi, > > On Tue

RE: [courier-users] Re: Connection to port 113

2002-07-09 Thread Bowie Bailey
e: Connection to port 113 > > Bowie Bailey writes: > > > I appreciate the quick response to my last question. Now I've got > another > > one. > > > > Why is my mailserver trying to open a connection back to port 113 > whenever I > > This is

[courier-users] FW: Returned mail

2002-07-10 Thread Bowie Bailey
I know this is a bit off topic, but could someone please tell me what's wrong with my MX records? Based on the RFC, I can't find any problem. Bowie > -Original Message- > > --- The message cannot be delivered to the following address. --- > > [EMAIL PROTECTED]Permanent error invol

RE: [courier-users] Re: Connection to port 113

2002-07-10 Thread Bowie Bailey
Is LOGIN encrypted at all or is it basically plaintext? I would like to get some sort of authentication going, but it needs to be at least semi-secure. Bowie > -Original Message- > From: Juha Saarinen [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, July 09, 2002 8:14 PM > To: Sam Varshavchi

RE: [courier-users] Re: Connection to port 113

2002-07-10 Thread Bowie Bailey
Wednesday, July 10, 2002 4:17 PM > To: Bowie Bailey > Cc: Courier-Users (E-mail) > Subject: RE: [courier-users] Re: Connection to port 113 > > On Wed, 10 Jul 2002, Bowie Bailey wrote: > > > Is LOGIN encrypted at all or is it basically plaintext? I would like >

RE: [courier-users] courier features

2002-07-15 Thread Bowie Bailey
We do virus scans on all of our incoming and outgoing mail. You do it with an external program which works as a mail relay. Incoming mail is accepted by the virus scanner, scanned, and then passed along to the mail server. If you want to scan outgoing mail, just tell your mail server to send al

[courier-users] Basic relay

2002-07-15 Thread Bowie Bailey
This should be very simple to do and I seem to remember reading about it somewhere, but I can't locate it now. I want to set up Courier to be a basic mail relay. Accept email for my hosted domains and forward it all to another mail server for processing. Thanks, Bowie

RE: [courier-users] Logs

2002-07-17 Thread Bowie Bailey
Your mail server did it. I got the same message with an identification string for my mail server at the top. I think everyone on the list who has a courier mail server (which is probably just about everyone) will have gotten the same thing. Anyone know if there is a way to turn this off and jus

RE: [courier-users] Re: giving makeuserdb a little flexibility

2002-07-18 Thread Bowie Bailey
Without changing makeuserdb, you're not going to be able to keep your current setup without moving some files around every time you rebuild userdb. I would suggest writing a small script to do it for you. cp -f /export/B/userdb /courier/etc/userdb makeuserdb cp -f /courie

RE: [courier-users] 550 User unknown (userdb esmtp authentication)

2002-10-02 Thread Bowie Bailey
If you want everything to authenticate via the full email address, then remove all the domains from locals. Any mail for a domain in locals has the domain stripped from it before authentication. So get the domains out of locals and just use hosteddomains. Bowie -Original Message- From:

  1   2   3   4   5   6   7   >