
ar-djblists at acrconsulting
Jun 13, 2010, 11:48 AM
Post #4 of 6
(782 views)
Permalink
|
On Sunday 13 June 2010 17:27:06 Mohsen Pahlevanzadeh wrote: > hi, according to lwq, i read that qmail apply relaying for every domain > except domains listed in rcptshosts.But it doesn't work.I read it in LWQ > in following link : http://www.lifewithqmail.org/lwq.html#relaying and > section 3.2.2 > I want to don't use smtpauth. Please don't top-post. I'm not sure what you're asking. Maybe you're asking: - I've setup a qmail server for this list of domains. My mail server is not accepting mail sent _to_ these domains, why not? or - I've setup a qmail server for this list of domains. My mail server is not accepting some mail sent _from_ addresses in these domains, why not? The latter is relaying. Your choices for relaying are basically SMTP AUTH (recommended), by IP address using RELAYCLIENT="" as you already have in your tcp.smtp file (did you remember to update the cdb file?), or enabling relaying for a limited period after successful POP3 authentication (but if you're going do do this, why not do it properly with SMTP AUTH instead). Please clarify the issue you're having. cheers, Andrew. ------------ > On Sun, 2010-06-13 at 13:08 +0200, Erwin Hoffmann wrote: > > Hi, > > > > Am Sonntag, den 13.06.2010, 04:15 +0430 schrieb Mohsen Pahlevanzadeh: > > > Dear all, > > > > > > I have qmail/vpopmail/dovecot/maildrop/spamassassin and qmailqueue. > > > I compiled StartTLS patch for SMTP & My SMPT is working on > > > ssl.My /home/vpopmail/etc/vpopmail/tcp.smtp is : > > > 127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-queue" > > > 78.129.240.26:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-que > > >ue" > > > 91.98.156.6:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-queue > > >" > > > #94.101.182.225:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-q > > >ueue" > > > 91.99.46.69:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-queue > > >" > > > 89.235.64.130:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-que > > >ue" > > > 80.191.41.187:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-que > > >ue" > > > > > > :allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" > > > > > > I want to my domains just can work with this smtp and don't need any IP > > > for them in this file. my rcpthosts is : > > > ns:/home/vpopmail/etc/vpopmail# cat /var/qmail/control/rcpthosts > > > ghorbani-online.info > > > ns.ghorbani-online.info > > > ghorbani-online.org > > > pahlevanzadeh.info > > > ns.pahlevanzadeh.info > > > pahlevanzadeh.org > > > my virtualdomains is: > > > ns:/home/vpopmail/etc/vpopmail# cat /var/qmail/control/virtualdomains > > > ghorbani-online.info:ghorbani-online.info > > > ns.ghorbani-online.info:ns.ghorbani-online.info > > > ghorbani-online.org:ghorbani-online.org > > > pahlevanzadeh.info:pahlevanzadeh.info > > > ns.pahlevanzadeh.info:ns.pahlevanzadeh.info > > > pahlevanzadeh.org:pahlevanzadeh.org > > > But now each domain of this server need to relaying.I want to don't use > > > smtp-auth and roaming.Why rcpthost doesn't work? > > > > It is not entirely clear, what you try to achieve. > > > > Relaying on SMTP Auth is user based -- not domain based. > > In case you use the standard SMTPAUTH enhancement for qmail, just check > > my tutorial page about SMTP Auth: > > > > http://www.fehcom.de/qmail/smtpauth.html > > > > However, I have no clue why you reference 'SSL' in the subject. > > That is a different topic. > > > > regards. > > --eh. > > > > > Yours, > > > Mohsen > -- ==================================================================== * Custom email solutions * Systems Administration * Networking http://www.acrconsulting.co.uk/email/qmail.html ====================================================================
|