Re: Snapshot 20130517

2013-05-18 Thread Wietse Venema
/dev/rob0: > On Fri, May 17, 2013 at 10:06:38PM -0400, Wietse Venema wrote: > > Wietse Venema: > > > I can change postscreen to also use partial scores for > > > whitelisting of non-DNS tests, and thereby make whitelisting > > > of non-DNS tests consistent with DNS-based blocking (that's one > >

Re: virtual user (unknown user)

2013-05-18 Thread Ansgar Wiechers
On 2013-05-17 Benny Pedersen wrote: > postfi...@fuckaround.org skrev den 2013-05-16 14:10: >> fuckaround postfix/local[5595]: ADDFD758237: >> to=, >> relay=local, delay=0.06, delays=0.03/0.01/0/0.02, dsn=5.1.1, >> status=bounced (unknown user: "fred") > > useradd fred > > fred is not yet an unix

Re: virtual user (unknown user)

2013-05-18 Thread Benny Pedersen
Ansgar Wiechers skrev den 2013-05-18 17:27: He seems to want fred to be a virtual (mailbox) user. in that case he should not list fuckaround dot org in mydestination, but in virtual_mailbox_domains http://www.postfix.org/VIRTUAL_README.html -- senders that put my email into body content wi

Multiple SMTP Relay for single domain

2013-05-18 Thread Umar Draz
Hi I want to use multiple SMTP relays for my domain @example.com through sender_dependent_relayhost Here is my sender_dependent_relayhost_maps @example.com smtp.post1.com @example.com smtp.post2.com @example.com smtp.post3.com when I restart my postfix I got error postmap:

Re: Multiple SMTP Relay for single domain

2013-05-18 Thread Viktor Dukhovni
On Sat, May 18, 2013 at 10:38:23AM -0700, Umar Draz wrote: > I want to use multiple SMTP relays for my domain @example.com through > sender_dependent_relayhost You probably don't really want to do this (or more precisely you think you want this, but lack the right information to conclude that thi

Re: Multiple SMTP Relay for single domain

2013-05-18 Thread Umar Draz
Hi Victor, Thanks for your reply, I want this http://www.cyberciti.biz/faq/postfix-multiple-isp-accounts-smarthost-smtp-client/ I have 4 different username and passwords for remove smtp servers. Br. Umar -- View this message in context: http://postfix.1071664.n5.nabble.com/Multiple-SMTP-R

virtual hosting problem

2013-05-18 Thread doug
My problem is a regexp table used to fold domains that should be delivered to the same mailbox stopped working. I solved the problem by adding a hash table with all the extra names. This is a big administrative deal (to us) as it adds several thousand emails to maintain and sync as changes are m

Re: Multiple SMTP Relay for single domain

2013-05-18 Thread Viktor Dukhovni
On Sat, May 18, 2013 at 11:02:04AM -0700, Umar Draz wrote: > Thanks for your reply, > > I want this > > http://www.cyberciti.biz/faq/postfix-multiple-isp-accounts-smarthost-smtp-client/ That's more of a solution, not a problem description. > I have 4 different username and passwords for remote

Re: Multiple SMTP Relay for single domain

2013-05-18 Thread Umar Draz
Hi Victor, We have created a Frontend software for sending emails, we want to send emails in bulk. >From that frontend software we will just pass from address : e.g m...@example.com and smtp server which is defenitly our server and to address (a loop of address around 500,000) now We want above

Re: Multiple SMTP Relay for single domain

2013-05-18 Thread Viktor Dukhovni
On Sat, May 18, 2013 at 11:24:27AM -0700, Umar Draz wrote: > We have created a Frontend software for sending emails, we want to send > emails in bulk. > > From that frontend software we will just pass > > from address: e.g., m...@example.com > and smtp server: which is definitely our server > an

Re: Multiple SMTP Relay for single domain

2013-05-18 Thread Umar Draz
Here is postmarkapp.com mandrillapp.com www.mailjet.com mailgun.org Now my question is, is this possible? if yes then how? Br. Umar -- View this message in context: http://postfix.1071664.n5.nabble.com/Multiple-SMTP-Relay-for-single-domain-tp58120p58127.html Sent from the Postfix Users mail

Re: Multiple SMTP Relay for single domain

2013-05-18 Thread Viktor Dukhovni
On Sat, May 18, 2013 at 11:42:30AM -0700, Umar Draz wrote: > postmarkapp.com http://developer.postmarkapp.com/ Things You Should Know Postmark is for transactional email only. You may not send newsletters, announcements to your lists or any other bulk email. If

Re: Multiple SMTP Relay for single domain

2013-05-18 Thread Umar Draz
So I can not use @example.com for these 4 SMTPs instead I need to do this us...@example.com smtp1.com us...@example.com smtp2.com us...@example.com smtp3.com us...@example.com smtp4.com ? Br. Umar -- View this message in context: http://postfix.1071664.n5.nabble.com/Multiple-SMTP-Relay-fo

Re: Multiple SMTP Relay for single domain

2013-05-18 Thread Viktor Dukhovni
On Sat, May 18, 2013 at 12:16:15PM -0700, Umar Draz wrote: > I can not use @example.com for these 4 SMTPs instead I need to do this > > us...@example.com smtp1.com > us...@example.com smtp2.com > us...@example.com smtp3.com > us...@example.com smtp4.com Yes. And don't send unsolicited bulk emai

Re: virtual user (unknown user)

2013-05-18 Thread Ansgar Wiechers
On 2013-05-18 Benny Pedersen wrote: > Ansgar Wiechers skrev den 2013-05-18 17:27: >> He seems to want fred to be a virtual (mailbox) user. > > in that case he should not list fuckaround dot org in mydestination, > but in virtual_mailbox_domains No, he shouldn't. Please carefully re-read his mail.

Re: Multiple SMTP Relay for single domain

2013-05-18 Thread Umar Draz
Hi Vicktor, Thanks for your help. Br. Umar -- View this message in context: http://postfix.1071664.n5.nabble.com/Multiple-SMTP-Relay-for-single-domain-tp58120p58132.html Sent from the Postfix Users mailing list archive at Nabble.com.

Re: virtual hosting problem

2013-05-18 Thread Ansgar Wiechers
On 2013-05-18 d...@safeport.com wrote: > My problem is a regexp table used to fold domains that should be > delivered to the same mailbox stopped working. I solved the problem > by adding a hash table with all the extra names. This is a big > administrative deal (to us) as it adds several thousand