Re: [courier-users] (no subject)

2017-07-25 Thread Matus UHLAR - fantomas

On 24.07.17 21:17, Sam Varshavchik wrote:
- OpenSSL 1.1.0 update. Custom protocol level format selection has 
been deprecated. The TLS_PROTOCOL setting is removed from all 
configuration files, and the latest supported TLS version will always 
be used. No changes to the GnuTLS alternative option.


do you want to say that we'll be unable to disable/enable some protocol
versions as we did before?

--
Matus UHLAR - fantomas, uh...@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.
WinError #9: Out of error messages.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2014-02-15 Thread Sam Varshavchik

Alexei Batyr' writes:

Second is wrong (for FreeBSD mkdir) method for determining mkdir version at  
line 2727 of main configure script ("$as_dir/$ac_prog$ac_exec_ext" -- 
version). BSD mkdir doesn't interpret --version argument and just outputs  
usage string (usage: mkdir [-pv] [-m mode] directory_name ...). Though it  
could be easily circumvented by setting MKDIR_P="/bin/mkdir -p" in configure  
environment.


That snippet is actually coming out of libtool, which is where it'll need to  
be fixed. Setting MKDIR_P is a valid workaround.





pgpV8seKc6jVn.pgp
Description: PGP signature
--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2012-01-09 Thread Sam Varshavchik

David Benfell writes:


« HTML content follows »
Hello all,

I have switched my Linode from Ubuntu Natty, in which multiple things were  
just mysteriously breaking, to Arch Linux. I have copied my courier-mta  
configuration from the Ubuntu set-up in and made the adjustments that seemed  
obvious. There is one that is not obvious.


I'm getting a permission denied error for courieresmtpd in /var/log/mail.log.  
There is no other information supplied. Here's a snippet:


Jan  9 11:55:19 atlanta courieresmtpd: /usr/sbin/courieresmtpd: Permission  
denied


You just can't copy things from one system to another. As part of building  
Courier, the system's username and groupname used by the mail system gets  
incorporated, and becomes an integral part of the build. You cannot copy,  
verbatim, bits of Courier from one system to another that does not have the  
same username and groupnames, or whose numericals userids and groupids are  
different.


This could be any one of many things. It's going to be faster for you to  
reverse your manual installation process, and undo everything, then build  
Courier on your target system, and install it.




pgppcOh4l6Au7.pgp
Description: PGP signature
--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2010-03-26 Thread Sam Varshavchik

Carlos Lopez writes:


Hi,

Is there a way to instruct courier to avoid black list query for localnets?, on 
the file smtpaccess/default I already defined those ranges of IP to be allowed 
to send emails, therefor they are internal.
If I leave the configuration as is the server is doing recursive queries like 
this on the DNS server:

26-Mar-2010 13:21:51.312 queries: info: client 172.16.0.7#53316: view localnet: 
query: 232.0.16.172.b.barracudacentral.org IN TXT +
26-Mar-2010 13:21:55.384 queries: info: client 172.16.0.7#41263: view localnet: 
query: 55.0.16.172.zen.spamhaus.org IN TXT +

Any hint?


In smtpaccess, list your local addresses with RELAYCLIENT. Which should be 
the case anyway.




