... i have set above parameter and still not working as expected. I have checked spamassasin logs and i can see that "To:" field still contains two addresses. ...
Daniel Chojecki
daniel.chojecki@...
Jul 1, 2008 7:18 am
240619
On Mon, 30 Jun 2008 21:33:21 +0200 ... Yes, I have the 'smtpd' line, of course. I juste pasted the two lines where I have a question. Is it normal tha the mail...
Nicolas Letellier
nicolas@...
Jul 1, 2008 7:26 am
240620
... then change your spamfilter (it is a script I guess) to print its command lines args ($@) to a file so that you can look at them. any reason why you don't...
mouss
mouss@...
Jul 1, 2008 8:32 am
240621
... What do you mean by "service" vs "relay"? mail is queued by the relay server and then sent to the final destination (provided the relay server is not...
mouss
mouss@...
Jul 1, 2008 8:41 am
240622
On Tue, 01 Jul 2008 10:41:10 +0200 ... Yes, I use a recipient_maps. But if I receive a mail for a bas recipient, by postfix will send a bounce to the sender to...
Nicolas Letellier
nicolas@...
Jul 1, 2008 8:48 am
240623
... s/bas/bad ? ... If you have relay_recipient_maps set, then postfix will _reject_, not bounce. it is the "previous" MTA that generates the bounce. This is...
mouss
mouss@...
Jul 1, 2008 9:05 am
240624
On Tue, 01 Jul 2008 11:04:53 +0200 ... But, if Postfix rejects a mail, it sends a mail to inform that the mail has been rejected or not? If rejecting a mail,...
Nicolas Letellier
nicolas@...
Jul 1, 2008 9:31 am
240625
... No. The server that has the mail rejected sends the mail. Consider this sequence of events: 1. User sends mail out via server A. 2. Server A contacts...
Mark Goodge
mark@...
Jul 1, 2008 9:42 am
240626
On Tue, 01 Jul 2008 10:42:02 +0100 ... I manage server B (backupmx). Server C is not mine. The problem is: 1. User sends mail out via server A to an non...
Nicolas Letellier
nicolas@...
Jul 1, 2008 9:54 am
240627
... No. That's server A's job. Server B rejects the message and never takes responsibility for it. Server A is still responsible for the message and...
Scott Kitterman
postfix@...
Jul 1, 2008 10:05 am
240628
... No. In this case, server A will send the email, because it will not get to step 3 in my sequence above. Instead, you have this: 1. User sends mail out via...
Mark Goodge
mark@...
Jul 1, 2008 10:06 am
240629
On Tue, 01 Jul 2008 6:04:41 -0400 ... Oops.... I made an error in this message... I retry... Server A: backup MX (me) Server B: smtp.domain.com (true smtp...
Nicolas Letellier
nicolas@...
Jul 1, 2008 10:08 am
240630
... yes. Postfix does not use the To: field for email delivery. Wietse...
Wietse Venema
wietse@...
Jul 1, 2008 12:20 pm
240631
Greetings How would I send an auto reply message that a users account has been disabled? example. incoming message for ' oldusername@... ' bounce send...
jeff donovan
donovan@...
Jul 1, 2008 1:31 pm
240632
... You get this for free, by removing the account from the system. ... See: http://www.postfix.org/postconf.5.html#relocated_maps Wietse...
Wietse Venema
wietse@...
Jul 1, 2008 1:42 pm
240633
... yes, thats what i told my people it's called a bounce. however they would like me to create a nice message to send to the people. ... thanks....
hi! i have the following problem: my apache vhost users are virtual and only got UID (10000...10500) when a vhost tries to send a mail via php mail() postfix...
oxy
oxy@...
Jul 1, 2008 2:33 pm
240636
hi! i have the following problem: my apache vhost users are virtual and only got UID (10000...10500) when a vhost tries to send a mail via php mail() postfix...
oxy
oxy@...
Jul 1, 2008 2:39 pm
240637
... Unfortunately, having your server send email would be a bad idea. On today's internet your server would be harassing people about email that they did not...
Wietse Venema
wietse@...
Jul 1, 2008 2:39 pm
240638
... Specify the sender address on the command line with: /usr/sbin/sendmail -f user@... recipient... Wietse...
Wietse Venema
wietse@...
Jul 1, 2008 2:41 pm
240639
i think it's not possible.. the mails are going out from ~500 vhosts with different UID-s with php mail(), different CMS systems.. how can i use this command...
oxy
oxy@...
Jul 1, 2008 2:49 pm
240640
... Alternatively (since I recently asked the same question), if you want a more custom reject message than 'user unknown' (or relocated maps provides), you...
Charles Marcus
CMarcus@...
Jul 1, 2008 2:55 pm
240641
Hello, we want to replace our current mail server (sendmail) with a new one (postfix). For security reasons we want to make a backup of every incoming mail...
Leo
neleo@...
Jul 1, 2008 2:56 pm
240642
... ok, so tell me what this change: default_destination_recipient_limit = 1 From documentation: default_destination_recipient_limit (default: 50) The default...
Daniel Chojecki
daniel.chojecki@...
Jul 1, 2008 2:59 pm
240643
... To send email you MUST provide a valid sender email address. Wietse...
Wietse Venema
wietse@...
Jul 1, 2008 3:12 pm
240644
so is there any way to rewrite every ~500 uid-s to for example www@...?...
oxy
oxy@...
Jul 1, 2008 3:18 pm
240645
... This parameter controls the number of recipients per mail delivery transaction. With multi-recipient email, it also affects the number of mail delivery...
Wietse Venema
wietse@...
Jul 1, 2008 3:22 pm
240646
... To specify the "/usr/sbin/sendmail -f user@....", use php.ini, or use ini_set(parametername, parametervalue). Wietse...
Wietse Venema
wietse@...
Jul 1, 2008 3:27 pm
240647
... do not confuse "reject" and "bounce". here is a reject example: C is a remote client (MTA or other). S is your server. C->S: connect S->C: show greeting...