Whitelist an IP from require_resolvable_fromhost

2007-05-18 Thread abhilash s
Hi, How we can Whitelist an IP from require_resolvable_fromhost plugin processing . My qpsmtpd config/plugins file have whitelist_soft enabled . Also I have added the particular IP to the config/whitelisthosts file. But still it is checked by the require_resolvable_fromhost plugin. This the

How to configure qpsmtpd for email clients(Thunderbird/outlook express)

2007-06-11 Thread abhilash s
Hi, I have configured thunderbird email client to send and recieve emails. I was able to recieve emails but not able to send anyone . It was showing erros of SPF and Relayclient. Following are errors I got: I have masked the ip and hostname for the following logs running plugin (rcpt):

auth_ldap_bind problem

2007-06-12 Thread abhilash s
Hi, I have configured qpsmtpd to use auth_ldap_bind . I used LOGIN as Authentication type. It shows the following error : @4000466e559b350ce4fc 6779 running plugin (auth-login): auth_ldap_bind @4000466e559b350cf49c Use of uninitialized value in concatenation (.) or string at

Re: auth_ldap_bind problem

2007-06-12 Thread abhilash s
Could you please include the config line that you used for it? It looks like the ldap_auth_filter_attr is unset, and/or it looks like the username isn't coming through. In my /home/smtpd/config/plugin for using ldap_bind I just used the plugin name like following auth_ldap_bind whitelist_soft

Re: How to configure qpsmtpd for email clients(Thunderbird/outlook express)

2007-06-13 Thread abhilash s
On 6/11/07, abhilash s [EMAIL PROTECTED] wrote: Hi, I have configured thunderbird email client to send and recieve emails. I was able to recieve emails but not able to send anyone . It was showing erros of SPF and Relayclient. Following are errors I got: I have masked the ip and hostname

Re: auth_ldap_bind problem

2007-06-17 Thread abhilash s
Hi, I have changed the plugin so that it can take the value after @ sign and can use binddn and bindpassword . Now I am able to authenticate using auth_ldap_bind. Here is the modified plugin. I hope this may help others also: #!/usr/bin/perl -Tw sub register { my ( $self, $qp, @args ) =

How to use domainkeys_sign

2007-06-18 Thread abhilash s
Hi All, I would like to use domainkeys_sign plugin for my mail system. I had copied the plugin from here : http://wiki.qpsmtpd.org/plugins:spam:domainkeys_sign But when I used it, I don't see any DomainKey-Signature: in mail header. Also I would like to know is it designed for only

require_resolvable_fromhost denying mails

2007-09-03 Thread abhilash s
Hello, we are using qpsmptd 0.32. Now the mail from cbsig.net is blocked by require_resolvable_fromhost plugin . As this domain's mail is coming from more than a server I can't set the whitelist for a particualr IP address. These are some of the logs of my qpsmtpd: logterse plugin: `

Re: require_resolvable_fromhost denying mails

2007-09-04 Thread abhilash s
It looks like all of them come from the same /24, so you should be able to whitelist that (I assume you are using whitelist_soft). So for whitelist I have to add 64.30.237.0/24 to the config/whitelisthosts file ? Also is it possible to whitelist a domain using the domain name? For example

Re: require_resolvable_fromhost denying mails

2007-09-04 Thread abhilash s
On 2007-09-04 02:40:47 -0400, abhilash s wrote: It looks like all of them come from the same /24, so you should be able to whitelist that (I assume you are using whitelist_soft). So for whitelist I have to add 64.30.237.0/24 to the config/whitelisthosts file ? Please read

Re: require_resolvable_fromhost denying mails

2007-09-10 Thread abhilash s
On 9/4/07, abhilash s [EMAIL PROTECTED] wrote: On 2007-09-04 02:40:47 -0400, abhilash s wrote: It looks like all of them come from the same /24, so you should be able to whitelist that (I assume you are using whitelist_soft). So for whitelist I have to add 64.30.237.0/24

Re: require_resolvable_fromhost denying mails

2007-09-17 Thread abhilash s
I had added 64.30.237.0/24 to the config/whitelisthosts file, but still its blocking the mails, Is the entry I have entered in config/whitelisthosts file is wrong.? This configuration doen't work for me. It still blocks mails, How I have to modify the config/whitelisthosts file for the

Mail attachment problems

2008-03-31 Thread abhilash s
think there is nothing we want to change on the qmail side, Since the internal mails can send attachments without this issue using qmail. Its happening only when mails are coming from outside to qpsmtpd. Please help me to solve this problem. Thanks, Abhilash S

Re: Mail attachment problems

2008-04-01 Thread abhilash s
Hi Sugat, Thanks for your quick reply. As I mentioned earlier it was not the problem of qmail. Now I changed the softlimit of qpsmtpd run script and everything is working good. Thanks, Abhilash S On Tue, Apr 1, 2008 at 3:07 AM, Sugat Sikrikar [EMAIL PROTECTED] wrote: try increasing softlimit