pgpkOH8uUwwcV.pgp
Description: PGP signature
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2008-02-07 Thread rupert
ups, bad beginning, missed to enter the topic :(

On Thu, Feb 7, 2008 at 5:54 PM, rupert <[EMAIL PROTECTED]> wrote:
> Hello,
>  I have two courier servers that should act like a cluster.
>  In each imapd config I put the other one as proxy server and addet the
>  right options to the mysql query,
>  I can log in with the users that have the mailhost entry to the remote
>  machine, when I try to login with a
>  User that has his maihost on the local one, the following output
>  floods the mailllog file and at the end the login failed.
>
>
>
>  .
>  Feb  7 16:40:51 backend-B1 authdaemond: Authenticated:
>  sysusername=, sysuserid=5000, sysgroup id=5000,
>  homedir=/home/vmail, [EMAIL PROTECTED], fullname=,
>  maildir=test.local/horst/,quota=10485760, options=mailhost=backend-B1
>  Feb  7 16:40:51 backend-B1 authdaemond: Authenticated:
>  clearpasswd=horst, passwd=Xnh.QbpWVbaeU
>  Feb  7 16:40:51 backend-B1 imapd: Connection, ip=[:::172.20.2.101]
>  Feb  7 16:40:51 backend-B1 imapd: 30 maximum active connections.
>  Feb  7 16:40:51 backend-B1 authdaemond: received auth request,
>  service=imap, authtype=login
>  Feb  7 16:40:51 backend-B1 authdaemond: authmysql: trying this module
>  Feb  7 16:40:51 backend-B1 authdaemond: SQL query: SELECT email,
>  password, "", 5000, 5000, "/home/v mail",
>  CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/'),
>  quota, "", CONCAT("mailhost=",mailhost) FROM users WHERE email =
>  "[EMAIL PROTECTED]"
>  Feb  7 16:40:51 backend-B1 authdaemond: password matches successfully
>  Feb  7 16:40:51 backend-B1 authdaemond: authmysql: sysusername=,
>  sysuserid=5000, sysgroupid=5000, homedir=/home/vmail,
>  [EMAIL PROTECTED], fullname=, maildir=test.local/horst/,
>  quota=10485760, options=mailhost=backend-B1
>  Feb  7 16:40:51 backend-B1 authdaemond: authmysql: clearpasswd=,
>  passwd=Xnh.QbpWVbaeU
>  Feb  7 16:40:51 backend-B1 authdaemond: Authenticated:
>  sysusername=, sysuserid=5000, sysgroup id=5000,
>  homedir=/home/vmail, [EMAIL PROTECTED], fullname=,
>  maildir=test.local/horst/, quota=10485760, options=mailhost=backend-B1
>  Feb  7 16:40:51 backend-B1 authdaemond: Authenticated:
>  clearpasswd=horst, passwd=Xnh.QbpWVbaeU
>  Feb  7 16:41:21 backend-B1 imapd: LOGIN FAILED, [EMAIL PROTECTED],
>  ip=[:::23.23.32.32]
>  Feb  7 16:41:21 backend-B1 imapd: LOGIN FAILED, [EMAIL PROTECTED],
>  ip=[:::172.20.2.101]
>  Feb  7 16:41:21 backend-B1 last message repeated 28 times
>
>
>  Also when I sent a email to a user that should be on the other
>  machine, courier creates a folder on the local one.
>
>  All the login stuff works, also the selection of the host as we can see 
> above.
>
>  I cloned one existing server to the second and changed the hostname
>  everywhere, I systemwide grep didn't gave me the old hostname where it
>  shouldn't be.
>  I disabled all the firewall and selinux stuff.
>  Should I see something in the logs about the connection to the other
>  host? Didn't until now…
>
>
>  Thx a lot
>
>  Heiko
>
>  Some stuff from the configs:
>
>  IMAP_PROXY=1
>  PROXY_HOSTNAME=backend-A1
>
>  IMAP_PROXY=1
>  PROXY_HOSTNAME=backend-B1
>
>
>  MYSQL_SERVER localhost
>  MYSQL_USERNAME mail_admin
>  MYSQL_PASSWORD mail_admin_password
>  MYSQL_PORT 0
>  MYSQL_DATABASE mail
>  MYSQL_USER_TABLE users
>  MYSQL_CRYPT_PWFIELD password
>  #MYSQL_CLEAR_PWFIELD password
>  MYSQL_UID_FIELD 5000
>  MYSQL_GID_FIELD 5000
>  MYSQL_LOGIN_FIELD email
>  MYSQL_HOME_FIELD "/home/vmail"
>  MYSQL_MAILDIR_FIELD
>  CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/')
>  #MYSQL_MAILDIR_FIELD maildir
>  # CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/')
>  #MYSQL_NAME_FIELD
>  MYSQL_QUOTA_FIELD quota
>  MYSQL_AUXOPTIONS_FIELD CONCAT("mailhost=",mailhost)
>  -
>  This SF.net email is sponsored by: Microsoft
>  Defy all challenges. Microsoft(R) Visual Studio 2008.
>  http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>  ___
>  courier-users mailing list
>  courier-users@lists.sourceforge.net
>  Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
>
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2007-03-21 Thread Tim Hunter
Vasiliy Kotikov wrote:
> Hello!
>
>
> This morning I have got this reply from courier mail server 0.54.2
>
>
> -
> --
>
>
> UNDELIVERABLE MAIL
> Your message to the following recipients cannot be delivered:
>
>
> <[EMAIL PROTECTED]>:
> <<< This domain's DNS violates RFC 1035.
>
>
> -
> --
>
>
> Anyway domain exists in DNS
>
>> nslookup set type=MX bestguidedes.info
> Server: 127.0.0.1
> Address:127.0.0.1#53
>
>
> Non-authoritative answer:
> bestguidedes.info   mail exchanger = 10 217.20.163.50.

This is the problem, a MX record cannot be an IP address

>
> Authoritative answers can be found from:
> bestguidedes.info   nameserver = ns1.fastmessage.org. bestguidedes.info
> nameserver = ns2.fastmessage.org. ns1.fastmessage.org internet address
> = 62.149.13.107
> ns2.fastmessage.org internet address = 217.20.163.50
>
> Please, why .info DNS violates RFC 1035, what could be the problem ?
>
this has nothing to do with .info, it has to do with the lack of proper
administration by bestguidedes.info

>
> Vasiliy Kotikov
>
>


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2007-03-20 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 21 Mar 2007 09:27:27 +0300, Vasiliy 
Kotikov <[EMAIL PROTECTED]> said:

elnone> Non-authoritative answer:
elnone> bestguidedes.info   mail exchanger = 10 217.20.163.50. 

There is your violation.  According to section 3.3.9 in RFC 1035, the
EXCHANGE must be a domain name, not an address.

Cheers,
Richard

-- 
Richard Levitte [EMAIL PROTECTED]
http://richard.levitte.org/

"When I became a man I put away childish things, including
 the fear of childishness and the desire to be very grown up."
-- C.S. Lewis

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2006-01-23 Thread Gordon Messmer

Thomas-Ralf Sellmer wrote:


If we configure an alias in /etc/courier/aliases/system: [EMAIL PROTECTED] 
: username


We got always the same error: user unknown. We have no problem with the 
servers default domain, only with virtual domains. Where could be the mistake?


Post the actual entries from the alias file, and from the hosteddomains 
file (or directory)




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2006-01-21 Thread Georg Lutz
On 2006-01-21, Thomas-Ralf Sellmer wrote:
 
> If we configure an alias in /etc/courier/aliases/system: [EMAIL PROTECTED]:
> username
> 

Have you called makealiases?

-- 
Georg


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


RE: [courier-users] (no subject)

2005-12-09 Thread Bowie Bailey
From: Joe R [mailto:[EMAIL PROTECTED]
> 
> I'm trying to get the my new courier-auth/courier-imap going.  I
> followed the instructions for both (I'm migrating from version 3,
> btw, and ran install-migrate).  I can start the imap server, but
> when I try to connect I get:
> 
> Dec  9 14:31:30 marconi imapd: Connection, ip=[127.0.0.1]
> Dec  9 14:31:30 marconi imapd: authdaemon: s_connect() 
> failed: No such file or
> directory
> Dec  9 14:31:30 marconi imapd: LOGIN FAILED, 
> [EMAIL PROTECTED],
> ip=[127.0.0.1]
> Dec  9 14:31:30 marconi imapd: authentication error: No such 
> file or directory
> 
> This is with debug_login set to 1 in my authdaemonrc config file.
> Why isn't this telling me what file/directory is missing?  Is there
> any way I can find out?  Maybe someone here can infer more than I
> can from this message.  Thanks.

Did you also start authdaemond?  On RedHat, it would be:

service courier-authlib start
or
/etc/rc.d/init.d/courier-authlib start

Bowie


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2005-10-06 Thread Sam Varshavchik

Sérgio A P Ferreira writes:


Oct  6 16:02:12 gaia authdaemond.ldap: supplied password 'password' does not
match encrypted password 'CAF13C4F321B608B27FD75D2549BA53C'


What in blazes is this junk in your LDAP record?  What kind of an "encrypted
password" is this nonsense?

That's not how we've all been encrypting passwords on Unix/Linux for the
last 30 years.




pgpBGnyQlirOI.pgp
Description: PGP signature


Re: [courier-users] (no subject)

2005-10-06 Thread Gordon Messmer

Sérgio A P Ferreira wrote:


Oct  6 16:02:11 gaia authdaemond.ldap: raw ldap entry returned:
Oct  6 16:02:11 gaia authdaemond.ldap: | cn: testuser1
Oct  6 16:02:11 gaia authdaemond.ldap: | sambaNTPassword:
CAF13C4F321B608B27FD75D2549BA53C
Oct  6 16:02:11 gaia authdaemond.ldap: | homeDirectory:
//10.0.0.10/home/testuser1/


Unless you're mounting a directory named '/10.0.0.10', I don't think 
that entry is going to *do* anything.



Oct  6 16:02:11 gaia authdaemond.ldap: supplied password 'password' does not
match encrypted password 'CAF13C4F321B608B27FD75D2549BA53C'


Samba uses a different type of hash for passwords.  It's not compatible 
with Courier, and you'll need to store another type of hash in a 
different attribute.



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2005-10-03 Thread Sam Varshavchik

Dominika Tkaczyk writes:



I'd like to ask for some help with quoted-printable encoding problem.
In a quoted-printable message created by webmail, the signature delimiter 
is not properly encoded (there is "-- ", while there should be "--=20")


No, it shouldn't.  Trailing spaces are not required to be encoded.




pgp9yRY6dkfTM.pgp
Description: PGP signature


Re: [courier-users] (no subject)

2004-07-23 Thread Jay Lee
Shane Gegan said:
>
>
> I am using Courier MTA and would like to strip any attachments with the
> exe
> extension.  Where in the config would I do this.

Courier does not have any builtin attachment scanning.  But you can easily
integrate MIMEDefang
http://www.roaringpenguin.com/penguin/open_source_mimefang.php or
SpamAssassin, have them called globally via a global maildrop filter and
get them to pull out those annoying win32 executable attachments.

Jay
-- 
Jay Lee
Network / Systems Administrator
Information Technology Dept.
Philadelphia Biblical University
--
I'm just very selective about the reality I choose to accept. --Calvin



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2004-07-05 Thread Tim Hunter
Gabriele Alberti wrote:
> Hello,
>
> I'm trying to configure my courier authdaemon to access users data on
> a postgresql database, but i'm getting mad with no success.
> I'm using the courier backports version in a debian woody, and my
> configuration is postres accepting local connections (md5 auth) and
> authdaemon seems to be aware of this, but the problem occurs when it
> tries to connect to the db: sniffing on lo i get this:

I am using the same packages with a working postgres+crypt so I think you
have something misconfigured.

>
> 13:40:20.680559 localhost.41160 > localhost.postgres: P 593:601(8) ack
> 11 win 32767  (DF)
> 0x   4500 003c 3e24 4000 4006 fe95 7f00 0001
> E..<>[EMAIL PROTECTED]@... 0x0010   7f00 0001 a0c8 1538 b33b 13da b3c7 7272
> ...8.;rr 0x0020   8018 7fff 1d24  0101 080a 1b4f 2f96
> .$...O/. 0x0030   1b4f 2f96  0008 6d64 3500
> .O/.md5.
>
> As you can see, it seems that authdaemon is not sending the password,
> as in a normal connection with psql (same user ecc.) you can see at
> the end something like md5PASSWORD_MD5_HASH passing through the net.
>
> Any hint? It's like authdaemon is not able to send the hashed
> password. If I try in non-hashed mode, i see the clear password
> passing, so it should work..but before switching to non-md5...

this all means nothing with your config, show us a row from your database,
and the settings from your authpgsqlrc

>
> Thanks in advance,
>
> Gabriel
>



---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2004-04-28 Thread David Newall
On Wed, 2004-04-28 at 19:35, Kyle Vorster wrote:
> ok i did every thing now when i run make install i get this error

Run it as root, and set your umask to 022 first.  It's documented.



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2003-12-13 Thread Rich Duzenbury

> So my question is:  Is there a better way to have manditory spam filtering
> and still have the accounts seperated out?  Any suggestions or comments
> would be most apreciated.

I've just set up a courier server a few days ago after some years of
running qmail+procmail+spamassassin.  I've switched the local delivery
agent to maildrop for courier.

In /etc/courier/courierd:
DEFAULTDELIVERY="| /usr/bin/spamc | /usr/lib/courier/bin/maildrop"

It's been working pretty well, as maildrop seems to know how to find the
maildir without everyone having to have a .mailfilter file.

There are other global filtering strategies (man courierfilter) that I
have not yet attempted to implement.

excerpt:
"If  any  mail  filter  is installed, the mail filter must be running
in  order for any mail to be processed.  Mail filters  are  assumed  to 
be   empowered to enforce system-wide mail policies, so if an installed
mail  filter is not running then mail will not be  accepted  by  the 
system.  Note  that  mail will not be rejected, if possible.  Every
attempt will   be made to send a temporary error code to an external
mail system, asking it to try again later."


Regards,
Rich



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2003-11-03 Thread Jeff Jansen
On Monday 03 November 2003 11:57, Martin Furmanski wrote:
> How can I make all outgoing mail that I send to the courier esmtp to be
> relayed through another smtp-server?

Use the 'esmtproutes' file in /etc/courier (or where ever your courier 'etc' 
directory is).  See the courier man page (man courier) and then search for 
"esmtproutes" for the complete syntax.

If you need to authenticate to relay through them then use the 
'esmtpauthclient' file in /etc/courier.  Again, the courier man page will 
explain the syntax - search for "esmtpauthclient".

Jeff Jansen



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2003-07-28 Thread Jerry Amundson
Manuel LOIGERET wrote:

Hello,
I have installed courier on my computer. I just to make a local mail 
server. Everything works well except esmtp. In fact I can't login, smtp 
send me a 517 Syntax error. Here is an example of a connection with smtp :

telnet 192.168.0.8 25
Trying 192.168.0.8...
Connected to uranus (192.168.0.8).
Escape character is '^]'.
220 uranus ESMTP
ehlo uranus
250-uranus Ok.
250-XVERP=Courier
250-XEXDATA
250-XSECURITY=NONE,STARTTLS
250-PIPELINING
250-8BITMIME
250-SIZE
250 DSN
vrfy [EMAIL PROTECTED]
250 <[EMAIL PROTECTED]>
MAIL FROM:<[EMAIL PROTECTED]>
517 Syntax error.
Like the error says, you have a "Syntax error". Specifically, "uranus" 
is a planet, not a full email address...

jerry



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2003-07-28 Thread Jeff Jansen
On Monday 28 July 2003 14:10, Manuel LOIGERET wrote:
> MAIL FROM:<[EMAIL PROTECTED]>
> 517 Syntax error.
>
> Can someone help me with this issue , please ??

"[EMAIL PROTECTED]" is not a fully qualified domain name.  It has no 
top-level to it.  Courier requires a fully qualified domain or it won't even 
bother to check the address.

Change the name of your local domain from uranus to "uranus.com", or 
"uranus.localdomain" or whatever you want.  Courier doesn't care what 
top-level you use; you just have to have one.   Then try logging in again 
using the complete name, "[EMAIL PROTECTED]" for example.

Jeff Jansen



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2002-06-26 Thread Peer O. Schmidt

Sam,
> > after upgrading a couple of RPM packages (see
> below)
> > and compiling courier-0.39.0, I can no longer
> > authenticate. 

> I believe this is due to a problem with the new
> LDAP_MAILROOT configuration setting.
> Uncomment LDAP_MAILROOT, and set it to "/.", without
> the quotes.

This did the trick. Now I do see activity on slapd
with authtest. AND after changing my config settings
back to the way they where (before playing around), I
can authenticate again.

Thanks a lot for the help.

rgds
pos

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com


---
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] (no subject)

2002-06-26 Thread Sam Varshavchik

On Wed, Jun 26, 2002 at 06:35:06AM -0700, Peer O. Schmidt wrote:
> Good Morning Sam,
> 
> after upgrading a couple of RPM packages (see below)
> and compiling courier-0.39.0, I can no longer
> authenticate. 
> 
> As the attached text shows, I can use ldapsearch to
> get information of the ldap server. authdaemond.ldap
> is running. Running slapd with -d -1 shows activity on

I believe this is due to a problem with the new LDAP_MAILROOT
configuration setting.

Uncomment LDAP_MAILROOT, and set it to "/.", without the quotes.


-- 
Sam


---
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] (no subject)

2002-06-03 Thread Tucker

see the headers of the email



On Monday 03 June 2002 07:13, Valeria Coppelletti wrote:
> Hello,
> what I do to delete my subscribing to courier-users??

-- 
---
 Alejandro Perretta
  [EMAIL PROTECTED]
icq# 470931
 "Linux a way of life"
---

___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] (no subject)

2002-04-18 Thread Aly S.P Dharshi

Maybe mailsync will do the trick for you,
http://www.sourceforge.net/projects/mailsync

I have had to compile and install it using the UW Imap kit, the downside is
you may ??? have to create folders but in the same heirarchy as the one you
have currently on the new server but once that is done, you can run mailsync
on the *nix box and it will transfer over the stuff.

Requires playing around, I have a configuration for when I tried and
successfully did it for the school they seem to think that they could do it
better in python or perl which is always a possibility as they have a good
programming team.

Cheers,

Aly.


___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] (no subject)

2002-04-18 Thread Jesse Keating

On Thu, 18 Apr 2002 11:38:27 -0400
"Chad Osmond" <[EMAIL PROTECTED]> issued forth:

> Can anyone refer me to a program that can connect to a existing IMAP server
> and move the mail to a different IMAP mail server while keeping the
> identical folder layout?
> 
> 
> I have to move mail from a windows IMAP server to my Courier server.

The windows imap wouldn't happen to be maildir format would it?  If it were,
just tar/zip it up, and move it.  

-- 
Sysop

___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] (no subject)

2002-03-14 Thread Sysop

Robert Popescu wrote:

>Hi,
>
>I have a big problem with my Courier-Imap Server.
>When I send an email a receive an error message that say "Invalid mailbox name" and 
>the send window remain open on "moving message to send folder".
>
>The message is leaving ok but he is not saved in Send Messages folder.
>
>I have qmail vpopmail installed.
>Everything else seems to work just fine.
>
>Thanks for your time...
>Robert
>
>___
>courier-users mailing list
>[EMAIL PROTECTED]
>Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
>
The problem is with your client.  I see this with mozilla and Netscape 
clients.



___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] (no subject)

2002-01-07 Thread Armin Fuerst

On Mon, 7 Jan 2002, Octavian Ciobanu wrote:

> I have a problem after I've installed the curier-webmail - the configuration
> and make directives worked ok, but when I try to access the site I receive an
> page with incomplect links (EX: [#s#]empty=1) in all the pages. Can you give
> me some advice on this matter?

are you sure, you really installed it correctly? to me, it seems as if you
would look directly into the html-documents (templates) and don't use the
webmail script...

armin


___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] (no subject)

2001-12-19 Thread Mark Constable

On Thu, 20 Dec 2001 15:20, SAi wrote:

> Please let me know how to unsubscribe from this
> mailing list.

> ___
> courier-users mailing list
> [EMAIL PROTECTED]
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Even though there is a link to do so at the bottom of
each message it is not obvious how to actually do so.

Enter your email address into "Edit Options" right at
the bottom of the page... all will be revealed on the
next page that comes up.

--markc

___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] (no subject)

2001-12-09 Thread Gordon Messmer

On Sun, 9 Dec 2001, Anders Rosendal wrote:

> I can send mail to local users using the address
> [EMAIL PROTECTED], where machine.domain is the FQDN of the
> server running courier. Sending to address user@otherdomain,
> where otherdomain is a domain that via MX is pointed to my
> server will only result in "relaying denied".
> I have created "/usr/lib/courier/etc/locals" containing the
> domain "otherdomain", and I have runned "makealiases",
> without any luck.

You also need to list all of your domains in 
/usr/lib/courier/etc/esmtpacceptmailfor.dir/locals and run 
'makeacceptmailfor'.

I usually just symlink /usr/lib/courier/etc/locals to the other file and 
maintain one copy.

-- 
If I had a dollar for every brain that you don't have,
I'd have one dollar. - Squidward to SpongeBob


___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users